File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ void namcos21_dsp_device::winrun_dsp_render_w(uint16_t data)
163
163
164
164
void namcos21_dsp_device::winrun_dsp_pointrom_addr_w (offs_t offset, uint16_t data)
165
165
{
166
- if (offset==0 )
166
+ if (offset==0 )
167
167
{ /* port 8 */
168
168
m_winrun_pointrom_addr = data;
169
169
}
@@ -261,7 +261,6 @@ void namcos21_dsp_device::winrun_dsp_io(address_map &map)
261
261
void namcos21_dsp_device::device_add_mconfig (machine_config &config)
262
262
{
263
263
tms32025_device& dsp (TMS32025 (config, m_dsp, 24000000 *2 )); /* 48 MHz? overclocked */
264
-
265
264
dsp.set_addrmap (AS_PROGRAM, &namcos21_dsp_device::winrun_dsp_program);
266
265
dsp.set_addrmap (AS_DATA, &namcos21_dsp_device::winrun_dsp_data);
267
266
dsp.set_addrmap (AS_IO, &namcos21_dsp_device::winrun_dsp_io);
You can’t perform that action at this time.
0 commit comments