summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jalmah.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-258/+269
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-84/+84
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-248/+330
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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-5/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-3/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-79/+79
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Guessed ADPCM PAL shuffling in Idol Janshi Suchie-Pai Special, it sounds bett... Angelo Salese2009-05-261-9/+27
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Some driver updates that involves MCU that needs to be decapped for Guru (mos... Angelo Salese2009-05-071-6/+6
* Memory maps merges for the following drivers: Angelo Salese2009-05-011-11/+11
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-18/+18
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Improved test mode behaviour on the jalmah.c. Angelo Salese2009-04-111-49/+29
* Added Dip Locations to jalmah.c Fabio Priuli2009-04-111-95/+203
* Updated todo notes Angelo Salese2009-04-071-3/+5
* 03087: daireika: Graphic artifacts on attract mode. Angelo Salese2009-04-071-2/+3
* dumped 1 BPROM of suchipi [Uki] Yasuhiro Ogawa2009-04-031-1/+1
* updated TODO list Yasuhiro Ogawa2009-04-021-2/+0
* small todo update. Angelo Salese2009-04-011-1/+2
* Fixed the priority system in the jalmah.c driver [Uki, Angelo Salese] Angelo Salese2009-04-011-55/+42
* redumped GFX ROM of kakumei2 [Uki] Yasuhiro Ogawa2009-03-311-6/+1
* 02557: All games in jalmah.c: There are square gaps during gameplay. Angelo Salese2009-03-301-34/+32
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-21/+21
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* From: Atari Ace Aaron Giles2008-11-241-0/+1