filename | src/sh4/sh4core.h |
changeset | 577:a181aeacd6e8 |
prev | 571:9bc09948d0f2 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Mon Jan 14 10:23:49 2008 +0000 (15 years ago) |
branch | lxdream-mmu |
permissions | -rw-r--r-- |
last change | Remove asm file and convert to inline (easier to cope with platform conventions) Add breakpoint support Add MMU store-queue support |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4core.h Thu Jan 10 08:28:37 2008 +00001.2 +++ b/src/sh4/sh4core.h Mon Jan 14 10:23:49 2008 +00001.3 @@ -135,7 +135,7 @@1.4 void sh4_write_word( sh4addr_t addr, uint32_t val );1.5 void sh4_write_byte( sh4addr_t addr, uint32_t val );1.6 int32_t sh4_read_phys_word( sh4addr_t addr );1.7 -void sh4_flush_store_queue( sh4addr_t addr );1.8 +gboolean sh4_flush_store_queue( sh4addr_t addr );1.10 /* SH4 Exceptions */1.11 #define EXC_POWER_RESET 0x000 /* reset vector */
.