Welcome, Guest. Please login or register.

Author Topic: Blitter debugging in MAME  (Read 9147 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ecdheTopic starter

  • Newbie
  • *
  • Join Date: Sep 2025
  • Posts: 2
  • Country: us
Blitter debugging in MAME
« on: September 19, 2025, 10:15:25 PM »
Hello,

Is there a way to put a breakpoint in MAME whenever the program is calling the blitter? I tried setting a watchpoint at address 0xDFF058 but that does not seem to work.
 

Offline ecdheTopic starter

  • Newbie
  • *
  • Join Date: Sep 2025
  • Posts: 2
  • Country: us
Re: Blitter debugging in MAME
« Reply #1 on: September 19, 2025, 10:58:35 PM »
After trying to set the breakpoint on another game it works, so maybe this is the way after all.