mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Hit save a bit too late (nw)
This commit is contained in:
parent
304481a872
commit
47c84ccf51
@ -172,8 +172,6 @@ WRITE16_MEMBER(seibu_cop_bootleg_device::cmd_trigger_w)
|
||||
|
||||
res = int(amp*sin(angle)) << 1;//m_raiden2cop->cop_scale;
|
||||
|
||||
printf("%04x %02x %08x\n",sin_offs,raw_angle,res);
|
||||
|
||||
m_host_space->write_dword(m_reg[0] + 0x10, res);
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user