Skip to content

Commit

Permalink
m6809: Revert speculative change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrhacker committed Nov 17, 2024
1 parent b1181f8 commit b36f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/cpu/m6809/m6809.lst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ MAIN:
m_ppc = m_pc;
debugger_instruction_hook(m_pc.w);

DISPATCH01:
// opcode fetch
m_lic_func(ASSERT_LINE);
@m_opcode = read_opcode();
m_lic_func(CLEAR_LINE);

if (m_free_run) goto FREERUN;

DISPATCH01:
// dispatch opcode
switch(m_opcode)
{
Expand Down

0 comments on commit b36f36c

Please sign in to comment.