mirror of
https://github.com/holub/mame
synced 2025-06-15 00:47:03 +03:00
Merge pull request #1024 from ajrhacker/dvstate_fix
Fix undefined symbols error in clang compile (nw)
This commit is contained in:
commit
cb8fc1a05e
@ -12,6 +12,11 @@
|
|||||||
#include "debugvw.h"
|
#include "debugvw.h"
|
||||||
#include "dvstate.h"
|
#include "dvstate.h"
|
||||||
|
|
||||||
|
const int debug_view_state::REG_DIVIDER;
|
||||||
|
const int debug_view_state::REG_CYCLES;
|
||||||
|
const int debug_view_state::REG_BEAMX;
|
||||||
|
const int debug_view_state::REG_BEAMY;
|
||||||
|
const int debug_view_state::REG_FRAME;
|
||||||
|
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user