mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +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));
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// execute_min_cycles - return minimum number of
|
||||
// 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);
|
||||
virtual device_t *alloc_device(running_machine &machine) const;
|
||||
|
||||
// inline configuration helpers
|
||||
static void static_set_pin7(device_config *device, int pin7);
|
||||
|
||||
protected:
|
||||
// device_config_execute_interface overrides
|
||||
virtual UINT32 execute_min_cycles() const;
|
||||
|
Loading…
Reference in New Issue
Block a user