Removed win_status.c and the related stuff as it was not updated for a while and no longer displayed useful information.

This commit is contained in:
OBattler
2018-04-26 13:33:29 +02:00
parent 040b97bfc1
commit 16a7b1cef2
97 changed files with 186 additions and 940 deletions

View File

@@ -238,7 +238,7 @@ const device_t sn76489_device =
0,
sn76489_device_init,
sn76489_device_close,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL,
NULL
};
const device_t ncr8496_device =
@@ -248,6 +248,6 @@ const device_t ncr8496_device =
0,
ncr8496_device_init,
sn76489_device_close,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL,
NULL
};