From 8be4310611ebdb97cfb4c2a72d61e789501548ac Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Sat, 4 Jan 2014 19:41:47 +0000 Subject: [PATCH] Fixed regression from tms32010 modernization. (nw) --- src/mame/machine/asic65.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/machine/asic65.h b/src/mame/machine/asic65.h index 2440fe82c33..7dce00185b0 100644 --- a/src/mame/machine/asic65.h +++ b/src/mame/machine/asic65.h @@ -59,7 +59,7 @@ private: UINT8 m_last_bank; /* ROM-based interface states */ - required_device m_ourcpu; + required_device m_ourcpu; UINT8 m_tfull; UINT8 m_68full; UINT8 m_cmd;