summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-02-19 01:53:16 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-02-19 01:53:16 +0000
commit24400ec22314e091de045cf8203188bf08eda4d1 (patch)
treed65604749cf8a434a2f3c70d3fb6fd9c86fc8def /src/emu/emu.h
parentb76358a33595a97a49b49a962e9d92c2277f83f4 (diff)
Rewrote SAMPLES as a modern device. Updated all callers. FLAC
reading is now done using the FLAC wrapper. There is now a samples_iterator class to centralize the logic for handling the sample list walking. Also redid the cheesy half-baked votrax device since it relied on some old samples-based handling. Until we have a real implementation, it would be good to route the various clients through the current one to at least wire it up properly, even if it just plays samples in the end. Will look into that shortly.
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r--src/emu/emu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index 1d9335dc374..1ff548835d4 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -67,7 +67,6 @@
#include "hash.h"
#include "fileio.h" // remove me once NVRAM is implemented as device
#include "delegate.h"
-//#include "cothread.h"
// memory and address spaces
#include "memory.h"