mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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:???
|
||||
// copyright-holders:Marc Lafontaine
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Aaron Giles
|
||||
/***************************************************************************
|
||||
|
||||
Time Pilot 84 (c) 1984 Konami
|
||||
|
||||
driver by Marc Lafontaine
|
||||
|
||||
|
||||
---- Master 6809 ------
|
||||
|
||||
Write
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Marc Lafontaine
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Aaron Giles
|
||||
class tp84_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Marc Lafontaine
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Aaron Giles
|
||||
/***************************************************************************
|
||||
|
||||
video.c
|
||||
|
Loading…
Reference in New Issue
Block a user