Minor cleanup.

This commit is contained in:
Aaron Giles 2010-09-08 05:37:31 +00:00
parent f67b278d6e
commit bd5bda4798
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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;