Commit Graph

303 Commits

Author SHA1 Message Date
Jorj Bauer 683b1620b4 move buffers to extmem 2021-01-19 22:56:38 -05:00
Jorj Bauer a65596d4c5 startup order fixes; move key-down-map to extmem 2021-01-19 22:28:35 -05:00
Jorj Bauer 6f47723b8a avoid using key code '0' 2021-01-19 22:28:14 -05:00
Jorj Bauer d42a88e083 remove some of the modules not in use 2021-01-19 22:27:57 -05:00
Jorj Bauer 85b1560f2d silence a warning 2021-01-19 22:26:50 -05:00
Jorj Bauer 90270e126f bugfix for usb keyboard auto-repeat 2021-01-19 20:42:15 -05:00
Jorj Bauer f57478f85d rewire teensy keyboard so USB works in the BIOS 2021-01-19 20:14:49 -05:00
Jorj Bauer 97059a0a5b add luminance cutoff for B&W mode 2021-01-19 18:40:13 -05:00
Jorj Bauer efc36d40a8 merging display paths between SDL and Teensy 2021-01-19 15:37:54 -05:00
Jorj Bauer c4954b9ec5 normalize with a 32-bit backing video store, matching the way we use dmaMem in the teensy build 2021-01-19 09:35:25 -05:00
Jorj Bauer 3fa600370b allow hard drive images with extension "hdv" 2021-01-19 08:52:58 -05:00
Jorj Bauer 03981b2b77 added missing Serial call for teensy println 2021-01-17 21:04:06 -05:00
Jorj Bauer ed6d50dd62 fix missing symlink for teensy mouse 2021-01-17 21:03:15 -05:00
Jorj Bauer 7184edea8d fix drawing of single-HGR 2021-01-17 20:45:55 -05:00
Jorj Bauer 051bfd09ca remove b&w from sdl layer 2021-01-17 20:45:44 -05:00
Jorj Bauer ecb32dd873 fix colors in double-hi-res; bit order is swizzled like in double-lo-res 2021-01-17 08:42:53 -05:00
Jorj Bauer b6bbbe5a2b graphics/text page reads don't come from alt banks of RAM 2021-01-16 20:18:13 -05:00
Jorj Bauer c5f0985fc2 fix transcription error in mouse rom; update irq semantics 2021-01-16 08:33:09 -05:00
Jorj Bauer 55703a0838 trying to improve resume after debug 2021-01-13 23:04:30 -05:00
Jorj Bauer 2f308ee163 added missing addressing modes 2021-01-13 23:04:21 -05:00
Jorj Bauer 7028e1dfd2 spun mouse rom to its own .asm file; fixed PR# and IN# behavior in the mouse driver 2021-01-13 22:03:30 -05:00
Jorj Bauer e63b21d7c0 minor improvements and bugfixes in debugging 2021-01-13 22:03:04 -05:00
Jorj Bauer 379985bcaa more features 2021-01-13 18:10:47 -05:00
Jorj Bauer d05401ddb1 reset time flags when resuming 2021-01-13 18:10:21 -05:00
Jorj Bauer 821559b091 remove incorrect placeholder from before interrupts were in place 2021-01-11 19:26:56 -05:00
Jorj Bauer 8a35cb0b85 mouse bugfixes: fixups for Blazing Paddles and MultiScribe 2021-01-11 16:39:39 -05:00
Jorj Bauer 0b1ecceb38 fix for returning from BIOS hanging 2021-01-11 13:59:25 -05:00
Jorj Bauer 1e1177f984 working on blazing paddles mouse support 2021-01-11 13:31:09 -05:00
Jorj Bauer 05529fd443 remove dead code 2021-01-11 12:36:56 -05:00
Jorj Bauer 5011dd5743 Merge branch 'mouse41' 2021-01-11 12:33:43 -05:00
Jorj Bauer 766e04a820 tweak handling of B&W for GEOS. Not perfect on a scaled display. 2021-01-11 12:32:42 -05:00
Jorj Bauer b6cd790fa9 only re-read joystick for mouse posn while mouse is enabled; added comments in mouse rom 2021-01-11 11:32:40 -05:00
Jorj Bauer bab3560273 wired in mouse support; left-apple is the mouse button on the teensy for now 2021-01-11 10:53:03 -05:00
Jorj Bauer 93746ed8d3 adding missing serialization include 2021-01-11 10:50:02 -05:00
Jorj Bauer d6bcac42d7 when writing to ram, use the MMU. Also cleaned up comments. 2021-01-11 08:43:40 -05:00
Jorj Bauer 579e7e9f79 show bytes in disassembly 2021-01-11 08:43:23 -05:00
Jorj Bauer 12d4f7bdf2 remove debugging printf 2021-01-11 08:19:36 -05:00
Jorj Bauer 1f998aa17c remove debugging hack 2021-01-11 08:19:23 -05:00
Jorj Bauer 6e49c9f6f9 rebuild ROM image cleanly 2021-01-11 07:31:51 -05:00
Jorj Bauer 0b8e027096 patching together more mouse work 2021-01-10 23:52:58 -05:00
Jorj Bauer b09df8e5f9 VBL interrupts work; roughing in physical mouse 2021-01-10 15:04:52 -05:00
Jorj Bauer 3a254f83f1 remove single cached track hack; convert to EXTMEM on the Teensy 4 2021-01-10 07:35:22 -05:00
Jorj Bauer 4bbb8052aa remove single cached track hack; convert to EXTMEM on the Teensy 4 2021-01-10 07:34:57 -05:00
Jorj Bauer f5985c2ca6 debugging fixes 2021-01-10 00:48:11 -05:00
Jorj Bauer 03da365e61 debugging fixes 2021-01-10 00:47:56 -05:00
Jorj Bauer 2eb24f9b3f fix suspend/resume 2021-01-09 21:34:19 -05:00
Jorj Bauer 4cded72e12 fix suspend/resume 2021-01-09 21:32:40 -05:00
Jorj Bauer 0df32dbeba improve BIOS about screen 2021-01-09 12:15:35 -05:00
Jorj Bauer c6f39f9b39 improve BIOS about screen 2021-01-09 12:15:12 -05:00
Jorj Bauer 5c6354e025 fix disk behavior on bios reboot 2021-01-09 11:30:39 -05:00