Commit Graph

  • a8cea59153
    Merge 1d654258e8 into c0bfb0b0fe Andrea 2024-04-27 13:21:38 +0100
  • c0bfb0b0fe
    linux munmap: fix comment and simplify memory free. (PR #1293) master Andrea 2024-04-26 21:53:09 +0100
  • 1d654258e8 SaveState: add absolute path for disks. Andrea Odetti 2024-04-21 13:38:21 +0100
  • 3a2898f82c linux munmap: fix comment and simplify memory free. Andrea Odetti 2024-04-20 18:28:40 +0100
  • 664d7c2d86 Phasor card: in native mode, writes to SSI263 regs 0,1 & 2 all clear the SSI263 IRQ. (#1197) tomcw 2024-04-13 13:23:10 +0100
  • b00c9b0d3f
    Fix for alloc of 'memimage': so that two adjacent 64K regions map to same physical 64K region. Fixes #1285. (PR #1286) TomCh 2024-04-01 11:20:43 +0200
  • 3a9a7078d8
    Implement mmap circular buffer for Linux. (PR #1287) Andrea 2024-04-01 11:04:24 +0200
  • 7ef237c814 Implement mmap circular buffer for linux. Andrea Odetti 2024-03-30 20:25:03 +0100
  • ca159c3cb4 Fwd decl: add missing static tomcw 2024-03-30 17:50:28 +0000
  • f93ccc3933 Only allow alloc granularity of 64KiB + add more logging tomcw 2024-03-30 13:11:02 +0000
  • 443d9cad10 Simplify mapping code tomcw 2024-03-29 22:02:36 +0000
  • 578271ea8a Simplify the mapping code tomcw 2024-03-29 21:49:11 +0000
  • 9bd1b0832d Rename var tomcw 2024-03-29 21:21:07 +0000
  • 2d9f89f28c Wrap the Windows-specific code in _MSC_VER tomcw 2024-03-29 21:07:48 +0000
  • d9e68e9cdd Small refactor tomcw 2024-03-29 19:38:28 +0000
  • da8359bd9f Working: 2x adjacent 64K pages mapped to same physical page tomcw 2024-03-29 19:17:16 +0000
  • d3ff855f2d Minor: replace IS_APPLE2 macro with function tomcw 2024-03-28 22:36:34 +0000
  • 6b4f3060c4
    Update README.md v1.30.18.0 TomCh 2024-03-23 15:17:36 +0000
  • ba13412e27 Save-state: fix for loading LC from older versions tomcw 2024-03-23 10:45:07 +0000
  • 105537e4e0 Fix 'bad dynamic cast' for when slot-0 is empty tomcw 2024-03-22 23:16:37 +0000
  • abfdb8e0db 1.30.18.0: History.txt tomcw 2024-03-22 22:30:26 +0000
  • 10bf60e149
    Support an extra Saturn card in slot 3 and for all Apple II models. (#1279, PR #1284) TomCh 2024-03-22 22:36:50 +0100
  • b550e9ec51 Add LC Reset() tomcw 2024-03-22 21:19:32 +0000
  • 729cd56093 Add LanguageCardManager class tomcw 2024-03-22 21:04:53 +0000
  • 37c031c193 Update the comment about what isn't fully emulated & improve reset re-init. tomcw 2024-03-17 21:13:45 +0000
  • d69fbd5c28 Save-state: fix for IIe - add new 'MMU LC Mode' tomcw 2024-03-13 21:56:11 +0000
  • 804b66221d Fix bugs found via test code tomcw 2024-03-11 21:13:59 +0000
  • fc1ac3b8a7 Remove assert of IIe when state-saving Saturn card tomcw 2024-03-10 18:14:27 +0000
  • 55e87d9a5c Fix for loading save-state, to set global memmode tomcw 2024-03-10 11:14:34 +0000
  • 43bac35c08 Remove debug code tomcw 2024-03-09 21:29:01 +0000
  • d17e108b30 Fixes for II+ with (a) s0=LC or (b) s0=Saturn tomcw 2024-03-09 21:26:44 +0000
  • 8e4c3366fb Draft27 is working for IIe tomcw 2024-03-09 21:01:12 +0000
  • c7335600c4 Each LC/Saturn maintains its own local memmode. Rename global memmode to g_memmode tomcw 2024-03-09 16:45:09 +0000
  • cffa53aff6 Add comment tomcw 2024-03-09 12:24:03 +0000
  • 38d7844407 Update help (debugger) tomcw 2024-03-09 12:03:25 +0000
  • 182708c535 Update help tomcw 2024-03-09 12:00:23 +0000
  • 175fc8152d Add comment tomcw 2024-03-09 11:38:43 +0000
  • cbacd7e61d A few changes in dtors tomcw 2024-03-06 21:38:18 +0000
  • 1efa629bed II+: Working with Saturns in s0 and s3, including save/load state tomcw 2024-03-03 21:36:30 +0000
  • 40bf9cd2d3 6502/65C02: Fix JSR for edge-case where JSR ABS16 is on stack and SP points to ABS16! (#1257) . Add CPU unit-tests tomcw 2024-03-03 11:28:14 +0000
  • 9c1304686c Add (debug) cmd line switch: -hdc-firmware-v1 (#1277) . use this to force all attached HDCs to use the old v1 firmware tomcw 2024-03-02 21:16:28 +0000
  • 25ce998c9a Resource: bump (c) year tomcw 2024-03-02 17:14:49 +0000
  • ff8f1b21c7 Updates to AppleWin.chm: . Update Acknowledgements (Robocom dongles) . Uthernet II: improve 'Virtual DNS' description tomcw 2024-03-02 17:02:15 +0000
  • a85c9bfc07
    Uthernet2: use fcntl for better compatibility with MacOS. (#1269) Andrea 2024-03-02 12:34:38 +0000
  • 972ab3998b Help Troubleshooting: restore the note about resetting config to default (and move to top of page). (#918) tomcw 2024-03-02 12:11:10 +0000
  • e41478be0b Help Troubleshooting: add a note about .po floppy images that don't boot tomcw 2024-02-28 21:50:56 +0000
  • 5dcb1d521c DumpTraceWOZFlux(): add ASSERT GH1255-woz-flux tomcw 2024-02-25 15:20:12 +0000
  • a16a134ae5 Robocom Interface Module dongle: use actual values for 1000 & 1500 series dongles. (#1247) tomcw 2024-02-24 20:12:06 +0000
  • 0f7bec509a Zip file support: avoid double-free if there's a problem with the zip file (eg. no valid image type) tomcw 2024-02-18 21:03:32 +0000
  • 2cbecdda68
    ProDOS HDD Controller firmware returns volume size in Y:X for STATUS command (PR #1272) Peter Ibbotson 2024-02-06 21:32:30 +0000
  • 1c2a6032a4 Reverted change to PropertySheetHelper.cpp Removing call to SetUserNumBlocks that wasn't required. Peter Ibbotson 2024-02-05 00:07:15 +0000
  • 001f04c706
    Phasor in Echo+ mode: fix the chip-select polarity (PR #1276) TomCh 2024-02-03 22:07:29 +0100
  • 6ca36d8541 Cmd line: fix -mb-audit eating next arg tomcw 2024-02-03 20:42:24 +0000
  • def144a684 Fix Echo+ to have same chip-select polarity and bits as Phasor tomcw 2024-01-30 21:23:59 +0000
  • 53fddfe41a
    Fix SD Music card for mb-audit v1.50 (PR #1275) TomCh 2024-01-30 20:48:34 +0100
  • 5ff43789dd Set busState for 6522-A for AY_INACTIVE state tomcw 2024-01-30 18:22:45 +0000
  • 16003ba507 Fix: 21 1E 04 tomcw 2024-01-30 13:51:22 +0000
  • 70d453a590 Fix for: 21 1E 00 FF 00 (AY READ wasn't setting correct 6522's busState) tomcw 2024-01-30 07:32:23 +0000
  • fbc22fa566 Fix for reading $C01x for Apple II and II+ models. (#1261) tomcw 2024-01-28 21:31:42 +0000
  • 2927a10865 Moved setting the auto expanding disk size logic. Peter Ibbotson 2024-01-28 15:58:49 +0000
  • d84d94798e Fix for mbaudit 1.50 tomcw 2024-01-28 12:51:36 +0000
  • 6472f47c79 Change HDD firmware to a separate V2 name and folders. Revert back old firmware into original place. Bounce version of firmware loaded in Hardisk.cpp Peter Ibbotson 2024-01-27 16:34:51 +0000
  • 56cc779351 MegaAudio card: Reads of 6522 IRB & IRA always return 0x00 . generalise the implementation: move AY READ logic down to 6522 read tomcw 2024-01-21 20:42:57 +0000
  • 43daabec54 MegaAudio card: AY READ always drives bus with 0x00 tomcw 2024-01-21 15:03:33 +0000
  • 59a535d213 UpdatePaging(): improve comment for page0 & page1 and memdirty GH1267-UpdatePaging tomcw 2024-01-20 18:57:27 +0000
  • 529b1a8a83 MemGetBankPtr(): simplify with a default arg. (#1262) tomcw 2024-01-14 16:15:09 +0000
  • 5262d50b0f Fixed some tabs and space issues Peter Ibbotson 2024-01-14 16:12:46 +0000
  • b0dc4fd407 ProDOS HDD Driver modified to support returning the volume size in the X/Y registers. New command line option to force a size for autoexpanding use. Peter Ibbotson 2024-01-14 16:03:14 +0000
  • fcd216bb45 Speaker: should be dual-mono (not silent on left channel). (#1159) tomcw 2024-01-14 15:51:12 +0000
  • d0cc5b2808 Updates to AppleWin.chm: . Add a note about '-s6 empty' and how to restore the diskii card. (#104) . Add a troubleshooting note about how to reset config to default. (#918) tomcw 2024-01-13 18:20:02 +0000
  • 78ee8101d5 Speaker: change from mono to stereo sound buffer (but left channel silent). Possible fix for #1159. tomcw 2024-01-13 17:55:57 +0000
  • c022bbde72 Load save-state: Remove superfluous call to UpdatePaging() in MemLoadSnapshot(). (#1267) tomcw 2024-01-13 12:48:21 +0000
  • 0888a25710 Small refactor for AY(s) driving bus for 6522 PortA tomcw 2024-01-06 18:20:33 +0000
  • 4ab60cebf8
    Serial comms: compilation in Linux (PR #1249) Andrea 2024-01-06 14:50:10 +0000
  • 7497aa9923
    Minor bugs in SSI263 (PR #1270) Andrea 2024-01-05 22:41:38 +0000
  • c8921e03c9 SSI263: avoid assertion in DSVoiceStop when running with -no-mb. Andrea Odetti 2024-01-04 12:27:34 +0000
  • 9b0813b1f1 Fix SSI263 assertion. Andrea Odetti 2024-01-04 11:50:25 +0000
  • 2bff806698 Uthernet2: use fcntl for better compatibility with MacOS. Andrea Odetti 2024-01-01 15:44:08 +0000
  • 69151a2aff MB/Phasor: support AY(s) driving bus for 6522 PortA (ie. for the PSG READ function) . Bump MB/Phasor save-state unit to v11 . Tested against mb-audit v1.50 tomcw 2024-01-03 21:22:25 +0000
  • cf0ae53018
    Update README.md TomCh 2024-01-01 21:23:58 +0000
  • fea4173b43 Debugger: CmdOutputRun: . for scripts that can be loaded: output script pathname to console. . for scripts that can't be loaded: don't truncate pathname that's output to console. tomcw 2024-01-01 11:11:51 +0000
  • 06cc8b46e2 makeAppleWin: fix 7-zip path v1.30.17.0 tomcw 2023-12-31 13:02:03 +0000
  • 73015ee361 History.txt: update with debugger change tomcw 2023-12-31 11:53:49 +0000
  • ab9a856bc1 Debugger: allow pathnames > CONSOLE_WIDTH(=80) for scripts run via CmdOutputrun() . specifically for the DebuggerAutoRun.txt script (which runs at AppleWin start-up) . internally changed MAX_ARG_LEN from 127 to MAX_PATH(260), which is used to size Arg_t::sArg[] tomcw 2023-12-31 11:45:06 +0000
  • 9ee2daf72a Fix typo tomcw 2023-12-31 10:31:16 +0000
  • e46c27e5b9 1.30.17.0: Update History.txt tomcw 2023-12-31 10:30:03 +0000
  • 52447ad7d9 Load save-state: fix page 0 & 1 corruption when loading save-state with a RAMWorks card with 2 or more aux 64K banks (#1262) tomcw 2023-12-31 10:14:47 +0000
  • a8de7f2030 6522: fix reading IRB - used as MB detection by Werewolf! (#1260) tomcw 2023-12-29 10:16:51 +0000
  • 370b5f910c VS2019: yaml: remove 'README' (and rename 'License') tomcw 2023-12-28 12:48:22 +0000
  • abab213e15
    WIN64: Use correct IReferenceClock definition from <strmif.h> (PR #1250) Kelvin Lee 2023-12-28 09:14:10 +1100
  • 6a9f2ee5f9 yaml: remove 'README' (and rename 'License') tomcw 2023-12-27 21:48:31 +0000
  • ab0258928c
    Update libyaml to 0.2.5 (PR #1252) Kelvin Lee 2023-12-28 08:45:35 +1100
  • 5bf099a338
    Update minizip to 1.1 (from zlib-1.3) (#1253) Kelvin Lee 2023-12-28 08:20:37 +1100
  • 06dd4de3fe
    Update zlib to 1.3 (PR #1251) Kelvin Lee 2023-12-28 08:16:56 +1100
  • 6bfa28e478 z80: remove the de-optimisation pragmas from z80mem.cpp. (#755) tomcw 2023-12-27 13:45:13 +0000
  • 7fcdc9a2a9 z80.cpp: rename CPP macro from DEBUG to DEBUG_Z80; and change logic to '#if 0 && defined(DEBUG_Z80)' to ensure it's never enabled. (#1265) tomcw 2023-12-27 13:37:14 +0000
  • 1e444fbb9f For the VS2019 v141_xp configurations, drop the /permissive- compilation switch (#693) tomcw 2023-12-17 21:11:20 +0000
  • 56993d196f WIN64: Use correct IReferenceClock definition from <strmif.h> Kelvin Lee 2023-09-03 15:35:19 +1000
  • 4382dac49f Update minizip to 1.1 (from zlib-1.3) Kelvin Lee 2023-09-03 00:11:34 +1000
  • ea10f47e64 Update libyaml to 0.2.5 Kelvin Lee 2023-09-02 16:44:16 +1000