Commit Graph

379 Commits

Author SHA1 Message Date
Jorj Bauer
da8910cdaf add flush method 2022-01-07 12:50:13 -05:00
Jorj Bauer
b2e36b4dfe tie the flush delay to the drive spindown 2022-01-07 12:49:40 -05:00
Jorj Bauer
7c3afa096c add SEEK_END 2022-01-07 12:25:16 -05:00
Jorj Bauer
548be14913 fix autorepeat problem for modifiers 2022-01-07 12:24:07 -05:00
Jorj Bauer
d54ae6ca1c reduce flush delay to 3 seconds 2022-01-07 12:23:22 -05:00
Jorj Bauer
4abe11b1d2 updated for v9 2021-12-18 12:07:06 -05:00
Jorj Bauer
00ab74c3e3 Saving people a step - no need to recompile the mouse rom from apple/mouserom.asm 2021-12-13 07:36:46 -05:00
Jorj Bauer
baa2516b52 normalize keypress tracking 2021-12-12 12:10:49 -05:00
Jorj Bauer
15d8fd8745 documentation updates for 2021 2021-12-11 08:42:19 -05:00
Jorj Bauer
8702a25b4a fixes for the SDL build 2021-01-23 00:45:33 -05:00
Jorj Bauer
ed95a42091 fix crasher when there are exactly 10 names to show 2021-01-22 22:09:16 -05:00
Jorj Bauer
5b6bcd771d import upstream woz code 2021-01-22 21:07:43 -05:00
Jorj Bauer
b211937027 remove erroneous offset 2021-01-22 21:07:02 -05:00
Jorj Bauer
2fb6a5fe8d abstracting aiie-specific changes to WozSerializer 2021-01-21 23:06:08 -05:00
Jorj Bauer
2082f07d62 merging upstream woz changes 2021-01-21 22:18:48 -05:00
Jorj Bauer
34566e8c6a remove single-track operation 2021-01-21 21:33:12 -05:00
Jorj Bauer
4cd66f6809 improving the paddle bios config 2021-01-20 22:05:50 -05:00
Jorj Bauer
9d53b3272e remove constructs assuming the Y resolution < 256 pixels 2021-01-20 21:16:32 -05:00
Jorj Bauer
67e020cb54 only allow left/right on the root menus 2021-01-20 21:10:56 -05:00
Jorj Bauer
3301f34633 move drawing the border into the videoBuffer; support resizing the SDL window 2021-01-20 20:55:11 -05:00
Jorj Bauer
59d8529160 add ILI library doc 2021-01-20 20:54:53 -05:00
Jorj Bauer
46e83eb424 revert debounce time 2021-01-20 20:54:39 -05:00
Jorj Bauer
c41e497471 refreshing so fast was causing crosstalk on the keypad pins and phantom keystrokes. Slowed. 2021-01-20 20:53:50 -05:00
Jorj Bauer
c07c24d064 defensive attempt to avoid buffer overruns 2021-01-20 07:42:01 -05:00
Jorj Bauer
fc805b57e2 workaround for bug in Keypad library: need to set the pull-ups earlier, so the first reading isn't bad 2021-01-20 07:41:24 -05:00
Jorj Bauer
d1f42a8771 second HD needs to allow hdv; add missing entry terminators 2021-01-19 22:56:52 -05:00
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