mirror of
https://github.com/jscrane/r65emu.git
synced 2025-01-08 05:30:10 +00:00
default status header off
This commit is contained in:
parent
e763508f8b
commit
ad947c887c
2
i8080.h
2
i8080.h
@ -11,7 +11,7 @@ public:
|
||||
void run(unsigned);
|
||||
void reset();
|
||||
void raise(int);
|
||||
char *status(char *buf, size_t n, bool hdr);
|
||||
char *status(char *buf, size_t n, bool hdr=false);
|
||||
|
||||
void checkpoint(Stream &);
|
||||
void restore(Stream &);
|
||||
|
2
r6502.h
2
r6502.h
@ -11,7 +11,7 @@ public:
|
||||
void raise(int);
|
||||
void reset();
|
||||
void run(unsigned);
|
||||
char *status(char *buf, size_t n, bool hdr);
|
||||
char *status(char *buf, size_t n, bool hdr=false);
|
||||
void checkpoint(Stream &);
|
||||
void restore(Stream &);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user