Commit Graph

382 Commits

Author SHA1 Message Date
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
Jorj Bauer 0cf57dd265 fix disk behavior on bios reboot 2021-01-09 11:30:19 -05:00
Jorj Bauer d2c4b98346 cleanups for file selection 2021-01-09 10:48:29 -05:00
Jorj Bauer eb9fe76118 cleanups for file selection 2021-01-09 10:48:15 -05:00
Jorj Bauer b7ac5ad2b4 fixups for teensy display 2021-01-09 07:56:50 -05:00
Jorj Bauer ce3816d065 fixups for teensy display 2021-01-09 07:56:31 -05:00
Jorj Bauer 5c701b9418 use the apple font for the BIOS (reduce memory footprint, make prettier) 2021-01-09 07:15:00 -05:00
Jorj Bauer a129cb7165 use the apple font for the BIOS (reduce memory footprint, make prettier) 2021-01-09 07:14:14 -05:00
Jorj Bauer c0f105807c initialize cpu speed state in the bios menu so it shows the correct value 2021-01-08 19:56:29 -05:00
Jorj Bauer 8ac8f24fcf initialize cpu speed state in the bios menu so it shows the correct value 2021-01-08 19:56:05 -05:00
Jorj Bauer 826e5d14c5 expand reboot options (and make them understandable) 2021-01-08 19:41:38 -05:00
Jorj Bauer ef83f4ffc7 expand reboot options (and make them understandable) 2021-01-08 19:41:12 -05:00
Jorj Bauer 0468bf43c5 more normalization and commenting 2021-01-08 19:25:08 -05:00
Jorj Bauer fe46c4ab52 importing old mouse work to new teensy 4.1 2020-12-29 09:12:33 -05:00
Jorj Bauer dee3baed60 updated readme 2020-12-28 23:36:25 -05:00
Jorj Bauer 8b4c50ed30 added missing debug mode for battery mode 2020-12-28 23:36:17 -05:00
Jorj Bauer 4d19ede8b3 fix drawing of volume bar - needs to use the scaled method 2020-12-28 22:59:35 -05:00
Jorj Bauer 49fc86158a add volume in the SDL build 2020-12-28 22:57:11 -05:00
Jorj Bauer 0ba196b6ab fix usb scancode error 2020-12-28 22:52:52 -05:00
Jorj Bauer db0ed06375 implement volume 2020-12-28 22:49:57 -05:00
Jorj Bauer d1263bbf5a basic USB keyboard functionality 2020-12-28 22:30:34 -05:00
Jorj Bauer b1e1b22333 update to TeensyDuino 1.54b5 for raw USB keypress support 2020-12-28 21:48:00 -05:00