summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/genboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/genboard.h')
-rw-r--r--src/devices/bus/ti99/internal/genboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/internal/genboard.h b/src/devices/bus/ti99/internal/genboard.h
index baccf7463a9..fe30b92e6c9 100644
--- a/src/devices/bus/ti99/internal/genboard.h
+++ b/src/devices/bus/ti99/internal/genboard.h
@@ -123,7 +123,7 @@ public:
uint8_t readm(offs_t offset);
void writem(offs_t offset, uint8_t data);
- uint8_t setoffset(offs_t offset);
+ void setaddress(offs_t mode, uint16_t address);
DECLARE_INPUT_CHANGED_MEMBER( settings_changed );