Fixed file version of scamp and corrected the machine.h header.

This commit is contained in:
TC1995
2020-01-22 17:31:34 +01:00
parent 299c47925e
commit c884438414
2 changed files with 3 additions and 3 deletions

View File

@@ -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, <http://pcem-emulator.co.uk/>
*

View File

@@ -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 */