Search
lxdream.org :: lxdream :: r958:62365adaf48f
lxdream 0.9.1
released Jun 29
Download Now
changeset958:62365adaf48f
parent957:0f6131f6cc3a
child959:f6b45ab24349
authornkeynes
dateWed Jan 14 00:17:35 2009 +0000 (15 years ago)
Add the current bus_cycle timing (not used yet, but may as well add it while
we're breaking the save state anyway)
src/sh4/sh4.h
1.1 --- a/src/sh4/sh4.h Wed Jan 14 00:16:44 2009 +0000
1.2 +++ b/src/sh4/sh4.h Wed Jan 14 00:17:35 2009 +0000
1.3 @@ -86,6 +86,7 @@
1.4 int in_delay_slot; /* flag to indicate the current instruction is in
1.5 * a delay slot (certain rules apply) */
1.6 uint32_t slice_cycle; /* Current nanosecond within the timeslice */
1.7 + uint32_t bus_cycle; /* Nanosecond within the timeslice that the bus will be free */
1.8 int sh4_state; /* Current power-on state (one of the SH4_STATE_* values ) */
1.9
1.10 /* Not saved */
.