summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox_pci.h')
-rw-r--r--src/mame/includes/xbox_pci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/xbox_pci.h b/src/mame/includes/xbox_pci.h
index 582fc34def2..c369d67a527 100644
--- a/src/mame/includes/xbox_pci.h
+++ b/src/mame/includes/xbox_pci.h
@@ -69,8 +69,8 @@ public:
uint32_t acknowledge();
void debug_generate_irq(int irq, int state);
- DECLARE_READ32_MEMBER(lpc_r);
- DECLARE_WRITE32_MEMBER(lpc_w);
+ DECLARE_READ32_MEMBER(acpi_r);
+ DECLARE_WRITE32_MEMBER(acpi_w);
DECLARE_WRITE8_MEMBER(boot_state_w);
DECLARE_WRITE_LINE_MEMBER(irq1);