summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgamble.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+6
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-21/+21
* new not working Angelo Salese2010-05-201-0/+80
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-12/+12
* Cleanups and version bump. Aaron Giles2008-12-151-4/+4
* Added Europa 2002 Space to the italian gambling games based on H8/3048 + OKI ... Roberto Fresca2008-12-101-0/+47
* Big H8 update R. Belmont2008-11-191-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-21/+21
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-25/+25
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-3/+3
* New driver for italian gambling games based on Mitsubishi/Renesas M16C MCU fa... Roberto Fresca2008-06-091-58/+0
* Italian gambling games based on H8/3048 + OKI 6295: Roberto Fresca2008-06-091-10/+85
* Removed a commented line that was left there by mistake. Roberto Fresca2008-06-081-2/+1
* Italian gambling games based on H8/3048 + OKI 6295: Roberto Fresca2008-06-081-2/+60
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-3/+3
* Italian gambling games based on H8 MCU: Roberto Fresca2008-06-051-129/+219
* Itgamble driver... Roberto Fresca2008-06-021-4/+156
* added a skeleton driver for some italian gambling games. we can't emulate th... davidhay2008-06-011-0/+251