mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
20 lines
422 B
C
20 lines
422 B
C
/***************************************************************************
|
|
|
|
VTech Laser/VZ I/O Expansion Slot Devices
|
|
|
|
***************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#ifndef __VTECH_IOEXP_CARTS_H__
|
|
#define __VTECH_IOEXP_CARTS_H__
|
|
|
|
#include "emu.h"
|
|
|
|
#include "joystick.h"
|
|
#include "printer.h"
|
|
|
|
SLOT_INTERFACE_EXTERN( ioexp_slot_carts );
|
|
|
|
#endif // __VTECH_IOEXP_CARTS_H__
|