Commit Graph

10 Commits

Author SHA1 Message Date
tomch
2985943f5d Fix for step in debugger from reset (1st step would just do the CPU reset):
. Removed CPU reset processing from InternalCpuExecute(). This is now done in CpuReset(). Removed the now redundant regs.bRESET member.
. CpuReset() now also clears regs.bJammed.
2006-07-02 17:52:23 +00:00
mpohoreski
18b78ae9d5 Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:41:52 +00:00
mpohoreski
eaf35c2cfe Fixed BRKOP, BRK # to enter debugger
Pressing F7 after triggered break stops on next break
Fixed global "mode" to comply with coding convention: g_nAppMode
2006-06-12 22:06:50 +00:00
tearex
e3c3ead902 Illegal opcodes support
Separate NMOS 6502 and CMOS 65C02 support
CPU flag handling improvement
NMI support
Apple II (original model) support
Apple II/IIPlus mode font improvement
"M" glyph improvement
Small _M14 / CLK_6502 fix.
Reset behavior improvement
Small monochrome video improvement - mono text now honors color selection just like mono graphics.
2006-06-11 15:49:38 +00:00
mpohoreski
fb932a8d4f Breakpoints on full-speed.
BRK # [ON|OFF]
BRKOP ##
2006-05-14 00:43:19 +00:00
tomch
537b713362 Wrapped actions on IRQ-critical-section object in a validity test to fix crash in Win98/ME's kernel.dll 2006-05-07 13:47:52 +00:00
tomch
0b8d9e723c Submitted changed files from AppleWin-Tom branch to trunk
. Change: Added support for SSC receive IRQ (eg. Z-Link)
. Fix: [Bug #7231] AppleWin installed in path with spaces

Internal:
. Modified operation of interrupt assert/deassert
2006-05-02 21:56:28 +00:00
nick_westgate
35ec4f29b2 Added floating bus emulation.
Summary of changes:
AppleWin.cpp: Made dwCyclesThisFrame global -> g_dwCyclesThisFrame.
CPU.cpp: Made InternalCpuExecute()'s nCyclesLeft static -> nInternalCyclesLeft.
CPU.cpp: Added CpuGetCyclesThisFrame().
Memory.cpp: Added MemGet80Store().
Memory.cpp: Added MemReadFloatingBus().
Memory.cpp: Added MemReadFloatingBus(BYTE const highbit).
Memory.cpp: Changed NullIo() to call MemReadFloatingBus().
Video.cpp: Added video scanner constants and VideoGetScannerAddress(bool* pbVblBar_OUT).
Video.cpp: Changed VideoCheckVbl() to call VideoGetScannerAddress().
Various files: Replaced MemReturnRandomData() calls with MemReadFloatingBus().
2006-03-12 09:05:39 +00:00
mpohoreski
3a5f19c84e Fixed undoc opcode F7 2006-02-27 03:34:50 +00:00
tomch
312e86b4f9 *** empty log message *** 2006-02-25 20:50:29 +00:00