summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved more model3 code into the driver class. nw. Fabio Priuli2014-04-131-8/+46
* updated lsi53c810 to use delegates, and moved some formerly static Fabio Priuli2014-04-131-15/+11
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* ah, forgot these (nw) Miodrag Milanovic2014-03-211-9/+11
* renamed poly.{c|h} to polylgcy.{c|h} and polynew.h to poly.h Oliver Stöneberg2014-03-191-1/+1
* renamed old poly_manager to legacy_poly_manager Oliver Stöneberg2014-03-191-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1