summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bfm_adr2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bfm_adr2.cpp')
-rw-r--r--src/mame/video/bfm_adr2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bfm_adr2.cpp b/src/mame/video/bfm_adr2.cpp
index bb7b46f2844..ca941ef9781 100644
--- a/src/mame/video/bfm_adr2.cpp
+++ b/src/mame/video/bfm_adr2.cpp
@@ -215,7 +215,7 @@ void bfm_adder2_device::device_reset()
void bfm_adder2_device::device_start()
{
- if (!palette().started())
+ if (!palette().device().started())
throw device_missing_dependencies();
adder2_decode_char_roms();