summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pc_t1t.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1028/+0
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-031-0/+0
* ibmpcjr: fix pcjr and pcjx cracyc2020-11-221-1/+7
* Cleaned up bitmap API. Vas Crabb2020-09-271-126/+120
* mame/video: simplified some handlers (nw) Ivan Vangelista2020-04-131-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+5
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-5/+5
* Start cleaning up palette configuration: Vas Crabb2018-12-291-24/+19
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-26/+30
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-12/+3
* cclimber, battles, crystal, ql, n64, ibmpcjr, tia: Miscellaneous machine().de... mooglyguy2018-05-281-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* maps: Finish mame/video (nw) Olivier Galibert2018-04-191-4/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* updated second half of mame/video devices to use device_add_mconfig insted of... Ivan Vangelista2017-05-241-12/+3
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-50/+50
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k r... cracyc2016-03-041-79/+89
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1033