summaryrefslogtreecommitdiff
path: root/emu/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'emu/bus.h')
-rw-r--r--emu/bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/bus.h b/emu/bus.h
index baa2fe2..c1866cb 100644
--- a/emu/bus.h
+++ b/emu/bus.h
@@ -21,6 +21,7 @@ typedef struct bus_t {
void bus_init( bus_t *bus );
void bus_register( bus_t *bus, device_t *device, uint16_t from, uint16_t to );
+
uint8_t bus_read( void *obj, uint16_t addr );
void bus_write( void *obj, uint16_t addr, uint8_t data );
void bus_deinit( void *obj );