mirror of
https://github.com/jscrane/r65emu.git
synced 2025-03-22 07:29:37 +00:00
...
This commit is contained in:
parent
cd9744757c
commit
867760ffd0
2
memory.h
2
memory.h
@ -17,7 +17,7 @@ public:
|
|||||||
class Memory {
|
class Memory {
|
||||||
public:
|
public:
|
||||||
typedef unsigned short address;
|
typedef unsigned short address;
|
||||||
static const int page_size = 256;
|
static const unsigned int page_size = 256;
|
||||||
|
|
||||||
class Device: public Checkpointable {
|
class Device: public Checkpointable {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user