summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcos1.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27Rearrange source to match project structure (done using the script in src/too... Vas Crabb1-1049/+0
2019-10-26Make devdelegate more like devcb for configuration. This is a Vas Crabb1-11/+11
2019-03-26(nw) Clean up the mess on master Vas Crabb1-184/+89
2019-03-25Revert "conflict resolution (nw)" andreasnaive1-89/+184
2019-03-22namcos1.cpp : Updates cam9001-184/+89
2018-09-09use c68 for more games, fix what looks like more cam900 damage (luckywld) due... David Haywood1-1/+2
2018-05-13Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy1-24/+24
2018-01-03Checkpoint... (nw) Olivier Galibert1-11/+11
2018-01-02Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert1-2/+2
2017-08-12namcos1.cpp: Fixed joystick dropping inputs bug for crouching/running actions... angelosa1-3/+2
2016-10-22NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic1-1/+1
2016-10-17DAC WIP, started documenting the DACs in use. [smf] smf-1-5/+0
2016-01-20reverting: Miodrag Milanovic1-4/+4
2016-01-16tags are now strings (nw) Miodrag Milanovic1-4/+4
2015-11-08Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic1-0/+0
2015-07-28namcos1.c: Reduce tagmap lookups, add missing PORT_DIPLOCATION (nw) Alex W. Jackson1-4/+4
2015-06-24namcos1: Remove direct-update-handler-using optimization, will be done differ... Olivier Galibert1-31/+0
2015-05-29namcos1.c: clean up audiocpu ROM loading/banking too (nw) Alex W. Jackson1-1/+1
2015-05-29namcos1.c: load MCU internal and external (voice) ROMs in separate regions (nw) Alex W. Jackson1-11/+11
2015-05-29namcos1.c: switched to configured banking, enabled save state support (nw) Ivan Vangelista1-9/+10
2015-05-26namcos1.c: some work towards save state support. Got stuck trying to move mcu... Ivan Vangelista1-35/+68
2015-05-13Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic1-2/+2
2015-05-07Added dummy license headers for MAME part (nw) Miodrag Milanovic1-0/+2
2014-10-18More region_ptr_finder conversions (nw) Alex W. Jackson1-6/+4
2014-06-11namcos1.c: Completely rewrote the emulation of the CUS117 MMU. Alex W. Jackson1-507/+202
2014-06-02some cleanup while i was trying to find the cause of this: Michaƫl Banaan Ananas1-34/+37
2014-04-20namcos1.c: change more static variables to driver class members (nw) Alex W. Jackson1-39/+45
2014-04-07Cleanups and version bumpmame0153 Miodrag Milanovic1-3/+2
2014-03-28converted namcos1 to use delegates instead of _space_func and modernized all ... Miodrag Milanovic1-244/+217
2013-11-21Misc legacy handlers cleanups. (nw) Ivan Vangelista1-25/+24
2013-07-23Cleanups and version bumpmame0149u1 Miodrag Milanovic1-2/+2
2013-07-22Modernized the namco sound device. [Osso] Scott Stone1-3/+4
2013-05-08small cleanup (nw) Miodrag Milanovic1-3/+3
2013-05-08save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic1-3/+3
2013-04-14Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic1-2/+2
2013-04-11some cleanup (nw) Miodrag Milanovic1-6/+6
2013-04-11same for "sub" and "subcpu" (nw) Miodrag Milanovic1-3/+3
2013-04-11changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic1-3/+3
2013-04-10changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic1-3/+3
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic1-36/+36
2012-09-19Since nobody checks for NULLs anyway, make Aaron Giles1-5/+5
2012-09-17Memory handler cleanup 3. Add mem_mask parameter Aaron Giles1-3/+3
2012-09-17Memory handler normalization, part 2. Change legacy Aaron Giles1-49/+49
2012-09-17Memory handler normalization, part 1. Aaron Giles1-2/+2
2012-09-13Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic1-23/+22
2012-09-12Closeout on old macros. Retired cputag_set_input_line Aaron Giles1-6/+6
2012-09-11Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles1-16/+16
2012-08-10All driver inits are now member of state classes. Miodrag Milanovic1-51/+51
2012-05-03ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles1-15/+15
2012-04-20Changed device->subregion to device->memregion. Moved Aaron Giles1-4/+4