Mercurial > repos > blastem
log m68k_core.c @ 1102:c15896605bf2
age | author | description |
---|---|---|
Mon, 28 Nov 2016 22:45:46 -0800 | Michael Pavone | Clean up symbol visiblity and delete a ltitle bit of dead code |
Thu, 06 Oct 2016 09:34:31 -0700 | Michael Pavone | Add support for specifying a reset handler in the M68K core. Adjust memory map initialization to handle extra field. Improved handling of out of bounds execution. |
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. |