mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-03-27 03:33:16 +00:00
Add commented out debug message.
This commit is contained in:
parent
90b6c06e32
commit
47028b0e26
@ -26,6 +26,7 @@ bus_read_1(bus_t *t, uint16_t addr)
|
||||
void
|
||||
bus_write_1(bus_t *t, uint16_t addr, uint8_t val)
|
||||
{
|
||||
/* printf("bus WRITE @ %x value %x\n", addr, val); */
|
||||
t->space[addr] = val;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user