mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Minor cleanup.
This commit is contained in:
parent
f67b278d6e
commit
bd5bda4798
@ -189,6 +189,7 @@ device_t *asap_device_config::alloc_device(running_machine &machine) const
|
|||||||
return auto_alloc(&machine, asap_device(machine, *this));
|
return auto_alloc(&machine, asap_device(machine, *this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
// execute_min_cycles - return minimum number of
|
// execute_min_cycles - return minimum number of
|
||||||
// cycles it takes for one instruction to execute
|
// cycles it takes for one instruction to execute
|
||||||
|
@ -63,9 +63,6 @@ public:
|
|||||||
static device_config *static_alloc_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock);
|
static device_config *static_alloc_device_config(const machine_config &mconfig, const char *tag, const device_config *owner, UINT32 clock);
|
||||||
virtual device_t *alloc_device(running_machine &machine) const;
|
virtual device_t *alloc_device(running_machine &machine) const;
|
||||||
|
|
||||||
// inline configuration helpers
|
|
||||||
static void static_set_pin7(device_config *device, int pin7);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// device_config_execute_interface overrides
|
// device_config_execute_interface overrides
|
||||||
virtual UINT32 execute_min_cycles() const;
|
virtual UINT32 execute_min_cycles() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user