summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hcd62121
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-2009/+0
|
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
|
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-134-8/+8
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+8
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-36/+36
|
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-36/+36
|
* fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) Oliver Stöneberg2014-12-241-1/+4
|
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ Oliver Stöneberg2014-09-081-1/+0
| | | | warnings of clang 3.5 when compiling MESS (nw)
* fixed usage of uninitialized members in hcd62121_cpu_device (nw) Oliver Stöneberg2014-04-251-0/+8
|
* removed some unused device_irq_acknowledge_callback occurrances (nw) Oliver Stöneberg2013-08-211-1/+0
|
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+1
|
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
|
* hcd62121.c: Modernized cpu core. (nw) Wilbert Pol2013-06-133-547/+619
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-489/+485
|
* doc update (nw) Wilbert Pol2012-12-101-1/+1
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+1
|
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
|
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
|
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
| | | | | | | | make its purpose clearer. Added delegate support for interrupt callbacks, and made driver_device variants of the generic interrupt helper callbacks. Did not convert existing callers yet due to logistical issues.
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
| | | | | | | | | | | | space by index. Update functions and methods that accepted an address space index to take an address_spacenum instead. Note that this means you can't use a raw integer in ADDRESS_SPACE macros, so instead of 0 use the enumerated AS_0. Standardized the project on the shortened constants AS_* over the older ADDRESS_SPACE_*. Removed the latter to prevent confusion. Also centralized the location of these definitions to memory.h.
* hcd62121: Fixed some instructions. No whatsnew. Wilbert Pol2011-01-234-36/+100
|
* running_device -> device_t Aaron Giles2010-12-311-1/+1
| | | | | They both already existed. No sense in having two names for the same object type.
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-302-6/+6
|
* Imported the Hitachi HCD62121 CPU core from MESS. Curt Coder2010-08-204-0/+1863