summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jchan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-23/+22
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-71/+71
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-36/+36
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Moved Kaneko Super Nova sprite chip emulation inside its own file [David Hayw... Angelo Salese2011-03-221-13/+15
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-68/+86
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-12/+10
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Added dipswitch locations to jchan.c driver [Brian Troha] Brian Troha2011-01-041-8/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* 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-2/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* 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-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-8/+7
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+0
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* The jchan gamse aren't really clones even if they share most of the same roms... davidhay2008-11-291-1/+1
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-1/+1
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-3/+3
* removed some old notes from jchan driver, swapped interrupt order with view t... davidhay2008-11-231-129/+23
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* demo sound dip was inverted in jchan/jchan2 davidhay2008-11-131-4/+4
* Fixed sound loading in jchan / jchan2 [Angelo Salese] davidhay2008-11-131-16/+14
* Fixed Dip Switches and Inputs for 'jchan' and clone. stephh2008-11-131-30/+50
* made sample area bigger in jchan (prevent out of bounds crashes) davidhay2008-11-131-2/+2