Various improvements & Cleanups
Some ported from ANightly's work
This commit is contained in:
@@ -222,10 +222,6 @@ machine_at_ataripc4_init(const machine_t *model)
|
||||
|
||||
ret = bios_load_interleaved("roms/machines/ataripc4/AMI_PC4X_1.7_EVEN.BIN",
|
||||
"roms/machines/ataripc4/AMI_PC4X_1.7_ODD.BIN",
|
||||
#if 0
|
||||
ret = bios_load_interleaved("roms/machines/ataripc4/ami_pc4x_1.7_even.bin",
|
||||
"roms/machines/ataripc4/ami_pc4x_1.7_odd.bin",
|
||||
#endif
|
||||
0x000f0000, 65536, 0);
|
||||
|
||||
if (bios_only || !ret)
|
||||
|
||||
@@ -252,7 +252,7 @@ static const device_config_t ps1_2011_config[] = {
|
||||
.default_string = "english_us",
|
||||
.default_int = 0,
|
||||
.file_filter = "",
|
||||
.spinner = { 0 }, /*W1*/
|
||||
.spinner = { 0 },
|
||||
.bios = {
|
||||
{ .name = "English (US)", .internal_name = "english_us", .bios_type = BIOS_NORMAL,
|
||||
.files_no = 1, .local = 0, .size = 262144, .files = { "roms/machines/ibmps1es/FC0000_US.BIN", "" } },
|
||||
|
||||
Reference in New Issue
Block a user