mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +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 "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