IBM 5550: Add machine config for test mode

* Added a machine config for the RNA test mode.
* Changed the keyboard reset sequence to work on the RNA test correctly.
* Reduced screen updates for text cursor.
This commit is contained in:
Akamaki
2026-02-23 01:58:58 +09:00
parent dad8edd32e
commit 658425b33e
3 changed files with 111 additions and 74 deletions

View File

@@ -1522,7 +1522,7 @@ extern int machine_xt_compaq_deskpro_init(const machine_t *);
/* m_xt_ibm5550.c */
#ifdef EMU_DEVICE_H
extern const device_t ibm5550_vid_device;
extern const device_t ibm5550_device;
#endif
extern int machine_xt_ibm5550_init(const machine_t *);