Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 958:62365adaf48f
prev953:f4a156508ad1
next998:1754a8c6a9cf
author nkeynes
date Thu Jan 15 11:23:20 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix various compile-time warnings
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Tue Jan 13 11:56:28 2009 +0000
1.2 +++ b/src/sh4/sh4.h Thu Jan 15 11:23:20 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 */
.