Aaron Giles did rewrote of driver in 0.123 (nw)

This commit is contained in:
Miodrag Milanovic 2016-01-19 21:27:12 +01:00
parent 38384a4a6b
commit ac39f05478
3 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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:

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Marc Lafontaine // copyright-holders:Aaron Giles
/*************************************************************************** /***************************************************************************
video.c video.c