Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -294/+0 | |
| | |||||
* | Licenses for Raphael Nabet (nw) | 2015-06-07 | 1 | -1/+1 | |
| | |||||
* | Sorted out cpu cores (nw) | 2015-05-13 | 1 | -1/+1 | |
| | |||||
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -1/+1 | |
| | |||||
* | Fixed disassembly of PDP1,TX0 and APEXC [Robbbert] | 2010-01-30 | 1 | -1/+1 | |
| | |||||
* | Bulk driver.h -> emu.h switch. | 2010-01-10 | 1 | -2/+0 | |
| | |||||
* | First round of an attempted cleanup of header files in the system. | 2010-01-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Created new central header "emu.h"; this should be included by pretty much any driver or device as the first include. This file in turn includes pretty much everything a driver or device will need, minus any other devices it references. Note that emu.h should *never* be included by another header file. - Updated all files in the core (src/emu) to use emu.h. - Removed a ton of redundant and poorly-tracked header includes from within other header files. - Temporarily changed driver.h to map to emu.h until we update files outside of the core. Added class wrapper around tagmap so it can be directly included and accessed within objects that need it. Updated all users to embed tagmap objects and changed them to call through the class. Added nicer functions for finding devices, ports, and regions in a machine: machine->device("tag") -- return the named device, or NULL machine->port("tag") -- return the named port, or NULL machine->region("tag"[, &length[, &flags]]) -- return the named region and optionally its length and flags Made the device tag an astring. This required touching a lot of code that printed the device to explicitly fetch the C-string from it. (Thank you gcc for flagging that issue!) | ||||
* | From: Oliver Stoeneberg [oliverst@online.de] | 2009-05-25 | 1 | -41/+41 | |
| | | | | | | | | | | | Sent: Friday, May 15, 2009 9:13 AM To: submit@mamedev.org Subject: Unused Variables - second try This is a new version of the patch, that disables some unused variables. It fixes some warnings, that came up in an optimized build and adds a few more things. | ||||
* | Cleanups and version bump for 0.128u4.mame0128u4 | 2008-11-24 | 1 | -7/+7 | |
| | |||||
* | Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler | 2008-11-23 | 1 | -2/+2 | |
| | | | | issues. Fixed Z8000 crash. | ||||
* | Added macros for all CPU callbacks to ease future changes. | 2008-11-08 | 1 | -1/+1 | |
| | | | | Updated all CPU cores to use them. | ||||
* | Initial checkin of MAME 0.121.mame0121 | 2007-12-17 | 1 | -0/+293 | |