michaelangel007
65ab105d76
Debugger: 2.9.1.5 Added: Disassembly window now shows signed decimal values for immediate values.
2022-01-03 22:18:12 -08:00
michaelangel007
aaae1dd6a1
Debugger: 2.9.1.4 Changed: Show symbol warnings in Orange, and length of symbols in light blue
2022-01-03 22:15:41 -08:00
michaelangel007
48e0fe3a8e
Debugger: 2.9.1.3 Added: DB command now optionally supports =
2022-01-03 21:11:25 -08:00
michaelangel007
3985ee9abc
Debugger: 2.9.1.2: Fixed: Off by one end address when deleting DisasmData_t
2022-01-03 21:09:11 -08:00
michaelangel007
19b7d43327
Debugger: 2.9.1.1: Added: X command now supports a range and will chop off the appropiate data sections.
2022-01-03 21:07:49 -08:00
michaelangel007
561a145ab0
Debugger: Add _GetAutoSymbolName() helper
2022-01-03 21:05:37 -08:00
Andrea Odetti
f03c09db76
Separate Frame from Resource folder to support native MacOS port.
...
Fixes https://github.com/audetto/AppleWin/issues/55
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2022-01-03 17:01:22 +00:00
Andrea Odetti
1f1a0f0c3f
/proc/self/exe does not exist on MacOS.
...
Fixes https://github.com/audetto/AppleWin/issues/54
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2022-01-03 16:32:46 +00:00
Andrea Odetti
fa60480875
Add support for screenshot in sa2 via Alt-Ins.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2022-01-03 16:02:36 +00:00
Andrea Odetti
8de697f3f6
Clean NFrame::FrameRefreshStatus.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2022-01-03 16:01:36 +00:00
Andrea Odetti
dadba55b73
Merge remote-tracking branch 'upstream/master'
2022-01-03 15:50:27 +00:00
Andrea
d63e406573
Correct BMP creation on Linux (PR #1014 )
...
Enable BMP Header packing on all compilers.
Add virtual function to FrameBase to select where to save screenshots.
2022-01-03 14:41:03 +00:00
Andrea
89d9031752
Merge pull request #52 from audetto/cmake
...
Use cmake native find_package for OpenGL.
2021-12-31 16:30:21 +00:00
Andrea Odetti
d6e9a58a15
applen: add some help with the most important F keys.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-31 15:38:27 +00:00
Andrea Odetti
b48893fab9
Merge remote-tracking branch 'upstream/master'
2021-12-31 14:18:17 +00:00
Andrea Odetti
89842321b8
Update ImGui.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-31 14:18:02 +00:00
Andrea Odetti
9006bcf354
Use cmake native find_package for OpenGL.
...
Could solve https://github.com/audetto/AppleWin/issues/39 .
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-31 14:06:34 +00:00
tomcw
a243efc74b
Fix for cmd line -dcd not being honoured (regression)
2021-12-24 20:58:04 +00:00
tomcw
a727db7cc5
Load save-state:
...
. fix for II/II+ when VidHD's SHR is being updated (init memVidHD ptr).
. refactor to consolidate all Mem* related initialisation.
2021-12-23 15:56:14 +00:00
Andrea Odetti
9ec45b1dab
Merge remote-tracking branch 'upstream/master'
2021-12-19 20:18:37 +00:00
tomcw
d342f3a17d
Fix for VS2008
2021-12-19 19:26:07 +00:00
Andrea Odetti
e5456916fb
Merge remote-tracking branch 'upstream/master'
2021-12-19 15:06:02 +00:00
TomCh
577ffccf8f
VidHD: Support SHR for Apple II/II+ models ( #997 , PR #1013 )
...
. Support aux writes for II/II+ (6502 emulation, not 65C02)
. Extend VidHD save-state for II/II+ aux memory
2021-12-19 14:17:51 +00:00
tomcw
ff65a9f6bf
Save-state: remove ASSERT when saving LC for //e or Enhanced //e
2021-12-18 21:31:17 +00:00
Andrea Odetti
d6aa407076
Fix a couple of warnings / Pi issues.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-18 18:26:30 +00:00
Andrea Odetti
86122aa5f5
Update ImGui.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-18 16:45:49 +00:00
Andrea Odetti
913081649e
Unify exceptions.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-18 16:43:23 +00:00
Andrea Odetti
9590d7c4f9
Merge remote-tracking branch 'upstream/master'
2021-12-18 16:38:39 +00:00
Andrea
47f721882e
throw std::runtime_error instead of std::string (PR #1011 )
...
+ add more information about location of yaml parser error.
2021-12-18 16:37:28 +00:00
Andrea Odetti
151ef94382
Merge remote-tracking branch 'upstream/master'
2021-12-12 19:55:51 +00:00
Andrea Odetti
c758e6884c
qapple: patch qapple.pro.
...
Qt Creator is better at debugging qapple.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-12 19:40:41 +00:00
Andrea Odetti
b80f7c5f50
QApple: fix VidHD.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-12 19:15:40 +00:00
Andrea Odetti
28e5703ab5
Update ImGui.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-12 18:31:53 +00:00
tomcw
651b57fdae
HDD: fix for slowdown during r/w block operations
...
. firmware does busy-wait RMW (rol abs,x)
. the IORead then IOWrite was flipping the LED status each access, with a huge performance penalty!
2021-12-12 11:53:37 +00:00
tomcw
19aadbfb8d
Add a top-level catch-handler for std::string
2021-12-11 20:27:39 +00:00
Andrea Odetti
6dd4390c0b
libretro: update cards.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-11 20:26:38 +00:00
Andrea Odetti
abe7d664c5
Update from AW.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-11 20:08:47 +00:00
Andrea Odetti
b5b2958be1
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# source/CardManager.cpp
2021-12-11 20:08:34 +00:00
tomcw
408f5fe42f
Fix for loading save-state - eg. where 'AS-S2_End Credits' & 'OMT-PAL' lost their precise frame cycle
2021-12-11 19:30:54 +00:00
Andrea
a07ba4ade0
Set SHR alpha channel to 255 for consistency with other video modes. (PR #1010 )
2021-12-11 18:05:06 +00:00
tomcw
1670e0dbc0
Fix for AppleWin-Test:
...
. don't load floppy/harddisk images (in Registry's Config) if also loading a save-state via cmd-line.
. done to prevent MessageBox alerts when deleted disk images can't be found.
Info: Registry contains refs to disk images, but on test clean-up, the images get deleted.
2021-12-11 18:01:46 +00:00
Andrea Odetti
49d0b7535d
Set SHR Alpha to 255 for maximum compatibility.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-11 17:14:57 +00:00
Andrea Odetti
aa7f3277d1
SDL: reset hardware in Begin, not Initialize.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-11 17:14:09 +00:00
Andrea
177c9fec05
Make Slot 0 more consistent with other slots. (PR #1006 )
2021-12-11 15:26:09 +00:00
tomcw
010d3525d3
HDD read: error if reading block to ROM ( #1007 )
2021-12-11 15:11:13 +00:00
tomcw
0ac210b132
Debugger: Extend 'brk' cmd:
...
. brk all <on|off>
Fix 'brk' cmd for invalid opcodes of length 2 & 3
2021-12-11 13:41:34 +00:00
tomcw
1ab0d56558
HDD: remove magic numbers & add GH ref ( #1007 )
2021-12-10 19:37:58 +00:00
tomcw
bb6fa80335
HDD r/w: error if r/w overlaps with I/O memory
...
. break to debugger if single-stepping
HDD write: support memory accesses across 64KiB boundary
2021-12-09 21:22:13 +00:00
tomcw
c594d6e101
VidHD: Fix SHIFT+PRINTSCRN for 320x200
2021-12-07 21:59:05 +00:00
Andrea Odetti
36e1c5a135
Move ExpansionCard utility to separate file.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-12-04 13:36:33 +00:00