summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dec8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-97/+97
* make the DECO222 handling in decocass transparent to the driver (nw) David Haywood2012-12-251-42/+2
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-37/+37
* Re-applied IRQ ack'ing Angelo Salese2012-11-151-2/+4
* Reapplied dec8.c pixel clock changes ... Angelo Salese2012-11-141-61/+57
* Rewritten DECO222 encryption for ghostb, oscar and srdarwin to use the new mo... Angelo Salese2012-11-141-86/+110
* Various clean-ups of dec8 HW, added irq ack mechanism to Shackled, Last Missi... Angelo Salese2012-11-141-61/+60
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-4/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-17/+15
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-16/+15
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-68/+48
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-25/+25
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-52/+50
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-23/+23
* dec8.c: Document the BPROM type for Gondomania & clone. Info was lost during ... Brian Troha2012-07-201-2/+2
* Makyosen was redumped with corrected rom names which are now documented in dr... Scott Stone2012-07-191-33/+33
* dec8.c: Missed one roms PCB location - NW Brian Troha2012-07-041-1/+1
* dec8.c: Add PCB location to the sprite roms for Shackled & Breywood. [Porchy] Brian Troha2012-07-041-16/+16
* dec8.c: Corrected the roms names for Breywood and added PCB locations where k... Brian Troha2012-07-031-33/+39
* Took GAME_NO_COCKTIAL flags off games that recently regressed and were report... Scott Stone2012-06-101-6/+6
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-2/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-28/+28
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-14/+14
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-15/+15
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-15/+15
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-15/+15
* Add assertions to catch situations where AM_SHARE is used twice. Aaron Giles2012-04-121-12/+12
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-5/+5
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-22/+22
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-34/+34
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-4/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-20/+20
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-262/+247
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-15/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-144/+144
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-18/+18
* stephh fixed http://www.mametesters.org/view.php?id=4735 Michaël Banaan Ananas2012-03-271-1/+1
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-12/+12
* dec8.c improvements [stephh] : stephh2012-03-111-1515/+1569
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-35/+33
* Refactored YM3526 to use devcb. [Curt Coder] Curt Coder2012-03-071-1/+1
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-2/+2
* screen eof regressions Michaël Banaan Ananas2012-01-231-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-6/+10
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-18/+9