1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-08-05 05:26:24 +00:00
This commit is contained in:
Stephen Crane
2014-10-27 13:02:12 +00:00
parent cd9744757c
commit 867760ffd0

View File

@@ -17,7 +17,7 @@ public:
class Memory {
public:
typedef unsigned short address;
static const int page_size = 256;
static const unsigned int page_size = 256;
class Device: public Checkpointable {
public: