Commit Graph

206 Commits

Author SHA1 Message Date
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
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
fd63ce5bca Optimized color management 2020-05-04 13:54:04 -07:00
tudnai
5afcb161b6 Optimizing HiRes screen updates - do not refresh HiRes when it is in TextMode 2020-05-04 13:53:36 -07:00
tudnai
b993009859 Slight speed improvements 2020-05-04 13:52:52 -07:00
tudnai
303c0f7f95 Simplifying reset + Cleanup code 2020-05-02 22:39:54 -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
e871c32202 Limit increased to allow sheer power 2020-05-02 21:07:02 -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
75e0f5d528 Not sure why it got removed 2020-05-01 20:16:41 -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
d2f455575d Removing log files 2020-05-01 19:49:31 -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
db8c657d0e Rendering running independently on the main thread 2020-05-01 19:10:44 -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