mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
amiga/amiga_m.cpp: C++17 should make these instantiations unnecessary
This commit is contained in:
parent
5a0f8e57d0
commit
9f159066a6
@ -136,16 +136,6 @@ const char *const amiga_state::s_custom_reg_names[0x100] =
|
||||
"UNK1F8", "UNK1FA", "FMODE", "UNK1FE"
|
||||
};
|
||||
|
||||
constexpr XTAL amiga_state::CLK_28M_PAL;
|
||||
constexpr XTAL amiga_state::CLK_7M_PAL;
|
||||
constexpr XTAL amiga_state::CLK_C1_PAL;
|
||||
constexpr XTAL amiga_state::CLK_E_PAL;
|
||||
|
||||
constexpr XTAL amiga_state::CLK_28M_NTSC;
|
||||
constexpr XTAL amiga_state::CLK_7M_NTSC;
|
||||
constexpr XTAL amiga_state::CLK_C1_NTSC;
|
||||
constexpr XTAL amiga_state::CLK_E_NTSC;
|
||||
|
||||
/*************************************
|
||||
*
|
||||
* Machine reset
|
||||
|
Loading…
Reference in New Issue
Block a user