Commit Graph

72 Commits

Author SHA1 Message Date
tudnai
f09585176c Added GPL v3 License 2020-07-13 10:10:33 -07:00
tudnai
6e69b2bf5d Disable Keyboard 2 Joystick button polling -- that should work through normal event handler 2020-07-12 17:54:48 -07:00
tudnai
99656013ee Shuffled Modules around to gain back speed 2020-07-11 19:06:34 -07:00
tudnai
e6de74d5a1 Optimized Disk Menus onto the Side Panel 2020-07-08 13:12:46 -07:00
tudnai
eb3ac8ff94 Toolbar Fully Implemented 2020-07-08 00:56:45 -07:00
tudnai
6ebe88794c - New floppy drive icons for light and dark modes
- Input modifiers polling
2020-07-06 12:16:09 -07:00
tudnai
ebdc0b045d Sound fixes
WOZ fixes
Load DSK fixes
2020-07-04 10:13:12 -07:00
tudnai
b31c138604 More buttons on toolbar 2020-07-01 23:08:33 -07:00
tudnai
8318b362fb Toolbar 2020-07-01 17:47:43 -07:00
tudnai
ea089cd7c5 - DSK, DO, PO formats converted internally to WOZ
- Joystick button assignment corrected
- Adjusted speaker dumping
- WOZ image can be opened from a memory buffer
2020-06-28 21:00:25 -07:00
tudnai
cb498c415c Fixed sound issues and resource leaks related to that 2020-06-27 16:54:02 -07:00
tudnai
4751c59fad Better Disk SFX 2020-06-26 23:24:01 -07:00
tudnai
5374c8f035 Fixed WOZ file save 2020-06-25 16:33:15 -07:00
tudnai
34bd53d9be Disk Save 2020-06-25 16:23:20 -07:00
tudnai
fb85a5f122 - App renamed to Steve ][
- Resource Folders in the App bundle
- Fixed: Custom Fonts
2020-06-24 15:44:15 -07:00
tudnai
ec2617c7ae Game mode selectable from UI 2020-06-22 19:23:41 -07:00
tudnai
ac36139d0d - Removed some unused code
- Color / Mono selector
- Mono HiRes
2020-06-20 18:46:26 -07:00
tudnai
c467b8223c - Trace Enabler from UI
- Disk optimization tweaks
- Disk Drive selector
- Aux Memory handling fix
2020-06-19 15:16:27 -07:00
tudnai
7f6ade463b - Disk Write!!!
- Some Debug code
- Super low power ECO mode
2020-06-18 15:14:54 -07:00
tudnai
b5b555a04b Renamed Disk SFX files 2020-06-11 23:19:03 -07:00
tudnai
9e6aebeaa8 Floppy Disk Drive Sound Effects 2020-06-11 18:29:26 -07:00
tudnai
94aeaaefaa Organized Resources 2020-06-09 00:23:05 -07:00
tudnai
16aa7a8d69 Added few undocumented instructions 2020-06-05 23:20:32 -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
2d58c13376 LoRes Graphics 2020-05-29 08:50:47 -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
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
5a0a23f048 Added Merlin Assembler versions for testing 2020-05-25 19:34:33 -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
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
9871cb3886 Adjusted Audio Play 2020-05-17 22:08:23 -07:00
tudnai
cf23cc7983 Sound works 2020-05-17 07:49:05 -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
6abcba032d - Splash screen
- HiRes pixel rendering improvements
2020-05-09 03:39:55 -07:00
tudnai
386d3ea979 Speed bumped to 1244MHz!
Fixed CPU initialization
2020-05-06 16:07:19 -07:00
tudnai
4a5b482efa Link time optimization 2020-05-06 10:12:04 -07:00
tudnai
4017d12dc8 - Optimized Text Rendering
- Optimized HiRes screen hiding
2020-05-06 09:56:21 -07:00
tudnai
303de91fc6 - Startup speed is set by ColdReset, so it will work always
- HiRes screen is being cleared when switched back to text mode
- Turned off Debug app for Release mode
2020-05-05 23:03:36 -07:00
tudnai
961708373c - Speed improvements
- Keyboard Up
- HiRes optimized (battery save) refresh / Refresh by blocks that modified
2020-05-05 08:35:57 -07:00
tudnai
77bcdc3e73 Merge branch 'speedbump' 2020-05-01 20:13:01 -07:00
tudnai
e7dcfd1184 added schemas 2020-05-01 20:12:01 -07:00
tudnai
5ee910b681 Merge branch 'speedbump' 2020-05-01 19:54:40 -07:00
tudnai
e3d97a05ae removed functiontest.bin from build 2020-04-30 12:41:08 -07:00