diff options
author | 2012-02-19 01:53:16 +0000 | |
---|---|---|
committer | 2012-02-19 01:53:16 +0000 | |
commit | 24400ec22314e091de045cf8203188bf08eda4d1 (patch) | |
tree | d65604749cf8a434a2f3c70d3fb6fd9c86fc8def /src/emu/emu.h | |
parent | b76358a33595a97a49b49a962e9d92c2277f83f4 (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.h | 1 |
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" |