Commit Graph

81 Commits

Author SHA1 Message Date
Jorj Bauer b655c670b8 extended SDL debugger 2019-02-12 21:21:04 -05:00
Jorj Bauer b8d83843b7 minor improvements on the debugger interface for the SDL build 2018-06-16 11:41:18 -04:00
Jorj Bauer ba0593bb70 fixed concurrent updates of _hackyBitmap; added save-to-.bmp 2018-02-19 15:48:50 -05:00
Jorj Bauer 5b6760d33a disable CPU debugging 2018-02-19 15:48:30 -05:00
Jorj Bauer 1199ea8cc0 remove unused SDL_Mutex 2018-02-19 04:25:26 -05:00
Jorj Bauer f131910df2 abstract drawing so devices may have full or half resolution; rebuild BIOS interface 2018-02-17 20:44:04 -05:00
Jorj Bauer f790b3d5ab SDL quiescent audio level = 0x80, not 0x00 2018-02-07 14:19:53 -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 18e43b7784 limit error messages 2018-01-10 08:06:23 -05:00
Jorj Bauer 7da0ed9a2b refactor of UI layer 2018-01-07 14:44:23 -05:00
Jorj Bauer 7f6e7dd73a refactor images 2018-01-07 08:24:53 -05:00
Jorj Bauer 4f31e16fd2 removed extraneous end-comment 2018-01-03 10:36:13 -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 69348f1b64 didn't mean to leave B&W mode in... 2017-12-29 20:24:21 -05:00
Jorj Bauer 8aafabc61e bios support for HD files; Teensy 32-MB HD image support 2017-12-29 15:35:47 -05:00
Jorj Bauer 0fecbd3956 Added 32MB hard drive support in slot 7; moved clock to slot 5. 2017-12-29 14:08:49 -05:00
Jorj Bauer f1d74c1644 various header fixes 2017-07-13 20:31:47 -04:00
Jorj Bauer f910272cfa make the SDL speaker a little quieter 2017-07-13 20:30:33 -04:00
Jorj Bauer ccc649bfc1 working on mockingboard interrupts 2017-05-31 18:17:25 -04:00
Jorj Bauer e033f6e039 added SDL clock for testing 2017-02-28 23:44:03 -05:00
Jorj Bauer 4820babb56 removed debugging 2017-02-28 17:50:52 -05:00
Jorj Bauer c2e117745f abstract the difference between the rowspans in various bitmaps 2017-02-28 08:15:11 -05:00
Jorj Bauer 2060f366e5 add delay during drawing to step down, targeting 40-60 FPS 2017-02-27 09:35:49 -05:00
Jorj Bauer 368b385ccf reduce noise from FPS counter 2017-02-27 08:11:59 -05:00
Jorj Bauer 3464ba5298 reimplement volume control 2017-02-26 20:34:38 -05:00
Jorj Bauer b955dd106f draw the drive status indicators from outside the CPU thread/ISR 2017-02-26 20:25:47 -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 349120a419 don't create the printer window until we need it 2017-02-26 11:07:56 -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