Search found 319 matches

by @username@
Tue Nov 05, 2013 1:38 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

@mobsie Here's joystick 0 only. If we can make it work ok, then I can easily add joystick 1.
by @username@
Tue Nov 05, 2013 9:02 am
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

I don't actually have a joystick. I can add the generic code, if you don't mind testing?
by @username@
Mon Nov 04, 2013 11:28 am
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

Ok - a milestone in our little emu. If you already use FunnyMu, you'll have a good idea of how to use this. However, I prefer command line switches, so here's what's available: -b Load alternative BIOS rom. Default is BIOS/BIOSCV.ROM -r Load alternative ROM binary. Default is ROMS/CART.BIN -m Magnif...
by @username@
Sun Nov 03, 2013 2:06 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

Hope it helps - there's 2K of nulls to fill the missing page for alignment. Only comments are where I was working out CLOAD and CSAVE. I'm obviously warped, but I tried some of the WIZZDOM entries, thus discovered CLOAD,N and CRUN,N - sad I know, but it makes me smile to see 'LOADING PROGRAM :) Also...
by @username@
Sat Nov 02, 2013 10:26 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

Here it is - no laughing out loud :)

Let me know how it goes.
by @username@
Sat Nov 02, 2013 6:04 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation questions

Ok, I've written the cvb2wav too - just need to wait for someone with an audio box to see if it's any use. I think for the most part, the emulator is done. The only program giving trouble is DIAGV, which uses undocumented modes on the VDP, Mode 5??? So, I'll post up the source after I clean it, if y...
by @username@
Fri Nov 01, 2013 2:26 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

I forget, please read that from Tom: http://www.madrigaldesign.it/forum/viewtopic.php?f=10&t=14 Nice read. It confirms some of what i was thinking. It is possible with that box to get the levels right on your wav recording. The loading at higher speed also makes sense, as it's just a locked loop, o...
by @username@
Fri Nov 01, 2013 1:00 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

Ok, more news on CSAVE. The basic protocol for saving is: Send Header - 1024 bytes of zeros While data to send { Send Packet Header - 13 x 0x10000 followed by 0x1110110 - (that is 17 bits x 13 followed by 7 bits) Send in block of 64 characters backwards ($26F-$230) Send single byte checksum, generat...
by @username@
Fri Nov 01, 2013 9:49 am
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

have you made new version? I ask because you have not attach one. For the CLOAD and CSAVE i know that Carlson do a lot with this and TOM who build the interface for Commodore Tape. The link is pointing to 21:03 31-10-2013 - so maybe cache ? Retry and if it still fails, I'll build a new one later. O...
by @username@
Thu Oct 31, 2013 9:09 pm
Forum: Software
Topic: Emulation questions
Replies: 136
Views: 116894

Re: Emulation quesions

Ok Mobsie, another one there now - use -h to show options. I've also added LLIST/LPRINT to a text file for BASIC. I've just started looking at how CLOAD/CSAVE work - so any info on that would be helpful!. I can see that it sets a clock pulse running, but no clue for now on how it modulates against i...