mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Fixed MT07104: bbh, bbhsc, bbhsca, bbh2sp, bbh2spa, bbh2spb: Targeting is off (Osso)
This commit is contained in:
parent
c8e4dab20c
commit
247eb1fa77
@ -277,7 +277,7 @@ READ32_MEMBER( iteagle_fpga_device::fpga_r )
|
||||
logerror("%s:fpga_r offset %04X = %08X & %08X\n", machine().describe_context(), offset*4, result, mem_mask);
|
||||
break;
|
||||
case 0x14/4: // GUN1-- Interrupt & 0x4==0x00080000
|
||||
result = (m_guny_cb(0) << 16) | (m_gunx_cb(0) << 0);
|
||||
result = (m_gun_y << 16) | (m_gun_x << 0);
|
||||
if (LOG_FPGA)
|
||||
logerror("%s:fpga_r offset %04X = %08X & %08X\n", machine().describe_context(), offset*4, result, mem_mask);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user