Applied Greatpsycho's headland chipset patches to the main branch plus the Korean ET4000AX.

Applied newer patches of John Elliot's Toshiba T1000/T1200 implementation.
Added Trigem 286M and AMA932J motherboards.
This commit is contained in:
TC1995
2018-08-16 00:25:20 +02:00
parent fcb6469967
commit 1d79b67528
18 changed files with 929 additions and 64 deletions

View File

@@ -8,7 +8,7 @@
*
* Handling of the emulated machines.
*
* Version: @(#)machine.h 1.0.24 2018/05/10
* Version: @(#)machine.h 1.0.25 2018/08/16
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -211,6 +211,8 @@ extern const device_t *t1000_get_device(void);
extern const device_t *t1200_get_device(void);
extern const device_t *at_endeavor_get_device(void);
extern const device_t *at_headland_get_device(void);
#endif