Applied a whole slew of patches, getting RAM usage down by a further 10 MB.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Emulation of the Olivetti M24.
|
||||
*
|
||||
* Version: @(#)m_olivetti_m24.c 1.0.10 2018/01/29
|
||||
* Version: @(#)m_olivetti_m24.c 1.0.11 2018/03/18
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -789,7 +789,7 @@ vid_close(void *priv)
|
||||
free(m24);
|
||||
}
|
||||
|
||||
device_t m24_device = {
|
||||
const device_t m24_device = {
|
||||
"Olivetti M24",
|
||||
0, 0,
|
||||
NULL, vid_close, NULL,
|
||||
@@ -801,7 +801,7 @@ device_t m24_device = {
|
||||
|
||||
|
||||
void
|
||||
machine_olim24_init(machine_t *model)
|
||||
machine_olim24_init(const machine_t *model)
|
||||
{
|
||||
olim24_t *m24;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user