.hgignore

Thu, 08 Dec 2011 23:44:19 +0000

author
Philip Pemberton <philpem@philpem.me.uk>
date
Thu, 08 Dec 2011 23:44:19 +0000
changeset 110
acea4b2f396f
parent 81
6484b646bc31
permissions
-rw-r--r--

[musashi] fix stackframe type for bus errors

Bus errors incorrectly pushed a Type 0000 stackframe, when they should have pushed a Type 1000 (Type $8) stackframe.
Also, type 1000 frames were not handled for 68010 CPUs. They are now, but code must later be added to handle them for 68020s. FIXME!

Reported-By: Armin Diehl <ad ardiehl.de>

     1 syntax: glob
     2 obj/*.o
     3 dep/*.d
     4 *~
     5 .*.sw?
     6 .~lock*
     7 .buildnum
     9 # musashi build artefacts
    10 src/musashi/m68kopac.c
    11 src/musashi/m68kopdm.c
    12 src/musashi/m68kopnz.c
    13 src/musashi/m68kops.c
    14 src/musashi/m68kops.h
    15 dep/musashi/*.d
    16 obj/musashi/*.o
    17 obj/musashi/m68kmake
    19 # version header
    20 src/version.h
    22 # final executable binary
    23 freebee
    24 3b1emu
    26 # ignore ROMs and techref
    27 roms
    28 TRM
    29 misc
    30 discs