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 Thu Mar 15 08:26:06 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change GDB: Support ^C interruption from GDB
- postpone dreamcast_run() until after the IO callback returns (callback
won't be called again until the callback returns, so blocks all input)
- generate stop notifications when the DC stops, regardless of where the
stop originates.
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 Thu Mar 15 08:26:06 2012 +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 );
.