Skip to content

Commit

Permalink
MAME can't support PMOVE MMUSP, use TC instead (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco authored Oct 27, 2024
1 parent 40c5e76 commit 662ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/firmware/rosco_m68k_firmware/stage1/cputype.asm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ INIT_CPU_TYPE::
; point!

mc68030
pmove MMUSR,M16BUF ; Try PMOVE
pmove TC,M16BUF ; Try PMOVE
mc68000
.CONT3:
tst.b IIFLAG ; Was it illegal?
Expand Down

0 comments on commit 662ca47

Please sign in to comment.