| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all devices into separate part of src tree (nw) | 2015-09-13 | 4 | -2009/+0 | |
| | | |||||
| * | blame balrog for this :) (NW) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | Sorted out cpu cores (nw) | 2015-05-13 | 4 | -8/+8 | |
| | | |||||
| * | Added dummy license headers for EMU section (nw) | 2015-05-07 | 4 | -0/+8 | |
| | | |||||
| * | moved all to std::string (nw) | 2015-04-22 | 2 | -36/+36 | |
| | | |||||
| * | string -> str rename due to future conflicts (nw) | 2015-04-12 | 2 | -36/+36 | |
| | | |||||
| * | fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) | 2014-12-24 | 1 | -1/+4 | |
| | | |||||
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ | 2014-09-08 | 1 | -1/+0 | |
| | | | | | warnings of clang 3.5 when compiling MESS (nw) | ||||
| * | fixed usage of uninitialized members in hcd62121_cpu_device (nw) | 2014-04-25 | 1 | -0/+8 | |
| | | |||||
| * | removed some unused device_irq_acknowledge_callback occurrances (nw) | 2013-08-21 | 1 | -1/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0149u1 | 2013-07-23 | 1 | -2/+1 | |
| | | |||||
| * | did modern cpu cores as well (nw) | 2013-06-21 | 1 | -1/+1 | |
| | | |||||
| * | hcd62121.c: Modernized cpu core. (nw) | 2013-06-13 | 3 | -547/+619 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 4 | -489/+485 | |
| | | |||||
| * | doc update (nw) | 2012-12-10 | 1 | -1/+1 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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 | 2012-09-17 | 1 | -1/+1 | |
| | | | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated | ||||
| * | Final round of struct/union/enum normalization. | 2012-09-16 | 1 | -3/+1 | |
| | | |||||
| * | Pass 2 of struct modernization. | 2012-09-15 | 1 | -2/+2 | |
| | | |||||
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) | 2012-09-03 | 1 | -15/+15 | |
| | | |||||
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to | 2012-04-10 | 1 | -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 | 2011-03-27 | 1 | -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. | 2011-01-23 | 4 | -36/+100 | |
| | | |||||
| * | running_device -> device_t | 2010-12-31 | 1 | -1/+1 | |
| | | | | | | They both already existed. No sense in having two names for the same object type. | ||||
| * | Cleanups and version bump.mame0139u2 | 2010-08-30 | 2 | -6/+6 | |
| | | |||||
| * | Imported the Hitachi HCD62121 CPU core from MESS. | 2010-08-20 | 4 | -0/+1863 | |
