mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Why isn't gcc bitching on that one? (nw)
This commit is contained in:
parent
12b5454a27
commit
ccadb30c33
@ -56,7 +56,6 @@ template<typename T> void generic_fifo_device_base<T>::device_start()
|
||||
m_sync_full = timer_alloc(1);
|
||||
|
||||
// This is not saving the fifo, let's hope it's empty...
|
||||
save_item(NAME(m_size));
|
||||
save_item(NAME(m_empty_triggered));
|
||||
save_item(NAME(m_full_triggered));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user