mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
i960.h: fixed my oversight (nw)
This commit is contained in:
parent
8dbea98e20
commit
60b94f7c15
@ -106,8 +106,8 @@ private:
|
||||
void burst_stall_save(uint32_t t1, uint32_t t2, int index, int size, bool iswriteop);
|
||||
|
||||
struct {
|
||||
uint32_t t1,t2 = 0;
|
||||
int index,size = 0;
|
||||
uint32_t t1 = 0, t2 = 0;
|
||||
int index = 0, size = 0;
|
||||
bool burst_mode = false;
|
||||
bool iswriteop = false;
|
||||
}m_stall_state;
|
||||
|
Loading…
Reference in New Issue
Block a user