mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fix undefined symbols error in clang compile (nw)
This commit is contained in:
parent
8f84c7b10f
commit
421b8b28c0
@ -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;
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user