Revert "d/i index 0 for i is more logical? because it is default mode."

This reverts commit cf420ca726.

=> breaks at least the unix v6 bootloader
This commit is contained in:
folkert van heusden 2023-03-22 13:06:33 +01:00
parent 9040a2b075
commit 4799cba2de
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

2
bus.h
View file

@ -56,7 +56,7 @@ class cpu;
class memory;
class tty;
typedef enum { i_space, d_space } d_i_space_t;
typedef enum { d_space, i_space } d_i_space_t;
typedef struct {
uint16_t virtual_address;