Commit Graph

420 Commits

Author SHA1 Message Date
Ivan Izaguirre 8673ea3b37 Use go 1.12 modules 2019-12-22 16:41:15 +01:00
Ivan Izaguirre 5966be84a5 WOZ format support documentation 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 5847a0f8a5 Autodetect diskette file format 2019-12-22 14:37:19 +01:00
Ivan Izaguirre b9f893f96b Support fake bits in WOZ 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 53e7a07a46 List working status for the referecen woz files 2019-12-22 14:37:19 +01:00
Ivan Izaguirre bd44cbbd07 Discard unsupported 3.5 and 13 sector woz disks 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 88ade57b1b Fix fast disk mode 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 9e2fd7e824 Support WOZ files read only 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 5523c0429a Parse WOZ files 2019-12-22 14:37:19 +01:00
Ivan Izaguirre e14b26f876 Time based disk reads 2019-12-22 14:37:19 +01:00
Ivan Izaguirre a27ab17766 Use the diskette abstraction for no cycle dependant DSK, NIB disks 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 9ad13ae483 Better comments on the stepper motor code 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 212ed2a90a Use quarter tracks instead of half tracks 2019-12-22 14:37:19 +01:00
Ivan Izaguirre 985b3d6a7a Incomplete Smartport implementation. Not really needed for Total Replay 2019-11-23 19:07:12 +01:00
Ivan Izaguirre d45b39b180 Do not reset cycle counter on cpu reset 2019-11-23 18:29:56 +01:00
Ivan Izaguirre e833d71fad Enable vidHD only on 128kb models 2019-11-22 23:27:25 +01:00
Ivan Izaguirre 0a1751cc77 Fix width of Double high res 2019-11-22 23:25:37 +01:00
Ivan Izaguirre 5b8409413c Map the RESET button to CTRL-F1 2019-11-21 00:13:53 +01:00
Ivan Izaguirre 202f7b36ce Reduce the sound delay 2019-11-20 23:57:24 +01:00
Ivan Izaguirre fd13326367 Properly emulate no joysticks available 2019-11-20 23:28:51 +01:00
Ivan Izaguirre 74e0cc4768 Properly emulate no joysticks available 2019-11-20 23:27:11 +01:00
Ivan Izaguirre ea5ee95807 Fix mmu for double hires failing on Tetris 2019-11-20 22:43:37 +01:00
Ivan Izaguirre 20d9b2ed10 Partial FASTChip emulation. 2019-11-12 23:47:48 +01:00
Ivan Izaguirre c91e9d43f4 Fix the SHR pallette 2019-11-11 23:53:50 +01:00
Ivan Izaguirre 4f466826b9 Update README.md 2019-11-11 23:53:50 +01:00
Ivan Izaguirre 37e6f3024f SuperHiRes video mode 2019-11-11 23:53:50 +01:00
Ivan Izaguirre fce719deb8 VidHD card signature. Total Replay thinks it's there 2019-11-11 23:53:50 +01:00
Ivan Izaguirre 4bf8531ae4 Support double width high resolution 2019-11-09 18:13:19 +01:00
Ivan Izaguirre a8f22224a8 Support double width low resolution 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 8ea3abe2ff Extra Apple //e keys 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 3dbb90d0ca 80 columns support 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 4d6b02e4d6 Show current speed in Mhz with Ctrl-F5 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 862b087d4e Unenhanced //e does not have a 65c02 2019-11-09 18:13:19 +01:00
Ivan Izaguirre a28745ab83 Fix shadow slot 3 ROM in Apple //e 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 09117fd7c5 More Apple //e softswitches 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 3660e0ae98 Memory manager rewritten. Logic calculated on every access. 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 3618cbb9c9 Trace HD commands 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 9f2a026fa3 Info con Smartport Disk 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 5a3dcc60bb Adding unenhanced Apple IIe 2019-11-09 18:13:19 +01:00
Ivan Izaguirre d5433ad8d9 Nanmed sotfswitches for easier traces. 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 61dae23726 Language cards, disable write on softswitches writes. 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 3f7e3b3013 Apple IIe char gen ROM management 2019-11-09 18:13:19 +01:00
Ivan Izaguirre eeebf1bb0f Initial Apple 2e enhanced support 2019-11-09 18:13:19 +01:00
Ivan Izaguirre 1d0a3e0b34 Simulate joystick buttons with Alt and AltGr 2019-10-20 00:19:00 +02:00
Ivan Izaguirre 472f8a5c51 Remove Lint warning 2019-10-19 21:01:09 +02:00
Ivan Izaguirre f511a9d0e0 Decay beeper level to avoid clicks on startup and shutdown 2019-10-19 20:33:50 +02:00
Ivan Izaguirre b89f88d879 Add the -profile option 2019-10-19 20:31:18 +02:00
Ivan Izaguirre 6917a21f38 Add the -profile option 2019-10-19 19:56:51 +02:00
Ivan Izaguirre c65d8585d4 Fix performance regression. Avoid array copy. 2019-10-19 18:41:10 +02:00
Ivan Izaguirre df41114043 Emulation of the 65c02 processor variant. 2019-10-11 00:06:42 +02:00