Made the VIC-IIe TGI driver put its bitmap behind the ROMs.

This commit is contained in:
Greg King
2018-07-29 18:00:58 -04:00
parent 1981af0bbd
commit 5e67eee362
3 changed files with 116 additions and 116 deletions

View File

@@ -141,6 +141,7 @@ extern void c128_joy_mou[];
extern void c128_inkwell_mou[];
extern void c128_pot_mou[];
extern void c128_swlink_ser[];
extern void c128_hi_tgi[];
extern void c128_vdc_tgi[]; /* Referred to by tgi_static_stddrv[] */
extern void c128_vdc2_tgi[];