Added the Tulip PC Compact 2, the Tulip DGA font ROM, and assorted font ROM-related improvements.
This commit is contained in:
@@ -228,6 +228,7 @@ extern const device_t keyboard_xt_lxt3_device;
|
||||
extern const device_t keyboard_xt_olivetti_device;
|
||||
extern const device_t keyboard_xt_zenith_device;
|
||||
extern const device_t keyboard_xt_hyundai_device;
|
||||
extern const device_t keyboard_xt_fe2010_device;
|
||||
extern const device_t keyboard_xtclone_device;
|
||||
extern const device_t keyboard_at_device;
|
||||
extern const device_t keyboard_at_ami_device;
|
||||
|
||||
@@ -980,6 +980,7 @@ extern int machine_xt_kaypropc_init(const machine_t *);
|
||||
extern int machine_xt_sansx16_init(const machine_t *);
|
||||
extern int machine_xt_bw230_init(const machine_t *);
|
||||
extern int machine_xt_pb8810_init(const machine_t *);
|
||||
extern int machine_xt_tuliptc8_init(const machine_t *);
|
||||
|
||||
extern int machine_xt_v20xt_init(const machine_t *);
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ enum {
|
||||
#define FONT_IBM_MDA_437_NORDIC_PATH "roms/video/mda/4733197.bin"
|
||||
#define FONT_KAM_PATH "roms/video/mda/kam.bin"
|
||||
#define FONT_KAMCL16_PATH "roms/video/mda/kamcl16.bin"
|
||||
#define FONT_TULIP_DGA_PATH "roms/video/mda/tulip-dga-bios.bin"
|
||||
|
||||
typedef struct video_timings_t {
|
||||
int type;
|
||||
|
||||
Reference in New Issue
Block a user