mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Phil Stroffolino did rewrite and made driver functional, Enriques initial investigation deserves thanks-to at least (nw)
This commit is contained in:
parent
cc01279d44
commit
b68fef4f05
3 changed files with 9 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
// license:???
|
||||
// copyright-holders:Enrique Sanchez
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Phil Stroffolino
|
||||
// thanks-to:Enrique Sanchez
|
||||
/***************************************************************************
|
||||
|
||||
Yie Ar Kung-Fu memory map (preliminary)
|
||||
enrique.sanchez@cs.us.es
|
||||
|
||||
CPU: Motorola 6809
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// license:???
|
||||
// copyright-holders:Enrique Sanchez
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Phil Stroffolino
|
||||
// thanks-to:Enrique Sanchez
|
||||
#include "sound/sn76496.h"
|
||||
#include "sound/vlm5030.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// license:???
|
||||
// copyright-holders:Enrique Sanchez
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Phil Stroffolino
|
||||
// thanks-to:Enrique Sanchez
|
||||
/***************************************************************************
|
||||
|
||||
video.c
|
||||
|
|
Loading…
Reference in a new issue