mirror of
https://github.com/jscrane/r65emu.git
synced 2025-04-22 17:37:08 +00:00
debugging fixes
This commit is contained in:
parent
08896cb7d3
commit
19bb01e78f
@ -36,7 +36,7 @@ extern class spiram sram;
|
||||
#define DEBUG_PIA 0x00000004
|
||||
#define DEBUG_VIA 0x00000008
|
||||
#define DEBUG_DSP 0x00000010
|
||||
#define DEBUG_EMU 0x00000011
|
||||
#define DEBUG_EMU 0x00000020
|
||||
#define DEBUG_ANY 0xffffffff
|
||||
|
||||
#if !defined(DEBUGGING)
|
||||
|
@ -1,9 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <Stream.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "CPU.h"
|
||||
#include "r6502.h"
|
||||
#include "hardware.h"
|
||||
|
||||
void r6502::run(unsigned clocks) {
|
||||
while (clocks--) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user