Mercurial > repos > blastem
log m68k_core.c @ 1072:cd6048e0397b
age | author | description |
---|---|---|
Tue, 10 May 2016 21:26:27 -0700 | Michael Pavone | Fix PC value pushed to stack for A and F line traps |
Thu, 28 Apr 2016 09:00:42 -0700 | Michael Pavone | Implemented A line and F line traps. |
Wed, 27 Apr 2016 23:11:24 -0700 | Michael Pavone | Implement privelege violation exceptions |
Wed, 27 Apr 2016 21:39:17 -0700 | Michael Pavone | Implemented IR and undefined bits of info word for address error exception frames |
Wed, 27 Apr 2016 19:10:50 -0700 | Michael Pavone | Fix changes made to get_instruction_start and map_native_address to cope with being able to translate at odd addresses. |
Tue, 26 Apr 2016 23:13:37 -0700 | Michael Pavone | Initial stab at implementing address error exceptions. Need to fill in the value of IR, undefined bits of last stack frame word and properly deal with address errors that occur during exception processing. |
Tue, 26 Apr 2016 00:07:15 -0700 | Michael Pavone | Implement illegal instruction trap |