Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed debugger-related code to be based off a new makefile define ↵ | 2008-02-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | (DEBUGGER) which sets a new compile-time define (ENABLE_DEBUGGER). This means that MAME_DEBUG no longer means "enable debugger", it simply enables debugging features such as assertions and debug code in drivers. Also removed the various levels of opbase protection in memory.h and always just turned on full bounds checking. Fixed build break due to missing ampoker.lay -> ampoker2.lay renaming. | ||||
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see ↵ | 2008-01-25 | 1 | -2/+2 | |
| | | | | | | | | | below) The idea is to create extra work if a driver wants to use these and hopefully gives an incentive to look for an alternate solution - Added #include of deprecat.h that rely on these contructs - Removed a bunch of unneccassary #include's from these files | ||||
* | Copyright cleanup: | 2008-01-06 | 1 | -1/+1 | |
| | | | | | | - removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team" | ||||
* | Changes for MAME 0.121u3.mame0121u3 | 2007-12-17 | 1 | -2/+2 | |
| | |||||
* | Initial checkin of MAME 0.121.mame0121 | 2007-12-17 | 1 | -0/+767 | |