Devices can now be marked as not working, and disabled in release builds.
Video card menu now build dynamically from list.
This commit is contained in:
parent
7416a24e99
commit
657aa19dd1
39 changed files with 183 additions and 133 deletions
|
|
@ -192,6 +192,7 @@ void sn76489_close(void *p)
|
|||
device_t sn76489_device =
|
||||
{
|
||||
"TI SN74689 PSG",
|
||||
0,
|
||||
sn76489_init,
|
||||
sn76489_close,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue