summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-07-01 17:23:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-07-01 17:23:55 -0400
commit421b8b28c047ddb1a184df38b1d474156a651a7e (patch)
tree959a20b91d5459becbc62bb5daef1f7ef884797c
parent8f84c7b10fb8de97447b96734d74d0138b07486c (diff)
Fix undefined symbols error in clang compile (nw)
-rw-r--r--src/emu/debug/dvstate.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/debug/dvstate.cpp b/src/emu/debug/dvstate.cpp
index 1fd93700aa7..0b070710aeb 100644
--- a/src/emu/debug/dvstate.cpp
+++ b/src/emu/debug/dvstate.cpp
@@ -12,6 +12,11 @@
#include "debugvw.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;
//**************************************************************************