summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleaned up some sega comm related stuff Ariane Fugmann2016-06-251-9/+0
* Merge remote-tracking branch 'refs/remotes/mamedev/master' Ariane Fugmann2016-06-221-1/+1
|\
| * finish the mb86235 disassembler (nw) Ville Linde2016-06-121-1/+1
* | M2COMM: hook up comm board in model2 (W.I.P.) Ariane Fugmann2016-06-211-0/+3
|/
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-8/+8
* 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-13/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-82/+81
* Updated model2 to new polygon rasterizer interface. (nw) Andrew Gardner2015-09-021-4/+178
* synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1
* Update for ElSemi (nw) Miodrag Milanovic2015-05-141-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
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* move decathlete protection in a device, moved the doa protection sim there to... mamehaze2015-01-261-9/+6
* dynamcop (model 2) now returns the same values with the key + decryption code... mamehaze2015-01-221-0/+5
* prepare model 2 for 315-5881 mamehaze2015-01-221-1/+8
* Added placeholder TGPx4 CPU core for Model 2C, nw Angelo Salese2014-06-051-0/+4
* Fixed compile when MODEL2_VIDEO_DEBUG is 1, nw Angelo Salese2014-05-021-0/+1
* Improved Sky Target polygon/texture ROM loading, still a mess tho. Angelo Salese2014-04-251-0/+1
* Hooked up lightgun inputs for Virtua Cop 2 Angelo Salese2014-04-251-1/+3
* Removed bogus AM_SHARE for paletteram Angelo Salese2014-04-211-3/+3
* State-ized FIFO functions, for more sane debugging of it. Angelo Salese2014-04-201-0/+6
* Submit for regression test. Angelo Salese2014-04-171-0/+1
* Added gearbox for Sega Rally Angelo Salese2014-04-161-0/+2
* Attempt to fix Last Bronx booting, still uses a shitload of unsupported opcod... Angelo Salese2014-04-151-0/+2
* Wave Runner reads at TGP ID, hook it up Angelo Salese2014-04-151-1/+1
* Disabled check irq routine for now. Angelo Salese2014-04-131-0/+1
* Documentation notes, nw Angelo Salese2014-04-131-0/+1
* Fixed at least black screen regression in DOA. Angelo Salese2014-04-131-0/+1
* Checkpoint Angelo Salese2014-04-131-0/+4
* Hooked up lightgun inputs in Virtua Cop [Angelo Salese] Angelo Salese2014-04-121-0/+2
* ah, forgot these (nw) Miodrag Milanovic2014-03-211-3/+5
* 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/+5
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* Modernized Sega Model 1 sound board; now shared instead of copy/pasted. [R. B... R. Belmont2013-08-231-6/+4
* mb86233.c: Modernized cpu core (nw) Wilbert Pol2013-08-201-0/+3
* remove set from mame.lst & restore model2.h - NW Brian Troha2013-08-151-3/+1
* Fix model2.c validation error. - Not sure if this is the "best" way but it wo... Brian Troha2013-08-151-1/+3
* new Manx TT clone added Brian Troha2013-08-141-0/+1
* Added a missing define (nw) Wilbert Pol2013-08-041-0/+1
* i960.c: Modernized cpu core (nw) Wilbert Pol2013-08-041-1/+1
* Modernized MultiPCM, mjkjidai, renegage, ninjaw_subwoofer devices [Osso] Scott Stone2013-07-301-9/+15
* 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