Commit Graph

23 Commits

Author SHA1 Message Date
Jorj Bauer fe46c4ab52 importing old mouse work to new teensy 4.1 2020-12-29 09:12:33 -05:00
Jorj Bauer fe237290a0 better typecasting 2020-07-04 07:38:49 -04:00
Jorj Bauer 48ef6a4dea update comments about RAM page handling 2020-07-02 22:00:30 -04:00
Jorj Bauer ff58f43e02 remove legacy filemanager methods 2020-06-28 15:24:49 -04:00
Jorj Bauer a93b14bc9c Real-time dropout only makes sense on the Teensy; don't force it on SDL 2019-02-20 17:41:04 -05:00
Jorj Bauer f848a0cbef No-Slot clock conversion 2018-02-17 09:05:52 -05:00
Jorj Bauer 99d0c8e72c Squashed commit of
* New BIOS interface
 * New linux framebuffer version
 * Unified linuxfb and SDL with Teensy
 * Abstracted VM RAM
 * Fixed disk image corruption due to bad cache handling
 * Variable CPU speed support
2018-02-07 10:28:40 -05:00
Jorj Bauer 3890fc3dbd suspend/resume fixed for new memory model 2018-01-10 08:06:30 -05:00
Jorj Bauer 0bb712fc70 Static RAM allocator for VM with just the necessary pages allocated 2018-01-10 05:16:41 -05:00
Jorj Bauer 81fb36789f audio overhaul; added video-or-audio priority for Teensy (can't do both) 2018-01-02 20:28:47 -05:00
Jorj Bauer a103a8ffa4 partial sound rewrite: queue transitions while CPU is fast-forwarding, and then play them back at specific cycle counts 2017-12-31 17:21:34 -05:00
Jorj Bauer 753a9a5f24 added suspend/resume 2017-12-30 20:22:22 -05:00
Jorj Bauer 89a6450a91 remove/branch audio; remove debugging initial disk insertion; fix order of params in blit 2017-08-27 07:51:21 -04:00
Jorj Bauer 16615e60b1 fake vertical blank refresh period 2017-07-13 20:29:50 -04:00
Jorj Bauer b8e23bfa22 extended 80k card ROM handling fixups 2017-03-03 09:00:41 -05:00
Jorj Bauer 609e5456b2 fixed INTCXROM loading/handling. Added comments in updateMemoryPages() as the functionality was verified. 2017-02-28 23:34:24 -05:00
Jorj Bauer 080b236ab2 rework on BSR 2017-02-28 17:51:57 -05:00
Jorj Bauer 7293bd42e6 cleaned up bank switching; confirmed against ITA2E and UTA2E 2017-02-28 13:31:30 -05:00
Jorj Bauer 6664d8b323 graphics error: don't clear HIRES when we enter TEXT mode 2017-02-27 06:34:33 -05:00
Jorj Bauer 85d81d398a segregating CPU and timing-sensitive sound operations from drawing/disk IO/debugging 2017-02-26 19:59:51 -05:00
Jorj Bauer 39fdffd9c4 continued work on sound: migrate to SDL for host-based audio debugging 2017-02-26 11:00:41 -05:00
Jorj Bauer e942d8a4dd working on mockingboard support 2017-02-24 10:15:17 -05:00
Jorj Bauer 218b3b77a0 general VM structure and a test OpenCV target 2017-02-19 18:55:54 -05:00