summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m90.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1239/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-16/+16
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-111-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-2/+2
* new clone added Brian Troha2013-10-121-9/+43
* nec.c: Modernized cpu core (bw) Wilbert Pol2013-10-071-12/+7
* Modernized the m72 audio device. [Osso] Scott Stone2013-07-181-14/+12
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+1
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+59
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-17/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-23/+21
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-4/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-19/+18
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+5
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-4/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-3/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-14/+15
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-29/+29
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* m90: and also fix empty ROM region warning (nw) Alex W. Jackson2012-03-111-1/+1
* m90: fix dynablstb2 controls (nw) Alex W. Jackson2012-03-111-2/+2
* m90: dynablstb2 uses the same sound ROM as dynablstb, makes sound/music play ... R. Belmont2012-03-111-1/+1
* New clones added R. Belmont2012-03-111-1/+20
* allow generic_pulse_irq_line to be longer than 1 cycle. Michaƫl Banaan Ananas2012-02-111-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-1/+1