mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
No, just no. (nw)
This commit is contained in:
parent
c4f6f90ff8
commit
1cf1c7f551
@ -432,18 +432,8 @@ void pokey_device::device_timer(emu_timer &timer, device_timer_id id, int param,
|
||||
|
||||
void pokey_device::execute_run()
|
||||
{
|
||||
bool check_debugger = ((device_t::machine().debug_flags & DEBUG_FLAG_ENABLED) != 0);
|
||||
|
||||
do
|
||||
{
|
||||
// debugging
|
||||
//m_ppc = m_pc; // copy PC to previous PC
|
||||
if (check_debugger)
|
||||
debugger_instruction_hook(this, 0); //m_pc);
|
||||
|
||||
// instruction fetch
|
||||
//uint16_t op = opcode_read();
|
||||
|
||||
uint32_t new_out = step_one_clock();
|
||||
if (m_output != new_out)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user