Please test Index: src/c1541.c =================================================================== --- src/c1541.c (Revision 46028) +++ src/c1541.c (Arbeitskopie) @@ -2883,7 +2883,7 @@ disk_image_t *disk_image; unsigned int disk_type; size_t disk_size; - size_t total_written; + size_t file_written; uint8_t *buf, *str; unsigned int channel = 2; char *p00_name = NULL; @@ -2929,7 +2929,7 @@ track = floppy->Dir_Track; sector = floppy->Dir_Sector; - total_written = 0; + file_written = 0; while (1) { int...
8K cartridge: ROML unmapped when CPU port $01=$34 (EXROM active, LORAM=HIRAM=0)
monitor works just as expected (C:$8011) m 8000 801f >C:8000 e0 9f 2f 80 c3 c2 cd 38 30 6f 20 31 39 38 33 20 ../.CBM80O 1983 >C:8010 41 74 61 72 69 2c 20 49 6e 63 2e 20 41 6c 6c 20 aTARI, iNC. aLL (C:$8020) > 1 34 (C:$8020) m 8000 801f >C:8000 55 00 ff ff ff ff 00 00 00 00 ff ff ff ff 00 00 u@....@@@@....@@ >C:8010 00 00 ff ff ff ff 00 00 00 00 ff ff ff ff 00 00 @@....@@@@....@@ (C:$8020) bank cart (C:$8020) m 8000 801f >C:8000 e0 9f 2f 80 c3 c2 cd 38 30 6f 20 31 39 38 33 20 ../.CBM80O 1983 >C:8010...
We will include a couple mapping files for common controllers in the next release. Please do the following: use "joyride" for testing, and use one of the available SNES-controller emulations in VICE first map existing (on your controller) buttons 1:1 (dpad to dpad, start to start etc pp) then left analog to joystick then right analog to paddle x/y the "menu key" (on playstation controllers its the PS button) to "pause" action leave other stuff empty this is how the DS3 mapping in the repo is set...
before i put it into trunk - would you check if this still works OK with trunk?
MacOs fix for USBSID-Pico
applied in r46028 - thanks!
I'd also like to know the source for this information. And was it verfied on a real C64? Using the good old PLA program (which reads directly from the PLA truth table), it looks like this: For 8k Game mode (note: no ROM mapped): address | CPU R | CPU W | VIC R | $0XXX | RAM . | RAM . | RAM . | $1XXX | RAM . | RAM . | Char . | $2XXX | RAM . | RAM . | RAM . | $3XXX | RAM . | RAM . | RAM . | $4XXX | RAM . | RAM . | RAM . | $5XXX | RAM . | RAM . | RAM . | $6XXX | RAM . | RAM . | RAM . | $7XXX | RAM ....