summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* genpc: fix keyboard and move laser to pc.c with other nongeneric clones (nw) cracyc2016-12-221-2/+2
| | | | vis: video improvement (nw)
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent ↵ Miodrag Milanovic2016-04-241-1/+1
| | | | confusion (nw)
* pcxt: use pc motherboard device and banking (nw) cracyc2016-03-051-0/+921