Search
lxdream.org :: lxdream/src/sh4/sh4.c :: log
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.c
changeset591:7b9612fd2395
authornkeynes
dateThu Jan 17 10:11:37 2008 +0000 (16 years ago)
permissions-rw-r--r--
last changeAdd flag to skip breakpoints when it's the very first instruction of a run
(ie, so executing dreamcast_run() when the current pc is a breakpoint doesn't
just return immediately)
file annotate diff log rss
591:7b9612fd239516 yearsnkeynesAdd flag to skip breakpoints when it's the very first instruction of a run
586:2a3ba82cf24316 yearsnkeynesMerged lxdream-mmu r570:596 to trunk
585:371342a39c0916 yearsnkeynesHandle sh4 aborts/reset within the translator lxdream-mmu
577:a181aeacd6e816 yearsnkeynesRemove asm file and convert to inline (easier to cope with platform conventions) lxdream-mmu
571:9bc09948d0f216 yearsnkeynesMore MMU work in progess. Much better now... lxdream-mmu
569:a1c49e1e877616 yearsnkeynesBring icache partially into line with the mmu, a little less slow with AT off lxdream-mmu
566:59be465e5f0116 yearsnkeynesAdd breakpoint_type_t enum (general cleanup) lxdream-mmu
561:533f6b47807116 yearsnkeynesEnable Id keyword on all source files lxdream-mmu
559:06714bc6427116 yearsnkeynesCommit first pass at full TLB support - still needs a lot more work lxdream-mmu
526:ba3da45b575416 yearsnkeynesDon't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
502:c4ecae2b1b5e16 yearsnkeynesAdd sh4ptr_t type, start converting bare pointer refs to it
472:8a3ae91eb21516 yearsnkeynesEnsure xlat cache is flushed on state load and reset
422:61a0598e07ff16 yearsnkeynesFix compilation warnings
418:b9b14afa095916 yearsnkeynesAdd explicit branch cases for main ram - yes it's faster...
412:d58e4d69de1616 yearsnkeynesFix fr_bank on save file load
401:f79327f3981816 yearsnkeynesMove support routines to sh4.c
378:f10fbdd4e24b16 yearsnkeynesStart splitting the common SH4 parts into sh4.c, with sh4core.c to become
.