summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jchan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Kaneko update part 3: davidhay2008-11-131-6/+13
* Kaneko changes part 2 davidhay2008-11-131-23/+65
* Kaneko changes part 1 davidhay2008-11-131-133/+97
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-6/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-8/+7
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-16/+16
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-20/+19
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* More input_port_read_indexed() -> input_port_read() Aaron Giles2008-06-171-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-7/+7
* Renamed input port functions: Aaron Giles2008-04-061-5/+5
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+4
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-4/+4
* (From AtariAce) Aaron Giles2007-12-261-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+872