mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
multipcm: Make address space big-endian
This commit is contained in:
parent
c831208d8c
commit
b317facdf5
@ -15,7 +15,7 @@
|
||||
|
||||
class multipcm_device : public device_t,
|
||||
public device_sound_interface,
|
||||
public device_rom_interface<22>
|
||||
public device_rom_interface<22, 0, 0, ENDIANNESS_BIG>
|
||||
{
|
||||
public:
|
||||
multipcm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
Loading…
Reference in New Issue
Block a user