Merge pull request #2729 from lkundrak/lr/v86p

Add the Epson Equity LT Machine
This commit is contained in:
Miran Grča
2022-10-23 21:03:17 +02:00
committed by GitHub
7 changed files with 284 additions and 20 deletions

View File

@@ -709,6 +709,9 @@ extern int machine_at_vpc2007_init(const machine_t *);
/* m_at_t3100e.c */
extern int machine_at_t3100e_init(const machine_t *);
/* m_elt.c */
extern int machine_elt_init(const machine_t *);
/* m_europc.c */
extern int machine_europc_init(const machine_t *);
#ifdef EMU_DEVICE_H