Commit Graph

359 Commits

Author SHA1 Message Date
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
Ivan Izaguirre f92bc2b08e Proper Go error management 2019-10-06 01:26:00 +02:00
Ivan Izaguirre b1b55f4c0b Write support for ProDOS hard disks. 2019-10-05 15:30:13 +02:00
Ivan Izaguirre cb844611d9 Change default slot of ThunderClock to 4. 2019-10-05 15:26:24 +02:00
Ivan Izaguirre 37005b16e9 Read only ProDOS hard disk support. 2019-10-02 23:39:39 +02:00
Ivan Izaguirre de8ee829ee Ignore not supported calls to the ThunderClock+ card. 2019-10-02 23:03:00 +02:00
Ivan Izaguirre c10a6f7e8a Press F11 to toggle CPU execution trace to standard output 2019-10-02 23:00:02 +02:00
Ivan Izaguirre e14577d501 Notes on how to implement prodos hard disk support. 2019-09-28 19:17:47 +02:00
Ivan Izaguirre b930cf5fd6 Ignore not implemented set time. 2019-09-28 18:58:28 +02:00
Ivan Izaguirre 00e4476e86 Support the ThunderClock Plus card. Partial mulation of the microPD1990AC integrated circuit. 2019-09-28 13:37:42 +02:00
Ivan Izaguirre 3d21387d47 Fix language card. ProDos 2.4.2 boots now. 2019-09-24 23:43:58 +02:00
Ivan Izaguirre 68b949d871 Added the -traceCpu and -traceSS command line switches. 2019-09-24 23:32:03 +02:00