mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix an address space number collision in vgmplay
This commit is contained in:
parent
975bf2efae
commit
9ef8720eb8
@ -70,7 +70,7 @@
|
||||
#include <vector>
|
||||
|
||||
#define AS_IO16LE 1
|
||||
#define AS_IO16BE 2
|
||||
#define AS_IO16BE 4
|
||||
|
||||
class vgmplay_disassembler : public util::disasm_interface
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user