// license:BSD-3-Clause // copyright-holders:hap /********************************************************************** Videopac Service Test cartridge emulation **********************************************************************/ #ifndef MAME_BUS_ODYSSEY2_TEST_H #define MAME_BUS_ODYSSEY2_TEST_H #pragma once #include "slot.h" DECLARE_DEVICE_TYPE(O2_ROM_TEST, device_o2_cart_interface) #endif // MAME_BUS_ODYSSEY2_TEST_H