Fixed the emulator.

This commit is contained in:
OBattler
2021-12-19 23:41:23 +01:00
parent bc90f99350
commit 4d2ed33ff2
6 changed files with 19 additions and 13 deletions

View File

@@ -125,6 +125,8 @@ extern void trc_write(uint16_t port, uint8_t val, void *priv);
extern void pci_bridge_set_ctl(void *priv, uint8_t ctl);
extern void pci_pic_reset(void);
#ifdef EMU_DEVICE_H
extern const device_t dec21150_device;