Commit Graph

18 Commits

Author SHA1 Message Date
tudnai
0e1f7be961 Code cleanup and unsuccessfully trying to fix alSourcePlay issues 2020-05-17 13:48:35 -07:00
tudnai
8d570eb0f3 Sound works 2020-05-17 07:49:05 -07:00
tudnai
1afaaf164d Removed breakpoint settings from project 2020-05-06 20:08:01 -07:00
tudnai
d03524e771 Link time optimization 2020-05-06 10:12:04 -07:00
tudnai
cb5339e01f - Optimized Text Rendering
- Optimized HiRes screen hiding
2020-05-06 09:56:21 -07:00
tudnai
803ce37b0a - 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
2eead2f4ad - Speed improvements
- Keyboard Up
- HiRes optimized (battery save) refresh / Refresh by blocks that modified
2020-05-05 08:35:57 -07:00
tudnai
361726b0a4 Interrupt handling outside of the instruction loop 2020-05-02 22:35:59 -07:00
tudnai
bae447ad32 - Fixed disk acceleration algorithm
- Some tiny speed optimizations
2020-05-02 22:04:22 -07:00
tudnai
12dc2f1d2b - Removed some dead code
- Disk accelerator reset moved to a function
- Some tiny speed optimizations
2020-05-02 21:26:24 -07:00
tudnai
c2a74d4511 Shadow memory direct access for all instructions & flags promoted to uint8_t instead of bitfield 2020-05-01 21:52:51 -07:00
tudnai
b64fe9e1a7 added schemas 2020-05-01 20:12:01 -07:00
tudnai
e00583823d Page Table removed 2020-05-01 19:33:14 -07:00
tudnai
4c006f5323 Shadow memory kinda works 2020-05-01 18:56:30 -07:00
tudnai
db68ac0bac Started to come alive 2020-05-01 14:43:41 -07:00
tudnai
c163f80bd7 Further steps to implement Shadow Memory 2020-04-30 19:33:59 -07:00
tudnai
bc56d23bd2 Bugfixes merged from Master 2020-04-30 12:01:35 -07:00
tudnai
92442e6491 Merge branch 'master'
Conflicts:
	src/cpu/6502.c
	src/dev/mem/mmio.h
2020-04-30 11:49:52 -07:00