summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/model1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* model1: Emulate the I/O board used by Wing War and Netmerc Dirk Best2018-05-161-3/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* model1.cpp: Acknowledge IRQs explicitly; use MB8421 DPRAM device (nw) AJR2018-04-261-2/+2
* model1/model2: Emulate Model 1 I/O board, remove I/O RAM device Dirk Best2018-04-181-9/+4
* model1: Use sega_315_5338a_device and improve inputs/outputs. Dirk Best2018-04-081-9/+11
* mb86233/4 rewrite [O. Galibert] Olivier Galibert2018-04-051-61/+69
* (nw) output finder for by6803,model1,st_mp200,videopkr Robbbert2018-04-031-1/+2
* M1COMM: Add preliminary MB89374 emulation (#3378) Ariane Fugmann2018-03-241-0/+4
* fewer lines (nw) Vas Crabb2018-03-151-46/+15
* model1: clear up some memory issues with very recent gcc (nw) Olivier Galibert2018-03-151-2/+34
* model1.cpp: Rename "user" ROM regions and use pointer finders (nw) AJR2018-02-221-1/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+6
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-1/+1
* Move Multipcm bank schemes to DEVICE_ADDRESS_MAP (#3113) cam9002018-01-251-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* model1.cpp: Implement workaround for race condition that caused vf to lose so... AJR2017-05-251-0/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Convert Sega Model 1 Sound Board and Z80-based Digital Sound Board to use pro... AJR2017-04-151-6/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+14
* Model1: make wingwar360 playable (#1851) Ariane Fugmann2016-12-191-0/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-45/+45
* make model 1 render list scanning code safer by masking accesses to the ram s... David Haywood2016-10-021-7/+11
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-135/+135
* Stat making video/model1.cpp use glm as necessary, nw therealmogminer@gmail.com2016-05-051-36/+8
* model1.cpp: Some modernization and cleanup. [Ryan Holtz] therealmogminer@gmail.com2016-05-051-146/+349
* intercept experiment (nw) Olivier Galibert2016-04-071-3/+6
* It's not inverse, it's square root, duh (nw) Olivier Galibert2016-04-051-1/+1
* model 1 checkpoint (nw) Olivier Galibert2016-04-041-5/+5
* 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-7/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* M1COMM - initial commit Ariane Fugmann2015-05-311-0/+3
* Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-3/+3
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* model1: moved most remaining functions into driver class (nw) Ivan Vangelista2014-10-011-5/+136
* Checkpoint Angelo Salese2014-04-131-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+3
* v60.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-02-191-1/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Modernized Sega Model 1 sound board; now shared instead of copy/pasted. [R. B... R. Belmont2013-08-231-10/+3