summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8051/i8051.c
Commit message (Expand)AuthorAgeFilesLines
* Finally move cpu/i8051 to cpu/mcs51, rename files and some constants Couriersud2008-10-291-2411/+0
* Fixed INT0 & INT1 interrupt line handling Couriersud2008-10-291-30/+22
* MCS51 additions Couriersud2008-10-261-37/+86
* According to Philips, 80C31 is a 80C52 family member with 128K internal ram a... Couriersud2008-10-241-5/+22
* Implemented 80C52 interrupt handling Couriersud2008-10-241-45/+139
* Fixed split timer mode Couriersud2008-10-241-7/+10
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-231-153/+153
* More mcs51 updates Couriersud2008-10-201-8/+136
* mcs51/i8051 - please credit Jim Stolis as well Couriersud2008-10-201-7/+12
* MCS51/I8051 overhaul, micro3d improvements and full m72 protection emulation ... Couriersud2008-10-191-2173/+1712
* Fixed timers in i8051 core. [Grull Osgo] Roberto Fresca2008-10-061-3/+5
* i8051 cpu core timer updates: Wilbert Pol2008-07-291-141/+153
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-7/+1
* Timer 0's second split counter was incorrectly checking the Timer 1 Run Contr... Jim Stolis2008-06-121-12/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-3/+3
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-13/+13
* Various clean ups: Couriersud2008-03-011-3/+2
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-5/+5
* Corrected previous timer fix to use more accurate IE SFRs. Jim Stolis2008-01-251-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Fixed timers from firing when not enabled. Checking TCON alone is not enough ... Jim Stolis2008-01-211-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-2/+2
* Fixed save states in i8051 cpu core Pierpaolo Prazzoli2008-01-011-5/+13
* (From Atari Ace) Aaron Giles2007-12-311-5/+1
* - Fixes mwalk0122red Couriersud2007-12-261-1/+1
* (From Atari Ace) Aaron Giles2007-12-241-10/+0
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2583