mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 02:27:45 +00:00
Disable SC01 logging
This commit is contained in:
@@ -105,7 +105,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
#include "YamlHelper.h"
|
#include "YamlHelper.h"
|
||||||
|
|
||||||
#define LOG_IRQ_TAKEN_AND_RTI 1
|
#define LOG_IRQ_TAKEN_AND_RTI 0
|
||||||
|
|
||||||
// 6502 Accumulator Bit Flags
|
// 6502 Accumulator Bit Flags
|
||||||
#define AF_SIGN 0x80
|
#define AF_SIGN 0x80
|
||||||
|
@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
#define LOG_SSI263 0
|
#define LOG_SSI263 0
|
||||||
#define LOG_SSI263B 0 // Alternate SSI263 logging (use in conjunction with CPU.cpp's LOG_IRQ_TAKEN_AND_RTI)
|
#define LOG_SSI263B 0 // Alternate SSI263 logging (use in conjunction with CPU.cpp's LOG_IRQ_TAKEN_AND_RTI)
|
||||||
#define LOG_SC01 1
|
#define LOG_SC01 0
|
||||||
|
|
||||||
// SSI263A registers:
|
// SSI263A registers:
|
||||||
#define SSI_DURPHON 0x00
|
#define SSI_DURPHON 0x00
|
||||||
|
Reference in New Issue
Block a user