More updates for Amstrad. Note the ROM file names have changed (slightly.)

This commit is contained in:
waltje
2017-11-09 21:04:47 -05:00
parent ae8d12e9c2
commit df6183472c
5 changed files with 197 additions and 93 deletions

View File

@@ -175,6 +175,7 @@ video_reset(int card)
if ((card == GFX_NONE) || \
(card == GFX_INTERNAL) || machines[machine].fixed_gfxcard) return;
pclog("VIDEO: initializing '%s'\n", video_cards[video_old_to_new(card)].name);
/* Initialize the video card. */
device_add(video_cards[video_old_to_new(card)].device);