summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trs80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trs80.h')
-rw-r--r--src/mame/includes/trs80.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/trs80.h b/src/mame/includes/trs80.h
index 6e24cc14778..546763ece6f 100644
--- a/src/mame/includes/trs80.h
+++ b/src/mame/includes/trs80.h
@@ -122,8 +122,9 @@ private:
void trs80_mem(address_map &map);
void ht1080z_io(address_map &map);
- uint32_t screen_update_trs80(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- uint32_t screen_update_ht1080z(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ u32 screen_update_trs80(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ u32 screen_update_sys80(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ u32 screen_update_ht1080z(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
static void floppy_formats(format_registration &fr);
};