refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -1179,6 +1179,7 @@ static const device_config_t spock_rom_config[] = {
const device_t spock_device =
{
"IBM PS/2 SCSI Adapter (Spock)",
"spock",
DEVICE_MCA,
0,
spock_init, spock_close, NULL,