The TriGem 286M now correctly has IDE;

The TriGem 286M no longer has an internal graphics card - the TriGem Korean VGA card is an ISA card;
Changed the configuration of the AMA-932J's internal OTI-067 to default to 256 kB of memory as that's what the card seems to have.
This commit is contained in:
OBattler
2018-10-09 05:53:09 +02:00
parent b270d8f87f
commit 3b8d5f6b87
4 changed files with 27 additions and 16 deletions

View File

@@ -210,7 +210,6 @@ extern const device_t *t1200_get_device(void);
extern const device_t *at_endeavor_get_device(void);
extern const device_t *at_tg286m_get_device(void);
extern const device_t *at_ama932j_get_device(void);
#endif