mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw)
This commit is contained in:
parent
f4fb1907e7
commit
39c29f2e9e
@ -3,6 +3,9 @@
|
||||
#include "debugger.h"
|
||||
#include "hcd62121.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#undef _SP
|
||||
#endif
|
||||
|
||||
enum
|
||||
{
|
||||
@ -29,7 +32,7 @@ enum
|
||||
_KLO, /* KO1 - KO8 output lines */
|
||||
_KHI, /* KO9 - KO14(?) output lines */
|
||||
_KI, /* K input lines */
|
||||
_4, /* for nibble shifts */
|
||||
_4 /* for nibble shifts */
|
||||
};
|
||||
|
||||
struct hcd62121_dasm
|
||||
|
Loading…
Reference in New Issue
Block a user