Commit Graph

207 Commits

Author SHA1 Message Date
tudnai
25d4ca31fd Disk read optimization 2020-06-11 14:50:07 -07:00
tudnai
fad4956135 New Splash Screen 2020-06-10 19:12:08 -07:00
tudnai
4106a7ec36 New Splash Screen 2020-06-10 19:11:27 -07:00
tudnai
bc2ab8512d - Moved to SRGB color space so colors will actually match with one used by StoryBoard and GIMP
- Render function from Update
2020-06-10 17:48:37 -07:00
tudnai
8dca81904a better scanline Y offset 2020-06-10 08:31:27 -07:00
tudnai
d1d984e33f old monitor effects 2020-06-10 08:30:52 -07:00
tudnai
7940373a0d Scanlines 2020-06-10 00:22:46 -07:00
tudnai
93fce5e51c load sfx function 2020-06-09 00:54:36 -07:00
tudnai
55bb6b5fd5 Few bugfixes 2020-06-09 00:54:06 -07:00
tudnai
94aeaaefaa Organized Resources 2020-06-09 00:23:05 -07:00
tudnai
145ee55a4d Faster disk io 2020-06-09 00:22:33 -07:00
tudnai
a73fb79792 - Adjusted disk accelerator (back to 2 frames)
- Removed some debug prints
- Adjusted speaker extra buffer
2020-06-08 21:12:40 -07:00
tudnai
f2f725b8c5 - Speed up disk read
- Less overshot with accelerated disk read
- woz_LoadTrack to see where are the sectors
- Removed some unused code
2020-06-08 20:52:10 -07:00
tudnai
19ebe351b5 Removed unused ViewController and Window 2020-06-06 21:18:32 -07:00
tudnai
23bc243a1b Disk magnet management moved from mmio.h to disk.c 2020-06-06 21:09:00 -07:00
tudnai
bfc010901c KIL instruction renamed to HLT 2020-06-06 20:19:44 -07:00
tudnai
68a57a4e67 Removed old test code, no longer needed 2020-06-06 13:26:16 -07:00
tudnai
81a929a889 Undocumented instructions 2020-06-06 13:19:29 -07:00
tudnai
16aa7a8d69 Added few undocumented instructions 2020-06-05 23:20:32 -07:00
tudnai
71348d606d - Removed some debug prints
- Renamed an addressing function
2020-06-05 23:18:39 -07:00
tudnai
b6873a3136 Added a comment 2020-06-05 23:17:12 -07:00
tudnai
b91fab6066 Removed some debug prints 2020-06-05 23:16:17 -07:00
tudnai
469da345f4 6502_pure renamed to 6502_vanilla 2020-06-05 17:12:15 -07:00
tudnai
4e8cebab37 Preferences Dialog Box 2020-06-05 17:11:22 -07:00
tudnai
0aa6098846 - Default ROM is //e, instead of Enhanced version
- WOZ file load error handling
- Only place filename to recents when load was successful
2020-06-04 11:37:35 -07:00
tudnai
b6f67f981c - File Open
- Recent Files
- Disk Menus moved to File Menu
2020-06-03 10:23:55 -07:00
tudnai
697fc3171d - Joystick On / Off from UI
- Aux Memory switches
- Open any files using Open File Dialog
2020-06-02 10:10:18 -07:00
tudnai
2d58c13376 LoRes Graphics 2020-05-29 08:50:47 -07:00
tudnai
b9efc3e009 - True Virtual ][ style logging so we can compare logs easier
- Fix: RAM Expansion Card now works
2020-05-28 12:37:32 -07:00
tudnai
f79be51bb1 - Mouse Button / Paddle 3 is inverted
- Reset Paddle / Joystick / Mouse buttons
2020-05-28 09:35:17 -07:00
tudnai
04d9ca20eb Game Controller Combined Buttons 2020-05-28 09:19:07 -07:00
tudnai
bb42837894 Removed unused WAV files 2020-05-28 08:16:46 -07:00
tudnai
cc99e2eba3 Diagnostic Disks 2020-05-28 08:15:41 -07:00
tudnai
add26cffc0 - Added UI Control over Disk Acceleration
- Effort to make sound smoother on higher frequencies
2020-05-27 19:12:28 -07:00
tudnai
17927f4ab0 Turn off disk acceleration immediately when there is a sound 2020-05-27 17:27:11 -07:00
tudnai
d008094078 - Fixed RAM expansion handling w/Bank switching 2020-05-27 17:16:49 -07:00
tudnai
e18173605b - Fixed 80 col rendering issue
- Interestingly speed bumped up a bit too
2020-05-26 21:13:31 -07:00
tudnai
0e1fc3e44b Adjusted edge curves, it gives us better sound, closer to original... 2020-05-25 20:53:42 -07:00
tudnai
cc6b3e27d4 Added some WOZ disk images for testing Merlin Assembler 2020-05-25 19:41:37 -07:00
tudnai
5a0a23f048 Added Merlin Assembler versions for testing 2020-05-25 19:34:33 -07:00
tudnai
3042a98d64 - Removed Up and Down Arrow Keys to better support of Keyboard 2 Joystick
- Fix: Inverted Up and Down Keyboard 2 Mouse
2020-05-25 19:34:02 -07:00
tudnai
c5f16cd15a Display Text Page 2 2020-05-24 21:04:34 -07:00
tudnai
ef4e124043 - Adjusting Colors
- Fixing some pixel rendering issues with the green color
2020-05-24 20:26:54 -07:00
tudnai
7758fe3c33 - Adjustable edge curve
- Better speaker flip-flop simulation
2020-05-24 13:07:34 -07:00
tudnai
ab120dc459 - Keyboard 2 Mouse
- FPS set back to 30
- 16 bit PCM
- Smoother speaker level fade out
- Faster keyboard poll query -- This is for checking only, should be either removed or the entire ioRead should based on binary search, whatever is faster
2020-05-24 12:14:09 -07:00
tudnai
0aea0b9c84 emoving unwanted log files 2020-05-21 22:13:00 -07:00
tudnai
4773c534f1 - foundation for the predictive input controller
- 60 FPS for better joystick reposne
2020-05-21 22:09:57 -07:00
tudnai
26341faff2 Mouse 2 JoyStick 2020-05-20 22:22:44 -07:00
tudnai
1b4985d3c8 First implementation of Game Controller (Joystick / Paddle) 2020-05-20 09:56:35 -07:00
tudnai
0fef4708f8 Optimized handling video mode changes 2020-05-18 21:17:19 -07:00