Commit graph

  • dfb8802763
    Replace sprintf() with StrFormat() (PR #1048) Kelvin Lee 2022-03-03 08:10:41 +11:00
  • bb1d5ac792 Fix code after updating to AW's master. Andrea Odetti 2022-03-01 20:44:30 +00:00
  • f4986708d8 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-03-01 20:40:23 +00:00
  • 80f3eaeb91
    Various *Name() functions can simply return const std::string& (PR #1049) Kelvin Lee 2022-03-01 07:52:18 +11:00
  • bbb5783fa6 Merge native support for Uthernet II from AppleWin. Andrea Odetti 2022-02-27 20:42:40 +00:00
  • 9006e39eaa Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-27 18:54:16 +00:00
  • 165c4532fc Exclude .vscode from git. Andrea Odetti 2022-02-27 18:53:52 +00:00
  • d2004553f1 Remove old tfe.cpp tomcw 2022-02-27 18:06:15 +00:00
  • 9f8c4d99af
    Add Uthernet II support and make Uthernet I a Card. (PR #1047) Andrea 2022-02-27 17:26:48 +00:00
  • 3d247e6ee9 libwindows: implement strncpy_s from Wine. Andrea Odetti 2022-02-27 14:15:38 +00:00
  • 124de54aa9 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-27 13:24:11 +00:00
  • 514d2adb79 6522: Fix IFR.T2 when counter.b15=1 tomcw 2022-02-26 21:10:42 +00:00
  • c277c5152d Fix a few medium Coverity defects: 1514566, 1063811 tomcw 2022-02-26 20:23:00 +00:00
  • 707993b686 Fix LogOutput() to call StrFormatV() tomcw 2022-02-26 18:39:39 +00:00
  • 253a59fde6
    Replace sprintf_s() and wsprintf() with StrFormat(). (PR #1041) Kelvin Lee 2022-02-27 04:54:06 +11:00
  • ccc0285930 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-26 17:23:04 +00:00
  • 9ad6b11cf9
    Fix some format errors. (PR #1042) Andrea 2022-02-26 17:15:09 +00:00
  • fa876ccdd9 Update ImGui. Andrea Odetti 2022-02-20 13:58:19 +00:00
  • c3a8259302 Uthernet II: fix printf format specifier. Andrea Odetti 2022-02-19 16:39:46 +00:00
  • d101a6c200 Fix format for UINT64. Andrea Odetti 2022-02-19 15:35:56 +00:00
  • a87e709503 Merge remote-tracking branch 'origin/format_fix' Andrea Odetti 2022-02-19 15:35:22 +00:00
  • 375029a2c3 Fix parentheses-equality clang warning. Andrea Odetti 2022-02-18 20:11:06 +00:00
  • 6e630d038b Fix some format errors. Andrea Odetti 2022-02-18 13:33:14 +00:00
  • 6e67d1247d Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-18 09:50:14 +00:00
  • 5a5d0e2df4
    Debugger: Simplify console print (PR #1038) Kelvin Lee 2022-02-18 09:12:04 +11:00
  • 4d72e03138 boost -> getopt getopt Andrea Odetti 2022-02-17 12:09:40 +00:00
  • 4bd23597a7 Update AW's. Andrea Odetti 2022-02-17 09:36:26 +00:00
  • 048391981d Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-17 09:30:11 +00:00
  • 43b9df253a Fix build errors from PR #1039 tomcw 2022-02-16 20:14:40 +00:00
  • 7ae8907674
    Remove unnecessary static std::string variables (PR #1039) Kelvin Lee 2022-02-17 07:09:10 +11:00
  • 2464b9dc67 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-15 20:44:52 +00:00
  • 8cb3d4c88c
    Make DiskGetFullPathName() public. (PR #1035) sh95014 2022-02-15 11:02:03 -08:00
  • c3fb1a7713 Update to AW's master. Andrea Odetti 2022-02-15 18:56:11 +00:00
  • cfb38aa08f Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-15 18:53:18 +00:00
  • 1a4e933778
    Replace StringCbPrintf() with StrFormat() (PR #1032) Kelvin Lee 2022-02-16 05:48:20 +11:00
  • 48dd638d33
    Synchronize Linux build. (PR #1037) Andrea 2022-02-14 20:37:18 +00:00
  • 25d0d8a05c Update to latest AW's code. Andrea Odetti 2022-02-14 08:29:08 +00:00
  • db34cd326f Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-14 08:08:32 +00:00
  • 9a3832084a
    Simplify the common combination of sprintf() and OutputDebugString() (PR #1031) Kelvin Lee 2022-02-14 08:37:05 +11:00
  • c32105ff63 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-13 18:41:54 +00:00
  • 83e56924f7 WM_CREATE: remove CpuCreateCriticalSection(), since done in SY6522.Reset() tomcw 2022-02-13 12:37:33 +00:00
  • b519031de4 WM_CREATE: call CpuCreateCriticalSection() instead of CpuInitialize() tomcw 2022-02-12 19:11:34 +00:00
  • 3fe06faf65 MB/6522: remove the legacy g_nMBTimerDevice variable. Fix ASSERT from previous commit as SY6522.Reset() needs CriticalSection. tomcw 2022-02-12 18:42:58 +00:00
  • 4f723d900b Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-12 18:26:41 +00:00
  • 8bbb85b1e8
    SY6522: initialise device. (PR #1036) Andrea 2022-02-12 17:29:49 +00:00
  • 058726746f Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-12 17:01:48 +00:00
  • 9459ec261a
    Writes to Printer Interface card strobe should not be interpreted as a data byte (#1017 PR #1027) sh95014 2022-02-11 12:57:09 -08:00
  • 3d39698d2c CHM: Bump copyright year tomcw 2022-02-08 21:24:50 +00:00
  • 771d9b1328 1.30.8.0: Update History.txt tomcw 2022-02-08 20:32:02 +00:00
  • 0419c2ca80 Update AW and ImGui. Andrea Odetti 2022-02-06 11:44:56 +00:00
  • 4a6315014e Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-02-06 11:37:54 +00:00
  • ad73f3ec37
    A couple of smallish fixes (PR #1029) Kelvin Lee 2022-02-06 09:02:26 +11:00
  • f7c6ef397c
    Split 6522 out of MB code and into own class (PR #1028) TomCh 2022-02-05 18:48:36 +00:00
  • 65f9843ad8 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-31 09:20:58 +00:00
  • 53ab72ce13 Card.cpp: add newline at EOF tomcw 2022-01-30 21:37:40 +00:00
  • 7ab65492c6
    Load save-state for Cards: improve error messages. (#1025) Andrea 2022-01-30 21:25:40 +00:00
  • 71285eebb6 sa2:: update ImGui. Andrea Odetti 2022-01-30 20:12:17 +00:00
  • 2a908c1889 Expose some printer settings. Andrea Odetti 2022-01-30 20:10:33 +00:00
  • 4f3c92bee4 sa2: realpath fails if the path does not exist. Andrea Odetti 2022-01-30 18:47:37 +00:00
  • ab358975ad Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-30 15:57:17 +00:00
  • 24378313c3 WOZ-related changes: . Significant bit-cells after a gap between latch access upped from 50 to 100 (#1020) . Minor track sync mod: Update bitStream position for current track before re-calc'ing position for new track (#1022) . Minor: for DiskII I/O regs $A/B (Select Drive 1/2) update the isWOZ variable to reflect new image-type tomcw 2022-01-29 21:27:03 +00:00
  • 364cfcbade Debugger: add some more flags & switches. Andrea Odetti 2022-01-16 20:26:02 +00:00
  • 586f094393 Update ImGui. Andrea Odetti 2022-01-16 19:17:57 +00:00
  • 6c6409b625 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-16 11:16:39 +00:00
  • af814347f0 Support AN3 for IIe (#1018) (Fix IOUDIS for IIc - $C07E/F was backwards) tomcw 2022-01-15 18:01:41 +00:00
  • 26a729309f
    Merge pull request #62 from audetto/fullspeed Andrea 2022-01-14 17:36:28 +00:00
  • d88ab1199d sa2: do not call VideoPresentScreen every Apple ][ frame when in full speed. Andrea Odetti 2022-01-11 18:07:57 +00:00
  • c70377fcaf ImGui: avoid non-reentrant call to VideoPresentScreen(). Andrea Odetti 2022-01-11 17:50:08 +00:00
  • 2abca0c0b2 Update ImGui. Andrea Odetti 2022-01-10 15:38:25 +00:00
  • 3348d4420e SaveState: fix some issues in the order of things. Andrea Odetti 2022-01-10 15:38:13 +00:00
  • 726b05cdbe cpack: extract version number from resources. Andrea Odetti 2022-01-10 12:00:18 +00:00
  • 0264538f4b Merge remote-tracking branch 'upstream/master' v1.30.7.0 Andrea Odetti 2022-01-08 08:57:04 +00:00
  • 5fbd8339c1
    Screenshot: reset file pointer to the end. (PR #1016) Andrea 2022-01-07 21:06:24 +00:00
  • f557566824 Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-06 18:55:38 +00:00
  • aa4af5e9d5 Debugger: Fix DF E937 not checking for 0.0 correctly michaelangel007 2022-01-06 10:26:30 -08:00
  • 65e4859b01 Debugger: Cleanup DB DB2 DB4 DB8 DW DW2 DW4 DF DS michaelangel007 2022-01-06 10:13:27 -08:00
  • ae214a1b19 Debugger: Cleanup: Add note about magic number 200 michaelangel007 2022-01-06 10:11:33 -08:00
  • 8667c0eb32 Debugger: Cleanup: Add note about DISASM ID michaelangel007 2022-01-06 10:10:59 -08:00
  • 182e48e82d Debugger: Add: First pass of DF michaelangel007 2022-01-06 10:10:09 -08:00
  • 32ee96fb8b Debugger: Cleanup FormatNopcodeBytes() michaelangel007 2022-01-06 08:24:55 -08:00
  • e8fe81c7cc Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-06 14:25:28 +00:00
  • 7c4855e631 Debugger: Cleanup DISASM_DISPLAY_ enums michaelangel007 2022-01-05 15:42:34 -08:00
  • ca1bea3b97 Debugger: Add comment about DISK command michaelangel007 2022-01-05 15:41:47 -08:00
  • 225b290e3e Debugger: Update wish list michaelangel007 2022-01-05 15:41:18 -08:00
  • d0601d156d Merge remote-tracking branch 'upstream/master' Andrea Odetti 2022-01-05 18:45:35 +00:00
  • 545c79f132 Debugger: Cleanup: Nopcode_e michaelangel007 2022-01-05 08:55:17 -08:00
  • 7853c1cfcc Debugger: Cleanup michaelangel007 2022-01-05 08:54:54 -08:00
  • 8d864c2ab6 Cleanup: getVideoScannerAddressTXT() and getVideoScannerAddressHGR() to make it easier to debug michaelangel007 2022-01-04 23:37:38 -08:00
  • 98a4481c7d Debugger: 2.9.1.13 Added: CD now detects .. to change to the previous directory and chops the trailing sub-directory from the current path. michaelangel007 2022-01-04 23:37:06 -08:00
  • e91c5c0494 Merged michaelangel007 2022-01-04 21:41:08 -08:00
  • 2a5e156f5e Debugger: 2.9.1.12 Added: New commands HGR0, HGR3, HGR4, HGR5 to see pages /usr/bin/bash0, 0, 0, respectively. michaelangel007 2022-01-04 21:40:23 -08:00
  • e14339e282 Registry: fix support for legacy 'Harddisk Enable' key (#1015) tomcw 2022-01-04 20:19:21 +00:00
  • 1613671c11 Debugger: Add note for 2.9.1.11 michaelangel007 2022-01-04 11:29:18 -08:00
  • 5e70f7949c Debugger: 2.9.1.11 Fixed: Right justify signed decimal values. michaelangel007 2022-01-04 11:21:42 -08:00
  • f3c0e151ab Debugger: 2.9.1.10 Fixed: Immedate #80 was not showing -128 for the signed decimal value. michaelangel007 2022-01-04 11:20:54 -08:00
  • 6b11e24a28 Debugger: 2.9.1.9 Fixed: Immediate #0 was showing '#' prefix but not showing zero for the signed decimal value. Changed to show the signed decimal value only if non zero. michaelangel007 2022-01-04 11:20:08 -08:00
  • 61d6ef58ee Debugger: Cleanup old cruft michaelangel007 2022-01-04 11:17:14 -08:00
  • c2a255303d Update ImGui. Andrea Odetti 2022-01-04 17:34:16 +00:00
  • 4a51835525
    Merge pull request #56 from audetto/paths Andrea 2022-01-04 17:33:27 +00:00
  • 18b4581099 Debugger: 2.9.1.8 Changed: Disassembly window now lists symbol labels and symbol target address from User2 in orange. michaelangel007 2022-01-04 09:28:33 -08:00