Commit Graph

147 Commits

Author SHA1 Message Date
Jorj Bauer 7f65cfb64d better typecasting 2020-07-04 07:38:18 -04:00
Jorj Bauer f5b7f19ebb testing threads 2020-07-02 22:04:02 -04:00
Jorj Bauer 5db77a4765 temporarily turning off printer for teensy 2020-07-02 22:03:47 -04:00
Jorj Bauer 602dc8c707 mutex locking support 2020-07-02 22:03:29 -04:00
Jorj Bauer db64a16479 volatile 2020-07-02 22:03:17 -04:00
Jorj Bauer 17170ae143 volatile 2020-07-02 22:02:21 -04:00
Jorj Bauer 628bf23e7f adding write support; optimizing memory for teensy 2020-07-02 22:01:54 -04:00
Jorj Bauer 36ce493c1e fix crasher when accessing empty drive 2020-07-02 22:01:01 -04:00
Jorj Bauer 48ef6a4dea update comments about RAM page handling 2020-07-02 22:00:30 -04:00
Jorj Bauer ff486ee0d4 prefs should use MAXPATH 2020-07-02 22:00:12 -04:00
Jorj Bauer f86f353079 allow woz images 2020-07-02 21:59:56 -04:00
Jorj Bauer e8e80b9edc update comment on memory handlin 2020-07-02 21:59:35 -04:00
Jorj Bauer 998c7cebc8 fixes for disk writing and rotational speed 2020-06-30 22:44:50 -04:00
Jorj Bauer 99c5e37159 revert to reset-on-intr 2020-06-30 22:42:31 -04:00
Jorj Bauer 6b53f9ca6a when disk is spinning and other disk is selected, make sure the newly selected disk starts spinning 2020-06-30 07:16:44 -04:00
Jorj Bauer ff58f43e02 remove legacy filemanager methods 2020-06-28 15:24:49 -04:00
Jorj Bauer 8591df2745 basic improvement 2020-06-28 09:26:02 -04:00
Jorj Bauer fc47415592 remove obsolete filemanager methods 2020-06-28 09:21:27 -04:00
Jorj Bauer 1e762440a5 bring inline with outer filesystem changes 2020-06-28 08:30:18 -04:00
Jorj Bauer 7cd20333d6 first pass of compatability functions 2020-06-28 08:29:51 -04:00
Jorj Bauer 845a0f6175 flush any cached changes before serializing 2020-06-28 08:29:26 -04:00
Jorj Bauer 94fc3f8077 add missing abstraction headers 2020-06-28 08:29:05 -04:00
Jorj Bauer b6e475841e add lazy flushing 2020-06-28 08:28:49 -04:00
Jorj Bauer 637d958acf simple write support; added teensy abstraction 2020-06-28 08:28:01 -04:00
Jorj Bauer 290b3e5a58 fix serialization of woz data 2020-06-27 23:09:43 -04:00
Jorj Bauer d56f9665ba fix serialization of diskii object; allow teensy to build w/o caching entire disk images 2020-06-27 22:40:42 -04:00
Jorj Bauer d655e9a1ba dynamically load based on reading bits 2020-06-27 22:40:14 -04:00
Jorj Bauer f66049ce8e fixup for using both drives; repair spindown delay (which was a factor of 1000 too aggressive, which is why disk access was slow) 2020-06-27 22:10:24 -04:00
Jorj Bauer 29542704bd incremental improvement for woz disk support 2020-06-27 18:00:59 -04:00
Jorj Bauer 182c7649d8 updated linuxfb build 2019-02-28 13:25:48 -05:00
Jorj Bauer c5e41a5ea7 tie disk spin-down to CPU cycles 2019-02-22 01:01:48 -05:00
Jorj Bauer f333780348 fixed bit length of tracks; added actual random fake bits. Passes most test Woz images now. 2019-02-22 00:21:05 -05:00
Jorj Bauer f895366ff7 update Teensy build to include Woz 2019-02-20 23:13:20 -05:00
Jorj Bauer d4762eedd6 dynamically free woz image data 2019-02-20 23:12:39 -05:00
Jorj Bauer 564ccee061 dynamically read track data 2019-02-20 23:10:29 -05:00
Jorj Bauer 197c89b772 incremental cleanup and prep for dynamic track loading (instead of full track preloading) 2019-02-20 22:06:55 -05:00
Jorj Bauer e15db839e3 rebuilt SDL speaker driver 2019-02-20 17:49:51 -05: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 687a096702 woz uses built-in file management system 2019-02-20 11:51:55 -05:00
Jorj Bauer 03b0a141bc first working Woz code (read-only, and only non-copyprotected disks) 2019-02-20 07:50:51 -05:00
Jorj Bauer 75342f5a49 added script to side-load a binary right in to a running SDL build via the debugger 2019-02-12 21:24:40 -05:00
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 03cdfdbc14 updated for full 65c02 and linuxfb 2018-06-16 07:48:22 -04:00
Jorj Bauer 645053ff51 fix return result on success of decimal tests 2018-06-16 07:48:05 -04:00
Jorj Bauer aa45e49f40 CPU fixes - notably ADC/SBC in Decimal mode with invalid BCD values 2018-06-15 23:51:42 -04:00
Jorj Bauer fbb9c85468 test abstraction 2018-06-15 23:13:06 -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 69eafce053 default to "Emphasized" text mode (easier to read) 2018-02-19 15:48:12 -05:00