Added the Siemens PCD-2L

A N82330 discrete machine. Segfaults in some places
This commit is contained in:
tiseno100
2019-12-23 21:32:44 +02:00
committed by GitHub
parent 06b8732412
commit 58adb51dbe
6 changed files with 47 additions and 0 deletions

View File

@@ -169,6 +169,10 @@ extern int machine_at_ibmatquadtel_init(const machine_t *); // IBM AT with Quadt
extern int machine_at_ibmxt286_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_SIEMENS)
extern int machine_at_siemens_init(const machine_t *); //Siemens PCD-2L. N82330 discrete machine. It segfaults in some places
#endif
#if defined(DEV_BRANCH) && defined(USE_OPEN_AT)
extern int machine_at_open_at_init(const machine_t *);
#endif