Commit Graph

136 Commits

Author SHA1 Message Date
tudnai 3d8f8f3faf Do not generate debug output file by default 2020-06-11 14:50:51 -07:00
tudnai 25d4ca31fd Disk read optimization 2020-06-11 14:50:07 -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 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 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 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 469da345f4 6502_pure renamed to 6502_vanilla 2020-06-05 17:12:15 -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 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 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 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 5a0a23f048 Added Merlin Assembler versions for testing 2020-05-25 19:34:33 -07:00
tudnai c5f16cd15a Display Text Page 2 2020-05-24 21:04:34 -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 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 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 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 bfb226d415 Speed improvements to 1300MHz 2020-05-08 19:47:19 -07:00
tudnai c996f0ce14 Immediate value should be 8 bit 2020-05-07 13:21:43 -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
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 b993009859 Slight speed improvements 2020-05-04 13:52:52 -07:00
tudnai 393b28ab3d Interrupt handling outside of the instruction loop 2020-05-02 22:35:59 -07:00
tudnai 368dd13309 - Fixed disk acceleration algorithm
- Some tiny speed optimizations
2020-05-02 22:04:22 -07:00
tudnai e18bc9653e - Removed some dead code
- Disk accelerator reset moved to a function
- Some tiny speed optimizations
2020-05-02 21:26:24 -07:00
tudnai 1cbc67c0eb Code Cleaning 2020-05-02 21:06:34 -07:00
tudnai 040ee3af43 Fixed Text Page switching 2020-05-02 10:36:21 -07:00
tudnai 54a02f3ea1 Milestone! GHz reached! & Removing large files 2020-05-01 23:35:17 -07:00
tudnai 424a65e074 Shadow memory direct access for all instructions & flags promoted to uint8_t instead of bitfield 2020-05-01 21:52:51 -07:00
tudnai 1b2cf4d74e Page Table removed 2020-05-01 19:33:14 -07:00
tudnai 7e6ea1dc32 Getting rid of Page Table 2020-05-01 19:24:09 -07:00
tudnai ef6ae3ccc5 Shadow memory kinda works 2020-05-01 18:56:30 -07:00
tudnai 315e1aec12 Started to come alive 2020-05-01 14:43:41 -07:00
tudnai fc32252815 Further steps to implement Shadow Memory 2020-04-30 19:33:59 -07:00
tudnai 1b95e22568 Bugfixes merged from Master 2020-04-30 12:01:35 -07:00
tudnai 016a132ba7 Merge branch 'master'
Conflicts:
	src/cpu/6502.c
	src/dev/mem/mmio.h
2020-04-30 11:49:52 -07:00
tudnai 5443d91fc7 Fixed Reset issues on //e
Performance enhancements
2020-04-30 07:26:46 -07:00
tudnai a70937b321 First steps for the Shadow Memory implementation 2020-04-29 19:58:03 -07:00
tudnai 53f81555ea - Removed 16K LC RAM -- using 64K AUX to emulate it
- Removed 12K ROM -- using 16K ROM to emulate it
2020-04-29 16:18:27 -07:00
tudnai f56a2cb8c6 Speed bump (2x)
- Precise MHz measurements
2020-04-29 15:35:54 -07:00
tudnai deb6373f18 Code polishing 2020-04-27 20:32:58 -07:00
tudnai 9e32839a4d - use outdev file for dbgPrintf 2020-04-27 20:31:16 -07:00
tudnai d786f4a594 Fixed bad commit with the io address checking and super slowness 2020-04-27 12:27:57 -07:00
tudnai 72dc8dfa99 Fixed PR#3 initialization issue (added support for text mode query) 2020-04-27 11:58:38 -07:00
tudnai 8e61a3403b Moving to a unified 64K expansion memory instead of small fragments 2020-04-27 08:15:36 -07:00
tudnai 4ecbc13628 Cleanup 2020-04-27 08:02:17 -07:00
tudnai 91fd9ac8f9 80 column video 2020-04-27 07:26:04 -07:00
tudnai 15911de276 Added ROM changing Menu
Added ROMs
Added fonts for 80 col PR#3
Fixed Memory Init issues when Cold Reset
Fixed Dummy Memory issues
2020-04-26 00:23:05 -07:00
tudnai 126f76c9a4 - Paste into VM
- HiRes (HIRESOWCOLOR) now respects pages and mixed mode
2020-04-22 19:18:28 -07:00
Tamas Rudnai 206b5a1163 - HIRESLOWCOLOR -- Color Hires Implementation 2020-02-25 00:14:05 -08:00
Tamas Rudnai 44debeb2d1 Fix Selectable DIsk 2020-02-22 22:19:51 -08:00
Tamas Rudnai cf5f390ed2 - Selectable Disk from Config menu
- KBDSTRB from ioWrite
2020-02-22 22:16:41 -08:00
Tamas Rudnai a1038b80dc Include file location paths fixed 2020-02-22 16:41:17 -08:00
Tamas Rudnai 44968a5db3 - Proper Graphics - Text switching
- Suports graphics buffer (Page) changes
- Supports Mixed mode
2020-02-22 16:37:54 -08:00
Tamas Rudnai 16cc896c0c Added iOS platform 2020-02-17 22:33:27 -08:00