mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Aaron Giles did rewrote of driver in 0.123 (nw)
This commit is contained in:
parent
38384a4a6b
commit
ac39f05478
@ -1,12 +1,9 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marc Lafontaine
|
// copyright-holders:Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Time Pilot 84 (c) 1984 Konami
|
Time Pilot 84 (c) 1984 Konami
|
||||||
|
|
||||||
driver by Marc Lafontaine
|
|
||||||
|
|
||||||
|
|
||||||
---- Master 6809 ------
|
---- Master 6809 ------
|
||||||
|
|
||||||
Write
|
Write
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marc Lafontaine
|
// copyright-holders:Aaron Giles
|
||||||
class tp84_state : public driver_device
|
class tp84_state : public driver_device
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marc Lafontaine
|
// copyright-holders:Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
video.c
|
video.c
|
||||||
|
Loading…
Reference in New Issue
Block a user