Added new machine (4GPV31)

This commit is contained in:
waltje
2017-12-04 14:50:41 -05:00
parent f8923c3490
commit 90c13dd25f
8 changed files with 131 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
*
* Handling of the emulated machines.
*
* Version: @(#)machine.h 1.0.13 2017/11/22
* Version: @(#)machine.h 1.0.14 2017/12/04
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -136,6 +136,8 @@ extern void machine_at_r418_init(machine_t *);
extern void machine_at_wd76c10_init(machine_t *);
extern void machine_at_4gpv31_init(machine_t *);
extern void machine_pcjr_init(machine_t *);
extern void machine_ps1_m2011_init(machine_t *);