Commit Graph

  • a4fa3b5cb5 Debugger: fix Ramworks3's bank display number (fixes #1393) master tomcw 2025-04-05 09:27:50 +01:00
  • c3fb55d376 Add debug cmd line: '-alt-cpu-emu' tomcw 2025-04-04 22:16:18 +01:00
  • 839c493b67
    Support IIe aux slot: 80-col(1KiB) card via generic read ptrs (#1341, PR #1391) TomCh 2025-04-03 13:10:02 -07:00
  • 4724d46e28 #1392 Update benchmark output to include CPU, 32-bit/64-bit, DEBUG/Release information GH1392_testing_x64 michaelangel007 2025-03-25 17:55:38 -07:00
  • 81129253ae Add CPUID support michaelangel007 2025-03-25 17:54:28 -07:00
  • 69bf1a1814 GH #1392 Add 64-bit (x64) Platform michaelangel007 2025-03-25 17:53:18 -07:00
  • 5606ebba46 Fix IRQ; fix MB special writes GH1341-IIe64K-pt4 tomcw 2025-03-13 22:13:51 +00:00
  • 7ed83f5045 Fix video generation; Fix MB/LC reads from mem tomcw 2025-03-13 21:47:21 +00:00
  • 6477871263 Fix POP, fix memwrite[] ptrs tomcw 2025-03-13 20:57:22 +00:00
  • f8e111fe51 Fix for regs.pc++ - move this outside of CPP macros tomcw 2025-03-12 22:14:28 +00:00
  • d6b0fd01a5 Convert all addressing mode macros to use _READ_ALT2, which reads from memshadow[] tomcw 2025-03-12 21:50:37 +00:00
  • 17b58d1bce Fix POP_ALT GH1341-IIe64K-pt3 tomcw 2025-03-10 08:05:26 +00:00
  • 24f832a59f Move 1KiB mem from $0000 to $0400 (WIP - 1.07 OK, but crashes in a2audit 1.06) Add JSR_ALT (from completeness) tomcw 2025-03-10 07:40:08 +00:00
  • f087f7152c Remove the extern memwriteDirtyPage tomcw 2025-03-09 18:28:13 +00:00
  • 2b25e4b024 Remove the memwriteDirtyPage[] table tomcw 2025-03-09 18:27:21 +00:00
  • 629e1344a2
    tfe_store: explicit cases to avoid warning. (PR #1389) Andrea 2025-03-09 18:12:22 +00:00
  • f528b8ab2b Reorder some loop code for better efficiency tomcw 2025-03-09 17:04:20 +00:00
  • cf467109d9 Fix for 80-col card & SHR tomcw 2025-03-09 16:37:34 +00:00
  • d82f0bf076 Tidy tomcw 2025-03-09 14:09:13 +00:00
  • 97c53c3143 Fix IZPG_ALT macro tomcw 2025-03-09 14:05:25 +00:00
  • ee7e4d991f Add REL_ALT macro tomcw 2025-03-09 13:59:03 +00:00
  • 1beee7f8fe Fix more addr modes - INDY fixes a2audit 1.06 tomcw 2025-03-09 13:54:39 +00:00
  • 06dfbba309 Tidy tomcw 2025-03-08 22:27:11 +00:00
  • 2aef1d45fe Fix zpg addressing modes tomcw 2025-03-08 22:19:48 +00:00
  • f2d1a7f99b Fix more addressing modes tomcw 2025-03-08 22:13:51 +00:00
  • e44281ff4a Fix a few addressing modes for ProDOS 80col card detect & a2audit tomcw 2025-03-08 22:02:21 +00:00
  • 373d552e68 WIP: Create _ALT CPP macros for CPU emulation to do direct memaux access tomcw 2025-03-08 21:23:02 +00:00
  • 9d312230e5
    Debugger view output QoL (#1384, PR #1387) Michael "Code Poet" Pohoreski 2025-03-02 07:57:27 -08:00
  • ccc7aadd39 Catch typo. debugger_view_output_qol michaelangel007 2025-03-02 07:54:30 -08:00
  • b40e1b15c9 #1387 Update help for HGR Visualizer hotkeys 6,7,8 and debugger commands HGR6, HGR7, HGR7 michaelangel007 2025-03-02 07:39:11 -08:00
  • db103c2d46 Add HGR Visualizer support for updateScreenSingleHires40Duochrome() -> UpdateHiResDuochromeCell() michaelangel007 2025-03-02 07:28:00 -08:00
  • 7188ca9e65 Add HGR Visualizer support for updateScreenSingleHires40RGB() -> UpdateHiResRGBCell() michaelangel007 2025-03-02 07:27:18 -08:00
  • 5bea346b83 Add HGR Visualizer support for updateScreenHires40Simplified() -> UpdateHiResCell() michaelangel007 2025-03-02 07:25:52 -08:00
  • 8d5bfc1a9e #1363 Make it easier to trigger Shift+Right-Click. disk_image_qol michaelangel007 2025-03-02 07:04:14 -08:00
  • 44071694f5 Merge and fix merge conflicts from branch poc_debugger_hgr_pages_6_7_8 michaelangel007 2025-03-01 16:51:59 -08:00
  • 55feace292 #1384 Simply reading raw LC memory. poc_debugger_hgr_pages_6_7_8 michaelangel007 2025-02-25 15:40:19 -08:00
  • 75a10a0902 Remove unused variable michaelangel007 2025-02-25 04:42:41 -08:00
  • 100ce17d6b #1384 Add Proof-of-Concept for HGR Pages 6, 7, 8 Visualizer viewing Language Card michaelangel007 2025-02-25 04:30:17 -08:00
  • 9006430f0c #1384 Update main table of contents for Debugger View Ouptut michaelangel007 2025-02-22 10:21:09 -08:00
  • e262595e30 AppleWin help: fix some typos & html debugger TOC issues tomcw 2025-02-22 17:33:09 +00:00
  • c1592b90f4
    Debugger view output QoL (#1384, PR #1385) Michael "Code Poet" Pohoreski 2025-02-22 08:57:10 -08:00
  • 07914230a7 Update comment tomcw 2025-02-22 14:47:07 +00:00
  • fa6d2f7c12
    Fix initial volume of SSI263 and after a Load State. (PR #1383) Andrea 2025-02-22 14:38:04 +00:00
  • 83480f2068 Add (missing) help for Debugger's View Output michaelangel007 2025-02-21 08:49:02 -08:00
  • a804df0fc7 #1384 Debugger view output QoL michaelangel007 2025-02-20 13:44:50 -08:00
  • 245773795f RamWorks III: default to 1MiB (16x 64K banks). (#478) tomcw 2025-02-13 20:56:59 +00:00
  • acbef19489
    Remove TEXT() and _T(). (PR #1379) Andrea 2025-02-13 20:48:37 +00:00
  • b35a4d17d2
    Restore SC01 continuous phoneme playback from save-state (#1372, PR #1380) TomCh 2025-02-11 21:54:48 +00:00
  • f745c59d70 Cleanup assert ProDOS TREE michaelangel007 2025-02-11 13:07:27 -08:00
  • b0044ab881 Cleanup coding standard michaelangel007 2025-02-11 13:07:07 -08:00
  • 0f394da184 Document expected blocks for all ProDOS files. michaelangel007 2025-02-11 13:06:46 -08:00
  • 675c0c6d40 Add logging for meta/index blocks michaelangel007 2025-02-11 13:05:56 -08:00
  • fb541b0acf Fix ProDOS file add for BASIC.SYSTEM and PRODOS michaelangel007 2025-02-11 13:05:24 -08:00
  • fa181922f0 Commit 287a0f8 fixed #1318 tomcw 2025-02-09 21:56:05 +00:00
  • 287a0f892e SSI263: Fix phoneme leadout ASSERT when single-stepping. (And add some logging for SSI263::Update() for early returns) tomcw 2025-02-09 21:43:21 +00:00
  • cfcf613dbb Add sparse block support. Fixes PRODOS being 34 blocks instead of 35. michaelangel007 2025-02-08 20:24:09 -08:00
  • fc41d770e5 Add utility to test if block is sparse michaelangel007 2025-02-08 20:22:46 -08:00
  • 82298a0683 Add mini Block summary michaelangel007 2025-02-08 20:22:04 -08:00
  • 1d16ed235c Fix checking for free blocks in Debug and Release build. michaelangel007 2025-02-08 20:21:07 -08:00
  • 58be05f2e5 Add function parameters usage michaelangel007 2025-02-08 20:19:37 -08:00
  • 0229cf2768 Add debug logging of PutIndexBlock() michaelangel007 2025-02-08 20:19:03 -08:00
  • b737edcd33 Cleanup whitespace shenanigans michaelangel007 2025-02-08 17:45:15 -08:00
  • 1e387e0dcf Cleanup spelling michaelangel007 2025-02-08 17:44:08 -08:00
  • b8b95ab097 Add ProDOS 2.4.3 update_disk_images michaelangel007 2025-02-08 08:54:32 -08:00
  • b3059bf53a #1365 Rename MASTER.DSK to BLANK.DSK. Update MASTER.DSK from Apple DOS 3.3 January 1983.dsk michaelangel007 2025-02-08 08:52:15 -08:00
  • 693812319a Use dtor for setting m_hasVidHD=false when VidHD card is removed. tomcw 2025-02-08 16:42:01 +00:00
  • 0ef6ead4a6 Fix setting m_hasVidHD=false when '-s3 empty' is specified on cmd line tomcw 2025-02-08 16:32:48 +00:00
  • 17f47d703b Merge michaelangel007 2025-02-08 08:29:54 -08:00
  • 1898ba80a9 Fix broken logic for Format ProDOS and Format DOS 3.3 existing disk images. michaelangel007 2025-02-08 08:27:58 -08:00
  • 295f4c38e6 Replace sprintf_s() with StrFormat() michaelangel007 2025-02-08 08:26:51 -08:00
  • 67896db65e
    Document the disk image size magic numbers. (PR #1375) Michael "Code Poet" Pohoreski 2025-02-08 08:11:08 -08:00
  • bd87cae92c Improve logging: for -fs-width/height=x: for each display resolution, after the WxH also output the aspect ratio. tomcw 2025-02-08 16:03:41 +00:00
  • 5bc7e495bf
    Restore SSI263 continuous phoneme playback from save-state (#1372, PR #1376) TomCh 2025-02-08 13:37:50 +00:00
  • 648e5cca25 Replace a missed _tcslen() with strlen() tomcw 2025-02-08 11:11:31 +00:00
  • 168e868677
    Remove TCHAR and <tchar.h> (PR #1373) Andrea 2025-02-08 11:09:09 +00:00
  • 1f3e253c4b Help doc: -f-height, best: include info when vidhd is enabled tomcw 2025-02-06 21:35:50 +00:00
  • f303f03b18 Add Disk Menu QoL options for Bitsy Boot and Bitsy Bye copy on format michaelangel007 2025-02-04 11:34:03 -08:00
  • 10280673f1 Add BITSY.BOOT and QUIT.SYSTEM michaelangel007 2025-02-04 11:23:48 -08:00
  • c0d9142485 Cleanup readability for 'On format copy' options michaelangel007 2025-02-04 09:33:39 -08:00
  • 061d6f685e Add accelerators for new ProDOS and DOS 3.3 disk images michaelangel007 2025-02-04 09:32:53 -08:00
  • b3eb0cfd43 Update resources michaelangel007 2025-02-04 08:50:22 -08:00
  • 0c58e733c4 Add new disk options to copy PRODOS and BASIC.SYSTEM, save user prefs to registry michaelangel007 2025-02-04 08:49:21 -08:00
  • 566e5c6911 Add ProDOS Date/Time packing utility functions michaelangel007 2025-02-04 08:39:06 -08:00
  • 0d7393d903 Add ProDOS BASIC.SYSTEM michaelangel007 2025-02-04 08:36:51 -08:00
  • 83b1fa8c2b Double dot in disk filename (#1368) Henri Asseily 2025-01-20 20:02:15 +02:00
  • 06dc212a74 Cleanup func separator michaelangel007 2025-01-20 10:05:34 -08:00
  • 50c7e8833e Cleanup, add func separators, and make logging identify as PRODOS michaelangel007 2025-01-20 10:04:36 -08:00
  • 3f09df9ccd Clarify packing for structs michaelangel007 2025-01-20 10:03:33 -08:00
  • efb4f66c88 Remove unused code michaelangel007 2025-01-14 11:02:42 -08:00
  • 2c35645a9e Implement New ProDOS and DOS disk image copying the boot sector, initializing the file system, and copying the OS michaelangel007 2025-01-14 01:33:44 -08:00
  • cd6b1a47ff Add DOS33, ProDOS243, and ProDOS 243 boot sector michaelangel007 2025-01-14 01:29:17 -08:00
  • dfcc2d7d73 Fix grammar. michaelangel007 2025-01-12 13:25:55 -08:00
  • a954473fca Fix incorrect track info michaelangel007 2025-01-12 12:19:24 -08:00
  • 1c65c18080 Add Disk Sizes michaelangel007 2025-01-12 11:11:10 -08:00
  • 9e97693f4d Clarify .NIB can be used for SOME copy protection michaelangel007 2025-01-12 10:54:46 -08:00
  • 03bc014f5b Add Disk Sizes entry michaelangel007 2025-01-12 10:54:24 -08:00
  • fee77baca6 Update Creating Disk Images michaelangel007 2025-01-12 10:53:18 -08:00
  • 3f55357a81 #1364 Remove old bin_to_c.cpp utility since it is directly embedded as a resource michaelangel007 2025-01-11 19:25:34 -08:00
  • 8e13c17cc0 #1364 Add bootsector.bin, fix upper/lower case filename in resource michaelangel007 2025-01-11 12:09:32 -08:00
  • b6a4de17e4 #1364 Cleanup spelling/grammar michaelangel007 2025-01-11 11:47:10 -08:00