Sat, 17 Nov 2012 21:28:48 +0000
ACCESS_CHECK_RD should return the right number of bits!
If the ACCESS_CHECK_RD() macro detects a page fault, it always returns a
32-bit error response ("all bus pins high"). Musashi really doesn't like it
when we pass in a 32-bit value when it expects a 16-bit one!
philpem@0 | 1 | syntax: glob |
philpem@0 | 2 | obj/*.o |
philpem@0 | 3 | dep/*.d |
philpem@0 | 4 | *~ |
philpem@0 | 5 | .*.sw? |
philpem@0 | 6 | .~lock* |
philpem@0 | 7 | .buildnum |
philpem@2 | 8 | |
philpem@5 | 9 | # musashi build artefacts |
philpem@5 | 10 | src/musashi/m68kopac.c |
philpem@5 | 11 | src/musashi/m68kopdm.c |
philpem@5 | 12 | src/musashi/m68kopnz.c |
philpem@5 | 13 | src/musashi/m68kops.c |
philpem@5 | 14 | src/musashi/m68kops.h |
philpem@5 | 15 | dep/musashi/*.d |
philpem@5 | 16 | obj/musashi/*.o |
philpem@5 | 17 | obj/musashi/m68kmake |
philpem@5 | 18 | |
philpem@5 | 19 | # version header |
philpem@5 | 20 | src/version.h |
philpem@5 | 21 | |
philpem@5 | 22 | # final executable binary |
philpem@15 | 23 | freebee |
philpem@5 | 24 | 3b1emu |
philpem@5 | 25 | |
philpem@2 | 26 | # ignore ROMs and techref |
philpem@2 | 27 | roms |
philpem@2 | 28 | TRM |
philpem@58 | 29 | misc |
philpem@81 | 30 | discs |