Merged the ALi M1217 into the M6117 (that's based on the M1217), moved the M6117 out of the Dev branch, removed the broken M6117 Acrosser, and added three M1217 machines. This finishes the ALi work.

This commit is contained in:
OBattler
2021-08-05 18:16:17 +02:00
parent 5b867e6a32
commit 5ecf3ac6cb
8 changed files with 102 additions and 195 deletions

View File

@@ -30,9 +30,7 @@ extern const device_t ali1541_device;
extern const device_t ali1543_device;
extern const device_t ali1543c_device;
extern const device_t ali1621_device;
#if defined(DEV_BRANCH) && defined(USE_M6117)
extern const device_t ali6117d_device;
#endif
/* AMD */
extern const device_t amd640_device;