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

This commit is contained in:
Andrei Holub 2025-01-26 15:50:56 -05:00
parent 5e2e259ad5
commit 5ac5d4c73d

View File

@ -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);
}