Commit Graph

  • 15f7fc3d70 BugFix: Debug Disassembly alters behavior tudnai 2022-10-30 17:42:29 -0700
  • 708099e45d Step_Out & Step_Over tudnai 2022-10-30 16:50:02 -0700
  • 0a2b87964e More preventative changes to avoid writing to memory during disassembly tudnai 2022-10-30 16:11:23 -0700
  • edf76850c7 More preventative changes to avoid writing to I/O or RAM during disassembly tudnai 2022-10-30 16:02:37 -0700
  • d4967fa14a Line precise scrolling - concept tudnai 2022-10-30 12:16:30 -0700
  • 1e332a953a Stack Scroll by Mouse Wheel tudnai 2022-10-30 06:15:04 -0700
  • 2decf2abdc - Debugger Function keys F4 / F5 / F6 / F7 / F8 - Debugger Memory View adjusted - Continue / Pause tudnai 2022-10-30 05:42:15 -0700
  • c8c74b02b4 "Sticky" Debug Disassembly Window - Stays at the same address range unless PC is outside of it tudnai 2022-10-29 12:05:39 -0700
  • 594feb4618 - keyboard handling depends on Debugger Window focused or not - so handling textFields in DebuggerWindow is possible - Added key binding to Debugger tudnai 2022-10-29 10:14:25 -0700
  • 17ee6a3e2c Debug Menu tudnai 2022-10-29 05:40:57 -0700
  • 3605640781 Pause button on Main storyboard is synchronized with Debugger Window's Cointinue / Pause button tudnai 2022-10-28 19:46:06 -0700
  • acb8d9cfd8 Continue / Pause button in DebuggerWindow is synchronized now tudnai 2022-10-28 19:26:19 -0700
  • 2531ce62b4 Step one instruction (Step In) tudnai 2022-10-28 11:51:49 -0700
  • b70fb8c85d Inverting disassembly line for m6502.PC tudnai 2022-10-28 11:30:25 -0700
  • 4b74ab638c Debugger disassembly operands tudnai 2022-10-28 07:02:21 -0700
  • 783c5602bc fetch & fetch16 and other debugger related improvements tudnai 2022-10-28 05:10:07 -0700
  • 0ab06b0a80 Disassembly 35 lines tudnai 2022-10-28 04:54:13 -0700
  • 23c320ac6d Fix: Disk button closed state check tudnai 2022-10-28 04:53:29 -0700
  • 6b32fe3d9e Further move to display disassembly code tudnai 2022-10-26 21:11:45 -0700
  • 50ae3a33a4 Warning elimination + skeleton of debugger tudnai 2022-10-26 18:35:38 -0700
  • 0717ac7fcb Preparation for Debugger module tudnai 2022-10-26 17:13:44 -0700
  • 900966da9c Debug Memory View works tudnai 2022-10-26 15:22:50 -0700
  • 8d1cce39f8 Hex / Memory view in Debugger tudnai 2022-10-26 15:16:43 -0700
  • eeabd853f6 RealTime debugger update CPU & Stack tudnai 2022-10-26 12:28:39 -0700
  • e3c872d23c Display Registers tudnai 2022-10-26 07:20:52 -0700
  • f84481e3b6 Removed missing connections and unused finctions in DebuggerWindowController class tudnai 2022-10-26 06:24:07 -0700
  • 233fcf4adf Debugger icon & Action tudnai 2022-10-26 05:44:52 -0700
  • d6323ee902 DebuggerWindowController tudnai 2022-10-25 14:18:31 -0700
  • 08834ee59d Debugger Window Design adjustments tudnai 2022-10-25 11:39:57 -0700
  • 0d9ed15764 Debugger Window Design tudnai 2022-10-25 10:37:34 -0700
  • 85da4bfc2c CPU & Memory View tudnai 2022-10-24 20:48:15 -0700
  • b68217c391 Transforming to Debugger Window tudnai 2022-10-24 19:06:06 -0700
  • 132b95a34e Debugger StoryBoard + Some Adjustment on Pause Button tudnai 2022-10-23 22:14:35 -0700
  • c7a3f12cc1 Debug Window and Scene Controllers tudnai 2022-10-23 20:33:56 -0700
  • 4c44b38057 BugFix: Paste tudnai 2022-10-22 21:59:43 -0700
  • ac14f5388b Improved Color Graphics rendering: Blue Cutoff to get Sneakers better Tamas Rudnai 2022-10-20 13:53:10 -0700
  • 2c115175fb BugFix: Paste tudnai 2022-10-19 06:40:54 -0700
  • 44395f4818 Improved color rendering in HiRes tudnai 2022-10-19 04:23:50 -0700
  • a2f6b8e52c HiRes Color Rendering: Fixed some issues with pixel shift tudnai 2022-10-18 21:55:18 -0700
  • 90479a02d2 HiRes Mono Half shifted bits to get 560 px resolution hiRes Color Half Shifted bits tudnai 2022-10-18 19:46:20 -0700
  • f0e3a6460a HiRes Mono Rendering on 2 physical pixel per logical pixel tudnai 2022-10-18 18:59:42 -0700
  • 8bbb72e18a Screen pixel Width doubled for more precise HiRes rendering tudnai 2022-10-18 18:55:05 -0700
  • b6df485d4d Disk Door Open / Close tudnai 2022-10-17 15:21:10 -0700
  • 283f5ac7b9 Layered Disk Button Image with LED on/off and door open/close tudnai 2022-10-16 21:05:38 -0700
  • a67072e660 Colored Floppy Disk Icon + Animated disk status LED tudnai 2022-10-13 13:39:05 -0700
  • db6e29f86c Renamed Disk Icons tudnai 2022-10-10 16:44:01 -0700
  • 1aa9270124 Some improvements, probably cannot even hear it tudnai 2022-08-30 21:55:00 -0700
  • 60b0c3917a Sample frequency increased to match 6502 clock tudnai 2022-08-30 21:54:30 -0700
  • c826e6228e Speaker Smoothing with EMA3 tudnai 2022-08-28 11:46:28 -0700
  • e81eac79b2 EMA instead of EMA3 tudnai 2022-08-28 09:03:43 -0700
  • 4586f8394d Removed a dead code line tudnai 2022-08-27 10:08:52 -0700
  • 32be3dfd76 Merge remote-tracking branch 'refs/remotes/origin/master' tudnai 2022-08-27 10:06:23 -0700
  • cd9e39fa42 Perfect sound! tudnai 2022-08-27 10:05:51 -0700
  • c3977b2b89 Efforts to implement a debugger tudnai 2022-08-26 19:59:14 -0700
  • 7abc95f4d8 Set Apple II font on launch Tamas Rudnai 2022-08-21 22:22:31 -0700
  • f9abef0123 Fixed all possible keyboard related issues tudnai 2022-07-30 13:49:25 -0700
  • ccd9bac004 Keyboard read $C011 - $C01F tudnai 2022-07-30 08:22:05 -0700
  • f9b4f4bcf1 project tudnai 2022-07-27 19:46:09 -0700
  • 44047bc1b1 Minor changes tudnai 2022-07-27 19:44:51 -0700
  • 524b1c3e6b Better sound tudnai 2022-07-27 19:43:48 -0700
  • ead85ee1e6 - Better sound - experimenting with different smoothing algorithms tudnai 2022-07-27 19:41:47 -0700
  • 948c1851c3 TODOs for floating ports tudnai 2022-07-27 19:40:32 -0700
  • 8fe75526ec Keyboard code also returned on all ports from $C000 - $C00F tudnai 2022-07-27 19:39:59 -0700
  • 4388474aed More precise sound clock calculation tudnai 2022-07-14 10:53:00 -0700
  • 99c2dc2828 Hide mouse for JoyStick emulation tudnai 2022-07-12 08:19:50 -0700
  • f9ce8c3399 BugFix: Screen refresh area tudnai 2022-07-12 08:18:58 -0700
  • 7101b1b1ea BugFix: Buffer under/over runs tudnai 2022-07-12 08:18:05 -0700
  • 6d176c2f88 Hard Hat Mack Cheats tudnai 2022-07-10 19:55:29 -0700
  • b40edd5329 SubMenu Handler tudnai 2022-07-10 19:54:22 -0700
  • 66d5fd5e3b Cheat Menu Handler tudnai 2022-07-10 19:53:53 -0700
  • d139be08df MemArray for Cheat Codes -- Need to be tested tudnai 2022-07-10 19:53:13 -0700
  • d0ac1e5097 SCSI / Smartport tudnai 2022-07-10 19:52:34 -0700
  • bc6c350c6e Submenu Handler tudnai 2022-07-10 19:52:16 -0700
  • be31ab61a2 Removed TextLabel Display tudnai 2022-07-05 10:03:25 -0700
  • e3ba8f754a testing textDisplay resize tudnai 2022-07-05 10:00:24 -0700
  • f4cd241f59 cleanup tudnai 2022-07-03 19:25:06 -0700
  • 36684487f4 Mouse 2 Joystick emulation improvements tudnai 2022-07-03 11:33:26 -0700
  • cd699df850 Fixed issues when changing CPU speed tudnai 2022-07-02 11:16:13 -0700
  • c5171e30c9 Oversampling x 32 -- very smooth sound tudnai 2022-07-02 10:50:22 -0700
  • 69cc6aa7dd Oversampling increased to 10 (It sounds better in Wavy Navy) tudnai 2022-07-01 21:09:16 -0700
  • 8f6ada5b5a More preciser CPU clock calculation tudnai 2022-07-01 20:58:58 -0700
  • f3b8cbda3e Oversampling and downsampling to stream at 44.1 kHz tudnai 2022-07-01 20:57:57 -0700
  • 5604fa9dba decrement tudnai 2022-07-01 20:57:02 -0700
  • 6281c80df3 More precise CPU clock calculation tudnai 2022-07-01 20:56:39 -0700
  • 016e5c8176 Cleanup tudnai 2022-06-26 18:30:58 -0700
  • 8cc6b2c6dc Cleanup tudnai 2022-06-26 18:30:42 -0700
  • 24a45012da More efforts to make speaker even cleaner tudnai 2022-06-25 19:44:58 -0700
  • 24ce8a7db6 Fixed CVDisplayLink compile error tudnai 2022-06-25 19:43:53 -0700
  • 985c5840ac Almost glitch free speaker tudnai 2022-06-25 19:11:33 -0700
  • 6ea84d85e1 Timer Based scheduler is back tudnai 2022-06-25 19:09:56 -0700
  • 13b2673293 Pause / Resume button is off when powered off tudnai 2022-06-25 19:08:57 -0700
  • 715e776b7d NSTimer based scheduler is back -- Speaker issues with DisplayLink tudnai 2022-06-22 19:50:47 -0700
  • 8775fe8222 - Removed very slow speeds - Display GHz speed - Fix decimals on speed display - dbgPrintf2 bunch of mmio access - Removed DEBUG define from normal build tudnai 2022-06-22 09:52:55 -0700
  • 74ae760730 Pause / Resume with VSYNC tudnai 2022-06-21 21:53:10 -0700
  • 7fa288d84d Game loop is based on display VSYNC - typically 60 Hz tudnai 2022-06-21 19:05:08 -0700
  • 20596f234f Better speaker dumping tudnai 2022-06-20 12:13:58 -0700
  • 0db4c01ebd Fixed issues with prebuffering tudnai 2022-06-20 08:40:34 -0700
  • ac5d7f0fe6 Place only 1 extra buffer tudnai 2022-06-19 19:03:22 -0700
  • baaec89728 Original Steve ][ Apple Logo tudnai 2022-06-19 19:03:03 -0700
  • a97614cba7 Much better sound + improved memory handling tudnai 2022-06-19 18:59:49 -0700