mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
machine/sis85c496.cpp: fix validate
This commit is contained in:
parent
6367cbca03
commit
b1b6845b1a
@ -17,7 +17,7 @@
|
|||||||
#include "bus/pc_kbd/keyboards.h"
|
#include "bus/pc_kbd/keyboards.h"
|
||||||
#include "speaker.h"
|
#include "speaker.h"
|
||||||
|
|
||||||
DEFINE_DEVICE_TYPE(SIS85C496_HOST, sis85c496_host_device, "sis85c496", "SiS 85C496/497 chipset")
|
DEFINE_DEVICE_TYPE(SIS85C496_HOST, sis85c496_host_device, "sis85c496_host", "SiS 85C496/497 chipset")
|
||||||
|
|
||||||
void sis85c496_host_device::config_map(address_map &map)
|
void sis85c496_host_device::config_map(address_map &map)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user