summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-21/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-102/+101
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-7/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-27/+22
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-8/+8
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-12/+12
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-21/+21
* Implemented irq ack/pending mechanism to Hyper Neo Geo 64 [Angelo Salese] Angelo Salese2012-08-171-22/+59
* Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese] Angelo Salese2012-08-171-23/+25
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-31/+25
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-8/+8
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-3/+3
* Added some bits to get the V53 (V33 core) running at least some sane sound co... Scott Stone2012-05-261-6/+110
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-17/+17
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-5/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-17/+17
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-6/+6
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-175/+155
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-18/+18
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-26/+26
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* deprecat.h Angelo Salese2011-12-051-1/+0
* deprecat.h, also fixed 3d trails when frameskipping Angelo Salese2011-12-051-28/+30
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-111/+111
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-12/+12
* BIG update. Aaron Giles2011-03-291-70/+70
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3