From c884438414d0eea1842ee25523600773ed882cfc Mon Sep 17 00:00:00 2001 From: TC1995 Date: Wed, 22 Jan 2020 17:31:34 +0100 Subject: [PATCH] Fixed file version of scamp and corrected the machine.h header. --- src/chipset/scamp.c | 2 +- src/machine/machine.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chipset/scamp.c b/src/chipset/scamp.c index d03915d32..093b3863a 100644 --- a/src/chipset/scamp.c +++ b/src/chipset/scamp.c @@ -13,7 +13,7 @@ * 8MB of DRAM chips', because it works fine with bus-based * memory expansion. * - * Version: @(#)dev->c 1.0.0 2020/01/21 + * Version: @(#)scamp.c 1.0.0 2020/01/21 * * Authors: Sarah Walker, * diff --git a/src/machine/machine.h b/src/machine/machine.h index 8d0328ab3..72f6f199e 100644 --- a/src/machine/machine.h +++ b/src/machine/machine.h @@ -205,8 +205,8 @@ extern int machine_at_commodore_sl386sx_init(const machine_t *); extern int machine_at_wd76c10_init(const machine_t *); #ifdef EMU_DEVICE_H -extern const device_t *at_ama932j_get_device(void); -extern const device_t *at_commodore_sl386sx_get_device(void); +extern const device_t *at_ama932j_get_device(void); +extern const device_t *at_commodore_sl386sx_get_device(void); #endif /* m_at_386dx_486.c */