mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Driver was by Nicola from start, and improved all the time, Marc was dumper for it, Couriersud added after netlist part (nw)
This commit is contained in:
parent
0dc6acbc86
commit
38384a4a6b
@ -1,11 +1,10 @@
|
||||
// license:???
|
||||
// copyright-holders:Marc Lafontaine, Couriersud
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Couriersud
|
||||
// thanks-to: Marc Lafontaine
|
||||
/***************************************************************************
|
||||
|
||||
Popeye (c) 1982 Nintendo
|
||||
|
||||
driver by Marc Lafontaine
|
||||
|
||||
To enter service mode, reset keeping the service button pressed.
|
||||
|
||||
Notes:
|
||||
|
@ -1,5 +1,6 @@
|
||||
// license:???
|
||||
// copyright-holders:Marc Lafontaine, Couriersud
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Couriersud
|
||||
// thanks-to: Marc Lafontaine
|
||||
class popeye_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -1,5 +1,6 @@
|
||||
// license:???
|
||||
// copyright-holders:Marc Lafontaine, Couriersud
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Couriersud
|
||||
// thanks-to: Marc Lafontaine
|
||||
/***************************************************************************
|
||||
|
||||
video.c
|
||||
|
Loading…
Reference in New Issue
Block a user