Skip to content

0b stops playing music when using debugger,

Technical discussion which is not directly related to VGM files. Talk about Hardware and Software.

Moderator: Staff

  • User avatar
  • xKingDukeNukemx Offline
  • Posts: 23
  • Joined: 2021-12-04, 4:27:23
  • Location: Underground

0b stops playing music when using debugger,

Post by xKingDukeNukemx »

So idk if anyone else is having problems, but when using debugger to play various music and sound cues, 0b stops everything altogether. Regular MAME does not do this, So if anyone has a suggestion, let me know. If it is a bug in the MAME VGM Mod, Then I may have to report it there.
Nukem All
  • User avatar
  • ValleyBell Offline
  • Posts: 4768
  • Joined: 2011-12-01, 20:20:07
  • Location: Germany

Post by ValleyBell »

If it's a MAME bug, this probably fits better in "Non-VGM Technical Discussion".
"Problems and Suggestions" is mainly for stuff related to the website and forum.

Can you go into more detail what you mean by "0b"?
Explain what you are doing in detail and what effect it has. Tell us what works and what doesn't.

Also, what version of MAME and the MAME VGM mod are you using?
If you compare vanilla MAME with the MAME VGM mod, make sure that you are using the same version for both.
  • ctr Offline
  • Posts: 492
  • Joined: 2013-07-17, 23:32:39

Post by ctr »

Newer versions of MAME treat "0b" in the debugger as a binary prefix. A solution is to use "0x" prefix (like 0x0b) or add an extra 0 (like 00b)
  • User avatar
  • xKingDukeNukemx Offline
  • Posts: 23
  • Joined: 2021-12-04, 4:27:23
  • Location: Underground

Post by xKingDukeNukemx »

ctr wrote:Newer versions of MAME treat "0b" in the debugger as a binary prefix. A solution is to use "0x" prefix (like 0x0b) or add an extra 0 (like 00b)
Thanks. that worked.
Nukem All
Locked