mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
rf5c400: Fix wrong bus width (nw)
This commit is contained in:
parent
668d136926
commit
c88a9b22e1
@ -18,7 +18,7 @@
|
||||
|
||||
class rf5c400_device : public device_t,
|
||||
public device_sound_interface,
|
||||
public device_rom_interface<25, 2, 0, ENDIANNESS_LITTLE>
|
||||
public device_rom_interface<25, 1, 0, ENDIANNESS_LITTLE>
|
||||
{
|
||||
public:
|
||||
rf5c400_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
Loading…
Reference in New Issue
Block a user