summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/model1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* model1.cpp, model2.cpp: Eliminate auto_alloc (nw) AJR2019-09-111-16/+16
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* model1: clear up some memory issues with very recent gcc (nw) Olivier Galibert2018-03-151-4/+4
* model1.cpp: Rename "user" ROM regions and use pointer finders (nw) AJR2018-02-221-2/+1
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-1/+1
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* make model 1 render list scanning code safer by masking accesses to the ram s... David Haywood2016-10-021-201/+218
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-6/+6
* Model1: fix TGP parser crashing Ariane Fugmann2016-06-041-1/+3
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-661/+661
* Stat making video/model1.cpp use glm as necessary, nw therealmogminer@gmail.com2016-05-051-45/+32
* model1.cpp: Some modernization and cleanup. [Ryan Holtz] therealmogminer@gmail.com2016-05-051-975/+1108
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1540