49 Commits

Author SHA1 Message Date
tudnai
82deef06aa - .current renamed to .shared
- Automatically witch to debugger and back to emulator view when debugging
2022-11-13 10:14:48 -08:00
Tamas Rudnai
ac14f5388b Improved Color Graphics rendering: Blue Cutoff to get Sneakers better 2022-10-20 13:53:10 -07:00
tudnai
44395f4818 Improved color rendering in HiRes 2022-10-19 04:23:50 -07:00
tudnai
a2f6b8e52c HiRes Color Rendering: Fixed some issues with pixel shift 2022-10-18 21:55:18 -07:00
tudnai
90479a02d2 HiRes Mono Half shifted bits to get 560 px resolution
hiRes Color Half Shifted bits
2022-10-18 19:46:20 -07:00
tudnai
f0e3a6460a HiRes Mono Rendering on 2 physical pixel per logical pixel 2022-10-18 18:59:42 -07:00
tudnai
8bbb72e18a Screen pixel Width doubled for more precise HiRes rendering 2022-10-18 18:55:05 -07:00
tudnai
db6e29f86c Renamed Disk Icons 2022-10-10 16:44:01 -07:00
tudnai
f9ce8c3399 BugFix: Screen refresh area 2022-07-12 08:18:58 -07:00
tudnai
d011bb7f96 Fixed view and rendering issues 2022-02-14 18:41:59 +01:00
tudnai
3df6b93c9c Fixed rendering issues in FullScreen mode 2021-11-12 23:04:10 -08:00
tudnai
1f473a1336 Resizable window
Fullscreen Mode
2021-11-09 21:04:47 -08:00
tudnai
14a1fb982b - Hard Hat Mack cheat
- Calculated Pixel Trail value
- Few comments and adjustments on 6502 instructions
2021-06-09 21:17:41 -07:00
tudnai
c4ba161ffc Parameterizable pixelTrail 2021-06-06 18:53:39 -07:00
tudnai
5d82b7569e Old CRT monitor effect: Pixel trail 2021-06-06 13:17:02 -07:00
tudnai
83f77c2ad3 removed unnecessary semicolons 2021-05-16 19:02:34 -07:00
tudnai
108da5db09 Replaced A2MAC and A2iOS references in comments 2020-07-13 10:23:33 -07:00
tudnai
1355ab215d Added space between 2019 and 2020 in the copyright field 2020-07-13 10:16:37 -07:00
tudnai
f09585176c Added GPL v3 License 2020-07-13 10:10:33 -07:00
tudnai
15b4b3252e Selectable Mono Color 2020-06-20 22:14:39 -07:00
tudnai
ac36139d0d - Removed some unused code
- Color / Mono selector
- Mono HiRes
2020-06-20 18:46:26 -07:00
tudnai
0ebc75c931 - CPU Mode from UI
- Scan Lines (CRT Monitor) mode from UI
- Echo Mode (pauses machine when just waiting for keyboard input)
2020-06-17 09:46:17 -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
d1d984e33f old monitor effects 2020-06-10 08:30:52 -07:00
tudnai
2d58c13376 LoRes Graphics 2020-05-29 08:50:47 -07:00
tudnai
ef4e124043 - Adjusting Colors
- Fixing some pixel rendering issues with the green color
2020-05-24 20:26:54 -07:00
tudnai
e96f7bafc9 Fixed blue rendering 2020-05-09 20:57:56 -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
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
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
ef6ae3ccc5 Shadow memory kinda works 2020-05-01 18:56:30 -07:00
tudnai
deb6373f18 Code polishing 2020-04-27 20:32:58 -07:00
tudnai
72dc8dfa99 Fixed PR#3 initialization issue (added support for text mode query) 2020-04-27 11:58:38 -07:00
tudnai
91fd9ac8f9 80 column video 2020-04-27 07:26:04 -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
3a01ee2934 Reduce color bleeding on Black 2020-02-28 21:57:23 -08:00
Tamas Rudnai
06b911be9c Color bleeding removal 2020-02-28 00:28:22 -08:00
Tamas Rudnai
44681298c1 Color fix 2 -- Better handling Bleeding colors 2020-02-26 06:27:27 -08:00
Tamas Rudnai
4f5e7aef1c - Fixing Color calculations 2020-02-25 23:54:08 -08:00
Tamas Rudnai
206b5a1163 - HIRESLOWCOLOR -- Color Hires Implementation 2020-02-25 00:14:05 -08:00
Tamas Rudnai
cf5f390ed2 - Selectable Disk from Config menu
- KBDSTRB from ioWrite
2020-02-22 22:16:41 -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
ace3a8f68e - Reads WOZ files! DOS compatibility only for now
- MHz can be changed from GUI
2020-01-27 22:54:03 -08:00
Tamas Rudnai
fddb1d9642 - WOZ Disk initial Try
- HiRes support
- Reset Vector fixes
- ROM read from file
- Better MMIO Handling
- BugFixes
- Shader Metal try
2019-11-27 20:27:32 -08:00
Tamas Rudnai
1e455a011e - Disassembler
- HiRes graphics
2019-09-22 01:31:09 -07:00