d/i index 0 for i is more logical? because it is default mode.
This commit is contained in:
parent
a9b42ff1d7
commit
cf420ca726
1 changed files with 1 additions and 1 deletions
2
bus.h
2
bus.h
|
@ -56,7 +56,7 @@ class cpu;
|
||||||
class memory;
|
class memory;
|
||||||
class tty;
|
class tty;
|
||||||
|
|
||||||
typedef enum { d_space, i_space } d_i_space_t;
|
typedef enum { i_space, d_space } d_i_space_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t virtual_address;
|
uint16_t virtual_address;
|
||||||
|
|
Loading…
Add table
Reference in a new issue