Commit Graph

  • 8a9e9595fe CPU emu: added _POP_ALT and _PUSH_ALT macros For SW_ALTZP=1, fixed memwrite[] to write to mem (ie. CPU read cache) tomcw 2025-01-04 18:54:56 +00:00
  • b1a03a1a81 Logging: add log msg when AY reg writes are discarded (likely due to ScrollLock / full-speed mode). (#1358) tomcw 2025-01-04 13:30:26 +00:00
  • 3a3663d9d6
    More cleanup (PR #1357) Andrea 2025-01-04 12:35:31 +00:00
  • d7918d9ac9
    A few miscellaneous cleanups. (PR #1355) Andrea 2025-01-02 21:08:55 +00:00
  • 80af06db77 Debug: fix MB IRQ logging tomcw 2025-01-02 21:04:04 +00:00
  • 16b2cf329e
    Support IIe aux slot: empty or with 80-col(1KiB) card (#1341, PR #1351) TomCh 2024-12-30 21:39:16 +00:00
  • a2b03483ee
    Add SoundBuffer interface (PR #1352) Jamiras 2024-12-30 05:42:26 -07:00
  • cb1366f485
    Check _WIN32 instead of _MSC_VER (PR #1346) Jamiras 2024-12-24 05:06:37 -07:00
  • 35f176e4d8
    Replace DWORD -> uint32_t. (PR #1350) Andrea 2024-12-21 12:32:00 +00:00
  • 44babe9814 Add comment for RamWorks III on a reset tomcw 2024-12-16 15:25:18 +00:00
  • 9b15559949
    Minizip: include minizip as "minizip/unzip.h" and "minizip/zip.h". (#1345) Andrea 2024-12-06 17:31:34 +00:00
  • 3fb6839458 Debugger: Increase symbol length from 31 to 51 chars tomcw 2024-11-24 18:12:48 +00:00
  • 000b546613 MB: Refactor: rename m_phasorEnable to m_isPhasorCard tomcw 2024-11-23 15:05:02 +00:00
  • d1d026f7ab MB: Refactor: add SetPhasorMode() tomcw 2024-11-23 14:57:16 +00:00
  • a6416acb87 MB: SSI263: Don't try to create DS soundbuffer if DS is unavailable tomcw 2024-11-23 14:25:09 +00:00
  • b5544142e0 MB: Refactor IsActive() to IsActiveToPreventFullSpeed() (#1340) tomcw 2024-11-20 21:00:38 +00:00
  • d896e1cec2 MB: Fix for SSI263 phoneme blocking enhanced disk II full-speed mode. (Fixes #1340) tomcw 2024-11-18 21:27:56 +00:00
  • 7f9563b8ea 1.30.20: Update History.txt v1.30.20.0 tomcw 2024-11-16 12:21:51 +00:00
  • a0e79d449e Help: Keyboard: add some 'quick-start' info to the top of this page. (PR #1335) tomcw 2024-11-16 11:29:13 +00:00
  • ae4b34decf Fix VS2019 proj tomcw 2024-11-15 22:51:51 +00:00
  • 7c6ec3dbf0 Add cmd line option (for testing): -load-state-ignore-hdc-fw tomcw 2024-11-03 19:02:01 +00:00
  • 964a5d5198
    Oz-DOS and Format command support (#88, PR #1337) TomCh 2024-11-02 11:39:49 +00:00
  • 5ddb2357aa History.txt: Revert the claim for the Oz DOS fix tomcw 2024-10-16 21:43:21 +01:00
  • f6d0c0088c HDC: Improve logging tomcw 2024-10-16 21:41:37 +01:00
  • 910313f176
    Fix edge-case for 6522 Timer write (#1333, PR #1334) TomCh 2024-10-15 21:26:38 +01:00
  • 9f508d1b7e MB: Fix ASSERT for 6522 write (#1333) tomcw 2024-10-13 18:09:21 +01:00
  • 617e2b5d16 Help: Troubleshooting: add item about overriding high DPI scaling behaviour (#1295) tomcw 2024-10-12 20:03:15 +01:00
  • cf42f77b70 Update History.txt with a few issues fixed by previous AppleWin versions tomcw 2024-10-12 18:47:02 +01:00
  • 3033f3445b
    SaveState: add absolute path for disk & hdd images. (#1290, PR #1294) Andrea 2024-10-06 20:44:24 +01:00
  • 99947b6d70 Add logging when PERIOD_h changes GH1330-AY-3-8913 tomcw 2024-10-06 15:12:10 +01:00
  • d955c85498 Seems to give similar results to Cybernoid1 on a real AY-3-8913 (but Cyb2 needs more work) tomcw 2024-09-29 19:45:51 +01:00
  • 8a3ab64aa7 Only set comparitor flag if AY PERIOD reg changes tomcw 2024-09-29 18:13:28 +01:00
  • 1562b200de All 3 channels' output now aligned, eg. mb-audit's tone-test tomcw 2024-09-29 13:37:04 +01:00
  • c3bfcf0acb Always call AY_DO_TONE() even if channel is disabled via mixer tomcw 2024-09-29 13:31:12 +01:00
  • 0d895637ab Small AY_DO_TONE() refactor tomcw 2024-09-29 12:58:21 +01:00
  • d86a12cdc3 Convert AY_DO_TONE() from macro to function tomcw 2024-09-29 12:29:25 +01:00
  • 0ebebf93df On channel PERIOD change: Re-active tone again when global 12-bit counter wraps tomcw 2024-09-28 22:32:12 +01:00
  • e8641555e8 Debugger: visually show that a 6522 is configured as bad in mini-mem window's title tomcw 2024-09-28 16:46:28 +01:00
  • 5f40ac8e70 Fix 6522 ctor tomcw 2024-09-25 21:48:41 +01:00
  • b764c00d50 Cmd line: -sN 6522a|b-bad (for mb-audit) tomcw 2024-09-25 20:58:59 +01:00
  • 8739b6ba08 DiskII: C0E8 (DRIVES OFF): Improve logging & comments (#926) tomcw 2024-09-20 21:57:51 +01:00
  • ec90ebf156 Help: Update harddisk page for Block mode/SmartPort etc tomcw 2024-09-17 21:05:09 +01:00
  • 8a3de5592a Help doc: add Hayden dongle tomcw 2024-08-25 14:31:44 +01:00
  • 29c02d6bf2
    Gh1267 update paging (#1326) TomCh 2024-08-24 20:18:28 +01:00
  • f035a53374 For II/II+/Unenhanced //e use the new SmartPort firmware, but with $Cs07 = 0x3C. (#1319) tomcw 2024-08-21 23:00:48 +01:00
  • b3aef776c2 Help: tweak info on -s<n> hdc-[bm2|bm4] tomcw 2024-08-21 22:34:44 +01:00
  • 57ba330072
    Support Hayden dongle (#1312, PR #1325) TomCh 2024-08-21 22:15:34 +01:00
  • 91743eeebc Help: add cmd-line info about '-s<n> hdc-[sp|bm2|bm4]' tomcw 2024-08-17 22:03:15 +01:00
  • ad6482a89c Help: add cmd-line info about '-s5h* <pathname>' and '-s7h* <pathname>' tomcw 2024-08-17 21:43:13 +01:00
  • 25820cc145 History.txt: update to match GH release details tomcw 2024-08-17 21:26:10 +01:00
  • fd93396162
    Uthernet I/II: Activate DEV SELECT I/O even if NIC interface is not valid (PR #1324) TomCh 2024-08-17 21:20:00 +01:00
  • 4786de0cc7 Floppy/Harddisk images: on failure, close handle for all return paths. (Fixes #1227) tomcw 2024-08-17 16:14:09 +01:00
  • 1127447a10 U1, U2: small refactor tomcw 2024-08-15 20:08:38 +01:00
  • 2e65426a11 Get U2 to emit similar warning to U1 when interface isn't valid. (#1321) tomcw 2024-08-15 18:11:56 +01:00
  • 6e8d79ddde Fix for both Uthernet cards not reading I/O $Csxx space as floating-bus. (#1321) tomcw 2024-08-15 17:36:28 +01:00
  • f516423772
    Update History.txt - fixed releaes year for 1.30.18 & .19 TomCh 2024-08-15 16:16:30 +01:00
  • 055fd213e8 Update History.txt v1.30.19.0 tomcw 2024-07-28 22:13:12 +01:00
  • f19822dc08 Bump version: 1.30.19 Fix for loading old save-states with HDC+HD tests tomcw 2024-07-28 21:53:33 +01:00
  • 91eec68fff DiskII: Fix for "DRIVES OFF forces the control flipflops to clear". (@sicklittlemonkey) . fixes Zork0 (#926) and Shogun (#1315) tomcw 2024-07-28 16:38:37 +01:00
  • 95a4f44977 MB: SC-01: disable phoneme playback repeat. (#1318) tomcw 2024-07-28 16:29:19 +01:00
  • b371e3436f
    Support HDC SmartPort firmware for Enhanced //e (#1207, PR #1314) TomCh 2024-07-28 16:12:36 +01:00
  • 72f0c03981 Save-state: for MB, the SC01 sub-unit is only supported from v12 tomcw 2024-06-29 12:49:10 +01:00
  • a88040c3ef
    SSI263 - support for core functionality (#175, PR #1301) TomCh 2024-06-07 21:10:33 +01:00
  • ae7e5a63a9
    More portable headers. (PR #1310) Andrea 2024-06-02 12:54:40 +01:00
  • 06a646f751
    Use actual video ROMs (#1308, PR #1311) TomCh 2024-06-02 13:47:22 +02:00
  • c87a2c90da
    Fix for corrupt 't' glyph (#1309) xotmatrix 2024-06-01 13:20:02 -04:00
  • c0bfb0b0fe
    linux munmap: fix comment and simplify memory free. (PR #1293) Andrea 2024-04-26 21:53:09 +01:00
  • 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 +01:00
  • 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 +02:00
  • d3ff855f2d Minor: replace IS_APPLE2 macro with function tomcw 2024-03-28 22:36:34 +00:00
  • 6b4f3060c4
    Update README.md v1.30.18.0 TomCh 2024-03-23 15:17:36 +00:00
  • ba13412e27 Save-state: fix for loading LC from older versions tomcw 2024-03-23 10:45:07 +00:00
  • 105537e4e0 Fix 'bad dynamic cast' for when slot-0 is empty tomcw 2024-03-22 23:16:37 +00:00
  • abfdb8e0db 1.30.18.0: History.txt tomcw 2024-03-22 22:30:26 +00:00
  • 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 +01:00
  • 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 +00:00
  • 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 +00:00
  • 25ce998c9a Resource: bump (c) year tomcw 2024-03-02 17:14:49 +00:00
  • ff8f1b21c7 Updates to AppleWin.chm: . Update Acknowledgements (Robocom dongles) . Uthernet II: improve 'Virtual DNS' description tomcw 2024-03-02 17:02:15 +00:00
  • a85c9bfc07
    Uthernet2: use fcntl for better compatibility with MacOS. (#1269) Andrea 2024-03-02 12:34:38 +00:00
  • 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 +00:00
  • e41478be0b Help Troubleshooting: add a note about .po floppy images that don't boot tomcw 2024-02-28 21:50:56 +00:00
  • 5dcb1d521c DumpTraceWOZFlux(): add ASSERT GH1255-woz-flux tomcw 2024-02-25 15:20:12 +00:00
  • a16a134ae5 Robocom Interface Module dongle: use actual values for 1000 & 1500 series dongles. (#1247) tomcw 2024-02-24 20:12:06 +00:00
  • 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 +00:00
  • 2cbecdda68
    ProDOS HDD Controller firmware returns volume size in Y:X for STATUS command (PR #1272) Peter Ibbotson 2024-02-06 21:32:30 +00:00
  • 001f04c706
    Phasor in Echo+ mode: fix the chip-select polarity (PR #1276) TomCh 2024-02-03 22:07:29 +01:00
  • 53fddfe41a
    Fix SD Music card for mb-audit v1.50 (PR #1275) TomCh 2024-01-30 20:48:34 +01:00
  • fbc22fa566 Fix for reading $C01x for Apple II and II+ models. (#1261) tomcw 2024-01-28 21:31:42 +00:00
  • 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 +00:00
  • 43daabec54 MegaAudio card: AY READ always drives bus with 0x00 tomcw 2024-01-21 15:03:33 +00:00
  • fcd216bb45 Speaker: should be dual-mono (not silent on left channel). (#1159) tomcw 2024-01-14 15:51:12 +00:00
  • 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 +00:00
  • 78ee8101d5 Speaker: change from mono to stereo sound buffer (but left channel silent). Possible fix for #1159. tomcw 2024-01-13 17:55:57 +00:00
  • c022bbde72 Load save-state: Remove superfluous call to UpdatePaging() in MemLoadSnapshot(). (#1267) tomcw 2024-01-13 12:48:21 +00:00
  • 0888a25710 Small refactor for AY(s) driving bus for 6522 PortA tomcw 2024-01-06 18:20:33 +00:00
  • 4ab60cebf8
    Serial comms: compilation in Linux (PR #1249) Andrea 2024-01-06 14:50:10 +00:00
  • 7497aa9923
    Minor bugs in SSI263 (PR #1270) Andrea 2024-01-05 22:41:38 +00:00
  • 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 +00:00
  • cf0ae53018
    Update README.md TomCh 2024-01-01 21:23:58 +00:00