summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8051
Commit message (Expand)AuthorAgeFilesLines
* Finally move cpu/i8051 to cpu/mcs51, rename files and some constants Couriersud2008-10-294-4551/+0
* Fixed INT0 & INT1 interrupt line handling Couriersud2008-10-291-30/+22
* MCS51 additions Couriersud2008-10-262-39/+89
* 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-232-154/+154
* More mcs51 updates Couriersud2008-10-202-8/+153
* 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-193-2439/+1957
* Fixed the i8051 AJMP opcode to take 2 bytes instead of 3. Roberto Fresca2008-10-061-1/+1
* Fixed timers in i8051 core. [Grull Osgo] Roberto Fresca2008-10-061-3/+5
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-1/+2
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-111-5/+5
* i8051 cpu core timer updates: Wilbert Pol2008-07-291-141/+153
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-262-9/+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-022-7/+7
* 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-063-6/+5
* 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-242-12/+0
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-173-7/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-174-0/+4734