From e6f8ace247a07162bed8207e8fa495e576891a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Wed, 29 May 2013 20:15:10 +0000 Subject: [PATCH] blub --- src/emu/machine/7200fifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/7200fifo.h b/src/emu/machine/7200fifo.h index 24dd8ee82dc..d4abe552ed7 100644 --- a/src/emu/machine/7200fifo.h +++ b/src/emu/machine/7200fifo.h @@ -104,7 +104,7 @@ public: // use these for configurations in cascaded width expansion mode using more than 16 bits DECLARE_WRITE32_MEMBER( data_dword_w ) { fifo_write(data); } - DECLARE_READ32_MEMBER( data_dword_r ) { return (UINT16)fifo_read(); } + DECLARE_READ32_MEMBER( data_dword_r ) { return (UINT32)fifo_read(); } protected: // device-level overrides