mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fix clang build (ODR is so annoying) (nw)
This commit is contained in:
parent
df7dc8558c
commit
81becef637
@ -20,8 +20,10 @@ public:
|
||||
template<int Aperture>
|
||||
void aperture_w(address_space &space, offs_t offset, u32 data, u32 mem_mask = 0xffffffff);
|
||||
|
||||
static const int AS_PCI_MEMORY = 0;
|
||||
static const int AS_PCI_CONFIGURATION = 1;
|
||||
enum {
|
||||
AS_PCI_MEMORY = 0,
|
||||
AS_PCI_CONFIGURATION = 1
|
||||
};
|
||||
|
||||
protected:
|
||||
virtual void device_start() override;
|
||||
|
Loading…
Reference in New Issue
Block a user