Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 1100:50e702af9373
prev855:b937948d79d9
author nkeynes
date Mon Dec 12 21:15:44 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Handle branch delay-slot instruction that falls on the next page correctly.
- Generate the right end PC in the first place (sh4trans.c)
- Allow blocks to be marked as both entry point + continuation, and
specifically handle invalidation when first entry of a page is a continuation ==
flush previous page as well.
file annotate diff log raw
1.1 --- a/src/asic.h Wed Sep 10 02:03:20 2008 +0000
1.2 +++ b/src/asic.h Mon Dec 12 21:15:44 2011 +1000
1.3 @@ -218,3 +218,5 @@
1.4 void asic_clear_event( int event );
1.5
1.6 void asic_g2_write_word( );
1.7 +
1.8 +gboolean asic_enable_ide_interface( gboolean enable );
.