Search
lxdream.org :: lxdream/src/sh4/sh4core.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4core.h
changeset 986:5090104b0963
prev975:007bf7eb944f
next1065:bc1cc0c54917
author nkeynes
date Mon Jun 08 04:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change General cleanup of the GD-rom subsystem
- merge gdrom_image_t and gdrom_disc_t
- Abstract MMC devices using a lower-level scsi transport
- OSX: only look at the whole disc device, and ignore partitions
file annotate diff log raw
1.1 --- a/src/sh4/sh4core.h Mon Jan 26 07:26:24 2009 +0000
1.2 +++ b/src/sh4/sh4core.h Mon Jun 08 04:12:21 2009 +0000
1.3 @@ -154,6 +154,7 @@
1.4 void MMU_save_state( FILE *f );
1.5 int MMU_load_state( FILE *f );
1.6 void MMU_ldtlb();
1.7 +void CCN_reset();
1.8 void CCN_set_cache_control( int reg );
1.9 void CCN_save_state( FILE *f );
1.10 int CCN_load_state( FILE *f );
.