When selecting an AT-class machine with less than 1 MB memory size granularity, memory size is no longer incorrectly multiplied by 1024, fixes the crashes with those machines;
The NEAT, SCAT, and Headland chipsets no longer remap the top 384 kB.
This commit is contained in:
@@ -534,14 +534,12 @@ void ps2_model_80_init(void)
|
||||
void at_neat_init(void)
|
||||
{
|
||||
at_ide_init();
|
||||
mem_remap_top_384k();
|
||||
neat_init();
|
||||
}
|
||||
|
||||
void at_scat_init(void)
|
||||
{
|
||||
at_ide_init();
|
||||
mem_remap_top_384k();
|
||||
scat_init();
|
||||
}
|
||||
|
||||
@@ -566,7 +564,6 @@ void at_wd76c10_init(void)
|
||||
void at_headland_init(void)
|
||||
{
|
||||
at_ide_init();
|
||||
mem_remap_top_384k();
|
||||
headland_init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user