Applied a whole slew of patches, getting RAM usage down by a further 10 MB.

This commit is contained in:
OBattler
2018-03-19 01:02:04 +01:00
parent b6c393cc91
commit b1efb99ed6
222 changed files with 9538 additions and 9980 deletions

View File

@@ -51,7 +51,7 @@
* NOTE: Still need to figure out a way to load/save ConfigSys and
* HardRAM stuff. Needs to be linked in to the NVR code.
*
* Version: @(#)m_xt_t1000.c 1.0.2 2018/03/11
* Version: @(#)m_xt_t1000.c 1.0.3 2018/03/18
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -784,7 +784,7 @@ t1000_read_roml(uint32_t addr, void *priv)
return(*(uint32_t *)(&sys->romdrive[sys->rom_offset + (addr & 0xffff)]));
}
const device_t *
t1000_get_device(void)
{
@@ -792,7 +792,7 @@ t1000_get_device(void)
}
void
void
machine_xt_t1000_init(const machine_t *model)
{
FILE *f;
@@ -862,7 +862,7 @@ machine_xt_t1000_init(machine_t *model)
device_add(&t1000_video_device);
}
const device_t *
t1200_get_device(void)
{
@@ -870,7 +870,7 @@ t1200_get_device(void)
}
void
void
machine_xt_t1200_init(const machine_t *model)
{
int pg;