summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othello.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* updated i8243 to use devcb2 and remove trampolines (no whatsnew) Miodrag Milanovic2012-10-161-15/+14
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-37/+35
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+1
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-4/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-1/+1
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-1/+1
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-3/+4
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-54/+61
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-20/+20
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-11/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-5/+5
* 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-56/+56
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* As promised, the bulk update of timer calls: 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-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-18/+19
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-2/+2
* Added driver_data class and save states to the following drivers: oneshot.c, ... Fabio Priuli2010-03-011-73/+147
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-2/+1