Commit Graph

282 Commits

Author SHA1 Message Date
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
tudnai 9c4abe97c5 Fixed Full graphics screen clearing issues 2020-05-18 09:27:34 -07:00
tudnai 9871cb3886 Adjusted Audio Play 2020-05-17 22:08:23 -07:00
tudnai bde4c4d941 - spkr_switch renamed to spkr_toggle and moved to speaker.c
- Also some minor tweaks and cosmetics
2020-05-17 19:32:45 -07:00
tudnai ae5d8211fb Fixed hang when Power On pressed multiple times 2020-05-17 18:31:41 -07:00
tudnai c8f09f878d - Reducing Clicks and Humps on the Speaker 2020-05-17 16:01:15 -07:00
tudnai 846df28a07 Code cleanup and unsuccessfully trying to fix alSourcePlay issues 2020-05-17 13:48:35 -07:00
tudnai cf23cc7983 Sound works 2020-05-17 07:49:05 -07:00
tudnai aaf7c0ca83 Exponential signal edges for speaker 2020-05-13 20:40:54 -07:00
tudnai 82e07b5652 Make sound louder and cleaner 2020-05-10 15:38:42 -07:00
tudnai ca2f023c8c - Improved sound quality
- Eliminating sound playing when there was no speaker toggling in a frame
2020-05-10 15:30:29 -07:00
tudnai b746b1ee5c Speaker sound buffer to generate perfect square waves 2020-05-10 10:54:34 -07:00
tudnai cf2325e6fa Speaker - First implementation 2020-05-09 23:40:37 -07:00
tudnai e96f7bafc9 Fixed blue rendering 2020-05-09 20:57:56 -07:00
tudnai 7b51c83da2 - Initial ROM acceleration removed from the Power Cycle to have a better feeling of a retro computer
- Improved Power Cycle animation
2020-05-09 14:40:42 -07:00
tudnai 293ba80f41 Removed prevPrev (not needed) 2020-05-09 13:51:34 -07:00
tudnai 889b31803a HiRes render improvements - sharp image! 2020-05-09 13:45:41 -07:00
tudnai 6abcba032d - Splash screen
- HiRes pixel rendering improvements
2020-05-09 03:39:55 -07:00
tudnai bfb226d415 Speed improvements to 1300MHz 2020-05-08 19:47:19 -07:00
tudnai c6a7f211dc - White reduced to get a better retro feeling
- HiRes Color restoration adjusted so no more green stuff in Donkey Kong
2020-05-07 23:54:11 -07:00
tudnai c996f0ce14 Immediate value should be 8 bit 2020-05-07 13:21:43 -07:00
tudnai afc8c6d8d1 Fixed 4 line Text screen position in Mixed mode 2020-05-07 13:20:46 -07:00
tudnai 572977f5f8 Disk adjustment magic numbers lifted out as variables so it will be easier to remember them and adjust them 2020-05-06 20:49:15 -07:00
tudnai 5051c0f8c7 Removed dead code 2020-05-06 20:24:22 -07:00
tudnai 49a9dff6da Adjusted Disk properties to work with the new instruction clock counter 2020-05-06 20:07:09 -07:00
tudnai 386d3ea979 Speed bumped to 1244MHz!
Fixed CPU initialization
2020-05-06 16:07:19 -07:00