summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mcs48 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-2290/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* Update for Mirko Buffoni and some shared (nw) Miodrag Milanovic2015-05-122-4/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-072-0/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-7/+8
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Removed legacy_cpu_device. [Wilbert Pol] Wilbert Pol2014-09-121-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* fixed usage of uninitialized member in mcs48_cpu_device (nw) Oliver Stöneberg2014-04-231-0/+1
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-172-7/+6
* mcs48.c: Modernized cpu core (nw) Wilbert Pol2013-08-232-971/+1256
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-26/+30
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* (MESS) ibm5150: Keyboard WIP. (nw) Curt Coder2013-06-211-0/+3
* mcs48: Added a default handler to the disasm switch/case. (nw) Wilbert Pol2013-01-191-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-681/+681
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-21/+21
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* [MCS48] Fixed I8021/I8022 clock divider. [Curt Coder] Miodrag Milanovic2012-01-031-21/+24
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-20/+20
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-23/+23
* Fixed MCS48 ALE frequency macro. (no whatsnew) Curt Coder2011-03-051-1/+1
* Added convenient macro for getting the MCS-48 ALE frequency. (no whatsnew) Curt Coder2011-02-241-0/+3
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-26/+26
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-313-6/+6
* Added missing CPU types to assert. (no whatsnew) Curt Coder2010-11-221-1/+3
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-13/+13
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-65/+66
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-6/+6
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-9/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-86/+65
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-2/+2
* Added Intel 8021/8022 CPU types. Curt Coder2010-02-122-0/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-14/+14
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-183-27/+27
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3