summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kaneko16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up - Deleting empty files (nw) Scott Stone2012-08-101-9/+0
* mpu4.c: Found out the procedure to make some of the ones which fail self test... Scott Stone2012-08-101-392/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Kaneko calc 3 is now a device - From Haze (nw) Scott Stone2012-08-101-1691/+0
* MPU4: Starting spliting up some of the more intimidating mpu4 sets, ready to... Scott Stone2012-08-091-462/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-59/+50
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* New Working set: Jonathan Gevaryahu2011-11-171-2/+2
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-273/+231
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-7/+7
* BIG update. Aaron Giles2011-03-291-40/+40
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-42/+7
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-13/+13
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-10/+10
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-4/+4
* fix brapboys, shogwarr + clones - kaneko16.c "assert: src/emu/emucore.h:328: ... Michaël Banaan Ananas2010-06-151-2/+2
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-1/+1
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-2/+5
* 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
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-10/+4
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-2/+2
* Convert remaining users of old eeprom_ device to eepromdev_ Aaron Giles2009-12-271-3/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-18/+14
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-116/+116
* Simplified decryption functions by working out what each of the bits does and... Scott Stone2009-08-311-444/+1114
* Shogun Warriors - various fixes Tomasz Slanina2009-08-301-101/+173
* Further MCU progress for Shogun Warriors [David Haywood] Scott Stone2009-08-291-111/+152
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-109/+109
* Simulation corrections made in machine/kaneko16.c which allow brapboysj to be... Scott Stone2009-08-291-4/+7
* Added eeprom support to the B Rap Boys protection simulation [David Haywood] Tomasz Slanina2009-08-271-17/+52
* Brap Boys Improvements Tomasz Slanina2009-08-271-26/+320
* kaneko16 updates Tomasz Slanina2009-08-251-268/+268
* Cleanups and version bump.mame0133u3 Aaron Giles2009-08-211-56/+56
* > From: David Haywood [mailto:neohaze@nildram.co.uk] Aaron Giles2009-08-211-124/+381
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-6/+1
* Cleanups and version bump. Aaron Giles2009-08-021-14/+14