mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
parent
f230054f26
commit
ce5dadc9f6
@ -1,9 +1,11 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Angelo Salese
|
// copyright-holders:Angelo Salese
|
||||||
/****************************************
|
/****************************************
|
||||||
|
|
||||||
Metal Freezer (c) 1989 Seibu
|
Metal Freezer (c) 1989 Seibu
|
||||||
|
|
||||||
|
preliminary driver by Angelo Salese
|
||||||
|
|
||||||
HW seems the natural evolution of Dark Mist type HW.
|
HW seems the natural evolution of Dark Mist type HW.
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
@ -16,6 +18,7 @@
|
|||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "cpu/z80/z80.h"
|
#include "cpu/z80/z80.h"
|
||||||
|
|
||||||
#include "audio/t5182.h"
|
#include "audio/t5182.h"
|
||||||
|
|
||||||
class metlfrzr_state : public driver_device
|
class metlfrzr_state : public driver_device
|
||||||
|
Loading…
Reference in New Issue
Block a user