mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-29 04:33:04 +00:00
Use 'x' instead of 'i'.
This commit is contained in:
parent
15ac2c3e5a
commit
ab0c290489
@ -238,7 +238,7 @@ void print_ram(FILE *file, const std::unordered_map<uint32_t, uint8_t> &data) {
|
||||
wait ? '-' : (read ? 'r' : 'w'),
|
||||
wait ? '-' : (emulation ? 'e' : '-'),
|
||||
wait ? '-' : (memory_size ? 'm' : '-'),
|
||||
wait ? '-' : (index_size ? 'i' : '-'),
|
||||
wait ? '-' : (index_size ? 'x' : '-'),
|
||||
wait ? '-' : (memory_lock ? 'l' : '-')
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user