mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00

- Acorn AGA30 BBC I/O Podule - Acorn AKA05 ROM Podule - Acorn AKA10 BBC I/O Podule - Acorn AKA12 User Port/MIDI Podule - Acorn AKA15 MIDI and BBC I/O Podule - Acorn AKA16 MIDI Podule - Acorn AKA25 Ethernet - Acorn Tube Podule - Archimedes Dual RS423 Serial Interface (not working) - Armadillo Systems A448 Sound Sampler (not working) - Armadillo Systems A448b Stereo MIDI Sound Sampler (not working) - Atomwide Serial Expansion Card - Baildon Electronics IDE HD Interface - Clares Armadeus Sampler Board - Computer Concepts Fax-Pack (not working) - Computer Concepts LaserDirect (Canon LBP-4) (not working) - Computer Concepts ScanLight (not working) - Computer Concepts ScanLight Junior (not working) - Computer Concepts ScanLight Video 256 (not working) - Digital Services Ethernet Podule (not working) - HCCS User/Analogue Podule - RISC Developments Ethernet Card (not working) - RISC Developments IDE Hard Disc System - VTI User Port and SCSI Podule - Watford Electronics BBC User I/O Card - Wild Vision MidiMax - Wild Vision/Computer Concepts Lark A16
20 lines
503 B
C
20 lines
503 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Nigel Barnes
|
|
/**********************************************************************
|
|
|
|
Wild Vision/Computer Concepts Lark A16
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef MAME_BUS_ARCHIMEDES_PODULE_LARK_H
|
|
#define MAME_BUS_ARCHIMEDES_PODULE_LARK_H
|
|
|
|
#pragma once
|
|
|
|
#include "slot.h"
|
|
|
|
// device type definition
|
|
DECLARE_DEVICE_TYPE(ARC_LARK, device_archimedes_podule_interface)
|
|
|
|
#endif // MAME_BUS_ARCHIMEDES_PODULE_LARK_H
|