nick_westgate 1c502b76da 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
2006-03-11 21:42:43 +00:00
2006-02-25 20:54:57 +00:00
2006-03-12 09:05:39 +00:00
2006-03-11 00:47:28 +00:00
2006-03-07 18:23:02 +00:00
Description
Apple II emulator for Windows
GPL-2.0 50 MiB
Languages
C++ 52.9%
C 37.5%
HTML 8.2%
CSS 0.6%
Hack 0.5%
Other 0.2%