summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* model3: Hook up billboard emulation Dirk Best2019-09-061-1/+5
* model3: Hook up 315-5649 I/O Dirk Best2019-09-061-5/+12
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* model3.cpp: add patch to boot SW Trilogy proto, also rename to 'location test... MetalliC2018-11-011-0/+1
* vgmplay: Added SCSP support [smf] smf-2018-08-161-0/+2
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-3/+13
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-3/+10
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-39/+43
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-32/+32
* Standardized protection accessors for model 2 & model 3 5881 device (nw) angelosa2018-02-241-4/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Convert Sega Model 1 Sound Board and Z80-based Digital Sound Board to use pro... AJR2017-04-151-0/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-0/+3
* removed some driver_data<> calls (nw) smf-2016-11-031-1/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-69/+69
* Devfind revision phase 2 (nw) AJR2016-08-051-0/+3
* hook Comm.Board to Model3 (nw) MetalliC2016-04-071-3/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-7/+7
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* A suggestion for how and where to put global MAME frustum clipping functions for Andrew Gardner2015-09-161-11/+1
* Clean up copyrights on things I shouldn't be listed in. (nw) Andrew Gardner2015-09-021-1/+1
* model3: various improvements [Ville Linde] * Rewrote projection calculations ... Ville Linde2015-06-141-16/+14
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* model3.c: Various changes - NW briantro2015-01-291-1/+0
* kill old sim code (nw) mamehaze2015-01-261-3/+0
* add the 5881 to a few things in model3.c so that we're ready for keys when th... mamehaze2015-01-231-0/+3
* hooked up the 315-5881 to the vs298 / vs299 sets in model3.c, note this actua... mamehaze2015-01-221-3/+0
* hooked swtrilgy (model 3) to the 5881 decryption function (stream returned ma... mamehaze2015-01-221-1/+11
* model3: More rendering improvements [Ville Linde] Ville Linde2014-10-191-1/+8
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* model3: Added Real3D DMA timer. (nw) Ville Linde2014-10-121-0/+3
* model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde] Ville Linde2014-10-121-34/+69
* model3: Rewrote 2D tilemap rendering. [Ville Linde] Ville Linde2014-10-051-8/+23
* model3.c: fixed missing textures in magtruck (nw) Ville Linde2014-09-291-0/+1
* model3.c: make magtruck boot (nw) Ville Linde2014-09-281-0/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-2/+2