summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/s2650/s2650.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-111/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-3/+3
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-1/+8
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback (... smf-2014-01-101-2/+2
* s2650.c: Modernized cpu core (nw) Wilbert Pol2013-09-061-2/+76
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Move fake I/O ports into enum Couriersud2009-09-191-14/+9
* - Added S2650_FO_PORT fake port for flag output line. Couriersud2009-09-191-0/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-2/+2
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-4/+7
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+30