summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nbmj8688.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-159/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-6/+1
* init vars for coverity (includes) Robbbert2022-03-301-2/+2
* init vars for coverity (includes/n,o,p) Robbbert2022-03-231-16/+16
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-14/+14
* a little more macro removal (nw) Ivan Vangelista2020-05-161-2/+0
* nb1413m3.cpp: kill nb1413m3 busy flag publicness, kill busyflag hack in three... Angelo Salese2019-06-021-2/+0
* new not working machine Ivan Vangelista2019-04-151-0/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-0/+7
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-52/+54
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* Bulk move includes/nb141*m*.h -> machine/nb141*m.h (nw) angelosa2018-04-211-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+43
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-3/+3
* Update for Takahiro Nogi (nw) Miodrag Milanovic2015-05-241-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* nbmj8688.c: added save state support (nw) Ivan Vangelista2015-05-021-22/+33
* (MAME) nbmj8688: Refactored to use HD61830 device. [Curt Coder] Curt Coder2014-03-061-14/+10
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-3/+3
* Moved nb1413m3 configuration to inline config. [Osso] Scott Stone2013-07-181-29/+0
* Modernized/converted nb1413m3 to a device. [Osso] Scott Stone2013-07-161-3/+9
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+8
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-0/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 13 (no whatsnew) Miodrag Milanovic2013-02-121-0/+7
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-18/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-9/+18
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+34
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-14/+16
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* 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-22/+22
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-0/+31