Commit Graph

45 Commits

Author SHA1 Message Date
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
d8d406a044 disk_accelerator_speedup is exposed to the public so we can use it for paste function -- later we need to implement a proper paste accelerator 2020-07-11 18:46:55 -07:00
tudnai
ebdc0b045d Sound fixes
WOZ fixes
Load DSK fixes
2020-07-04 10:13:12 -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
ad19b6504b - Speaker quality improvements
- Initial steps for WOZ2 format
2020-06-27 20:29:53 -07:00
tudnai
cb498c415c Fixed sound issues and resource leaks related to that 2020-06-27 16:54:02 -07:00
tudnai
73078e1a9e Save, SaveAs 2020-06-25 19:52:23 -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
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
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
e6e43df201 Clean up woz_read() 2020-06-13 20:21:31 -07:00
tudnai
e414e13ad4 Hertz to MHz 2020-06-13 20:13:20 -07:00
tudnai
c88a7a33a8 Disk acceleration is turned off by default 2020-06-12 07:15:06 -07:00
tudnai
6f78b92344 Disk Sound Effect enable button 2020-06-11 23:16:26 -07:00
tudnai
3ef337771b Disk Accelerator enable soft switch 2020-06-11 22:44:53 -07:00
tudnai
ccf53fa6a6 Default speed acceleration was accidentally turned off 2020-06-11 22:39:14 -07:00
tudnai
f09a78c0c8 All SFX moved to one queue buffer array 2020-06-11 21:53:53 -07:00
tudnai
9e6aebeaa8 Floppy Disk Drive Sound Effects 2020-06-11 18:29:26 -07:00
tudnai
25d4ca31fd Disk read optimization 2020-06-11 14:50:07 -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
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
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
cf23cc7983 Sound works 2020-05-17 07:49:05 -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
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
49a9dff6da Adjusted Disk properties to work with the new instruction clock counter 2020-05-06 20:07:09 -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
ef6ae3ccc5 Shadow memory kinda works 2020-05-01 18:56:30 -07:00
tudnai
5443d91fc7 Fixed Reset issues on //e
Performance enhancements
2020-04-30 07:26:46 -07: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
16cc896c0c Added iOS platform 2020-02-17 22:33:27 -08:00