VTech Laser Turbo XT: add older BIOS 1.08

This commit is contained in:
Bozo Scum
2026-01-28 13:38:26 +08:00
parent 7bbbf48913
commit 2a00f72a6f
3 changed files with 44 additions and 3 deletions

View File

@@ -1479,6 +1479,9 @@ extern int machine_xt_to16_init(const machine_t *);
extern const device_t vendex_device;
#endif
extern int machine_xt_vendex_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t laserxt_device;
#endif
extern int machine_xt_laserxt_init(const machine_t *);
extern int machine_xt_znic_init(const machine_t *);
extern int machine_xt_z151_init(const machine_t *);