summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos23.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-211-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-9/+9
* namcos23: improved downhill digital inputs (nw) arbee2015-11-151-1/+47
* namcos23: port b bit 6 is also an input, handle accordingly. Probably JVS. [... Olivier Galibert2015-11-141-1/+1
* namcos23: Better handle on the GPU comms [O. Galibert] Olivier Galibert2015-11-131-28/+179
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+4955