Skip to content

Commit 0344467

Browse files
committed
There is no timer_delete in MAME.
1 parent 3411ff6 commit 0344467

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/devices/machine/x28.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ class x28_device :
101101
// construction/destruction
102102
x28_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
103103
x28_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock = 0);
104-
virtual ~x28_device() {
105-
if (m_start_programming_timer) timer_delete(m_start_programming_timer);
106-
if (m_programming_completed_timer) timer_delete(m_programming_completed_timer);
107-
}
104+
virtual ~x28_device() {}
108105

109106
void write(uint32_t offset, uint8_t data);
110107
uint8_t read(uint32_t offset);

0 commit comments

Comments
 (0)