summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/avt.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-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-6/+6
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-6/+6
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-6/+6
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-8/+10
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-1/+2
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Various avt.c progresses Angelo Salese2011-12-201-20/+94
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* 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-13/+13
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-15/+29
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Cleanups and version bump. Aaron Giles2010-10-141-19/+19
* Added brief description of Arrow Bingo game, from flyer. Roberto Fresca2010-10-111-4/+16
* New driver for Advanced Video Technology (AVT) platform [Roberto Fresca] Roberto Fresca2010-10-101-0/+895