Disable SC01 logging
This commit is contained in:
parent
2258d01184
commit
91f2c43992
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue