summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/psikyosh.h
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-08-24 23:30:38 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-08-24 23:30:38 +0000
commite55cec9b03608589e3d061fab25fea2a4b91749d (patch)
treecd943f80e7d94aa87193114e6aa0e24576ddfa19 /src/mame/includes/psikyosh.h
parenta7c80b0e85f638e09171b030a5411342eb04dd45 (diff)
sample reading code isn't needed anymore now that it's emulated in ymf278b.c
Diffstat (limited to '')
-rw-r--r--src/mame/includes/psikyosh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/includes/psikyosh.h b/src/mame/includes/psikyosh.h
index 3c193ecb615..be579c4ed32 100644
--- a/src/mame/includes/psikyosh.h
+++ b/src/mame/includes/psikyosh.h
@@ -38,9 +38,6 @@ public:
UINT16 *m_bg_zoom;
UINT8 m_alphatable[256];
- /* misc */
- UINT32 m_sample_offs; // only used if ROMTEST = 1
-
/* devices */
device_t *m_maincpu;
};