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
|
|
@ -482,6 +482,7 @@ void m24_speed_changed(void *p)
|
|||
device_t m24_device =
|
||||
{
|
||||
"Olivetti M24 (video)",
|
||||
0,
|
||||
m24_init,
|
||||
m24_close,
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue