mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix build (nw)
This commit is contained in:
parent
4170ed789e
commit
c3491b2089
@ -1,4 +1,4 @@
|
||||
// license:BSD-3-Clause
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood
|
||||
/*************************************************************************************************************
|
||||
|
||||
@ -87,10 +87,12 @@ static const char *const reg16[] = {
|
||||
"HL"
|
||||
};
|
||||
|
||||
#ifdef UNUSED_DEFINTION
|
||||
static const char *const reg16p[] = {
|
||||
"DE",
|
||||
"HL"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user