diff options
author | 2013-04-30 16:26:35 +0000 | |
---|---|---|
committer | 2013-04-30 16:26:35 +0000 | |
commit | ce8a36b8ad34f161d8c0c1504c07f0fbf325cb9a (patch) | |
tree | 39d487c41cc22b0fe2cb1d6255b50ad1d9261941 /src/emu/cpu/dsp16 | |
parent | 4bf717996f56eb03dc735c83dae5450b7fc98d75 (diff) |
Adds the QSound internal DSP ROM to the device. [Andrew Gardner]
Diffstat (limited to 'src/emu/cpu/dsp16')
-rw-r--r-- | src/emu/cpu/dsp16/dsp16.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/cpu/dsp16/dsp16.c b/src/emu/cpu/dsp16/dsp16.c index b4e221b0791..1617aaae933 100644 --- a/src/emu/cpu/dsp16/dsp16.c +++ b/src/emu/cpu/dsp16/dsp16.c @@ -322,6 +322,11 @@ void dsp16_device::execute_set_input(int inputnum, int state) void dsp16_device::execute_run() { + // HACK TO MAKE CPU DO NOTHING. + // REMOVE IF DEVELOPING CPU CORE. + m_icount = 0; + return; + do { // debugging |