New 'available' function in device API, to determine whether required ROMs are available. Currently used when building soundcard menu, to remove AWE32 when required ROM dump is not present.

This commit is contained in:
TomW 2013-11-04 18:23:15 +00:00
commit bd873de9ac
35 changed files with 92 additions and 39 deletions

View file

@ -1629,6 +1629,7 @@ device_t s3_bahamas64_device =
"Paradise Bahamas 64 (S3 Vision864)",
s3_bahamas64_init,
s3_close,
NULL,
s3_speed_changed,
s3_force_redraw,
svga_add_status_info
@ -1639,6 +1640,7 @@ device_t s3_9fx_device =
"Number 9 9FX (S3 Trio64)",
s3_9fx_init,
s3_close,
NULL,
s3_speed_changed,
s3_force_redraw,
svga_add_status_info