summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mcs48/mcs48.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1334/+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-121-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-6/+7
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* 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
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* mcs48.c: Modernized cpu core (nw) Wilbert Pol2013-08-231-943/+724
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-26/+30
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-406/+406
* 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
* 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-311-3/+3
* 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-031-18/+42
* 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-081-83/+62
* Added Intel 8021/8022 CPU types. Curt Coder2010-02-121-0/+2
* 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-181-24/+24
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-9/+9
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* CPU cores now compile cleanly. Aaron Giles2009-03-151-1/+1
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-9/+35
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-55/+55