Added the NEC Mate NX MA23C.

This commit is contained in:
OBattler
2024-03-09 14:46:33 +01:00
parent 567d66b788
commit 9006f31f45
3 changed files with 74 additions and 1 deletions

View File

@@ -706,6 +706,7 @@ extern int machine_at_pb810_init(const machine_t *);
extern int machine_at_mb520n_init(const machine_t *);
extern int machine_at_i430vx_init(const machine_t *);
extern int machine_at_ma23c_init(const machine_t *);
extern int machine_at_nupro592_init(const machine_t *);
extern int machine_at_tx97_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_AN430TX)