Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution. | ||||
* | Added helpers for 64-bit count leading zeroes/ones. | 2021-06-13 | 1 | -2/+2 | |
| | |||||
* | devices/machine, sound and video: removed read and write macros (nw) | 2020-06-17 | 1 | -2/+2 | |
| | |||||
* | as if millions of this pointers suddenly cried out in terror, and were ↵ | 2018-06-08 | 1 | -18/+18 | |
| | | | | | | | suddenly silenced * streamline templates in addrmap.h * get rid of overloads on read/write member names - this will become even more important in the near future | ||||
* | maps: Finish map.m() (nw) | 2018-04-19 | 1 | -20/+21 | |
| | |||||
* | API change: Memory maps are now methods of the owner class [O. Galibert] | 2018-02-12 | 1 | -1/+1 | |
| | | | | | Also, a lot more freedom happened, that's going to be more visible soon. | ||||
* | srcclean and manual cleanups (nw) | 2017-12-24 | 1 | -4/+4 | |
| | | | | | please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions anyone can run srcclean over a submission and see what will get hit | ||||
* | notes (nw) | 2017-12-17 | 1 | -1/+1 | |
| | |||||
* | typo (nw) | 2017-12-16 | 1 | -1/+1 | |
| | |||||
* | Atmel AIC: implement most of features | 2017-12-16 | 1 | -32/+85 | |
| | |||||
* | fix for msvc (nw) | 2017-12-15 | 1 | -1/+1 | |
| | |||||
* | Atmel AIC: rewrite logic at the level enough for pgm2. | 2017-12-14 | 1 | -14/+30 | |
| | |||||
* | srcclean (nw) | 2017-11-26 | 1 | -18/+18 | |
| | |||||
* | split pgm2 up into drivers/video, correct main ram size, make some notes etc. | 2017-11-17 | 1 | -0/+93 | |