mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
rename slot to card
Some checks failed
CI (Linux) / build-linux (-U_FORTIFY_SOURCE, gcc, gcc, g++, mametiny, tiny) (push) Has been cancelled
CI (Linux) / build-linux (clang, clang, clang++, mame, mame) (push) Has been cancelled
CI (macOS) / build-macos (push) Has been cancelled
CI (Windows) / build-windows (clang, clang, clang++, mametiny, tiny) (push) Has been cancelled
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Has been cancelled
Some checks failed
CI (Linux) / build-linux (-U_FORTIFY_SOURCE, gcc, gcc, g++, mametiny, tiny) (push) Has been cancelled
CI (Linux) / build-linux (clang, clang, clang++, mame, mame) (push) Has been cancelled
CI (macOS) / build-macos (push) Has been cancelled
CI (Windows) / build-windows (clang, clang, clang++, mametiny, tiny) (push) Has been cancelled
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Has been cancelled
This commit is contained in:
parent
5e2e259ad5
commit
5ac5d4c73d
@ -24,5 +24,5 @@ void zxbus_adapter_device::device_start()
|
||||
void zxbus_adapter_device::device_add_mconfig(machine_config &config)
|
||||
{
|
||||
ZXBUS(config, m_zxbus, 0);
|
||||
ZXBUS_SLOT(config, "slot", 0, m_zxbus, zxbus_cards, nullptr);
|
||||
ZXBUS_SLOT(config, "card", 0, m_zxbus, zxbus_cards, nullptr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user