summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitowlf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-28/+28
* hooked up ide irq straight to the 8259 (nw) smf-2012-10-311-7/+1
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in MCFG_IDE_CONTROLL... smf-2012-10-261-1/+1
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-13/+5
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Converted VGA to be multiple devices, this will require some cleanup in futur... Miodrag Milanovic2012-10-011-12/+4
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-1/+9
* Made Cirrus just another vga implementation, and removed a need for additiona... Miodrag Milanovic2012-09-301-1/+1
* used read8_delegate instead of read8_space_func for vga port read (nw) Miodrag Milanovic2012-09-201-2/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+18
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Made PCI legacy and new implementation coexist for now (no whatsnew) Miodrag Milanovic2012-07-021-4/+4
* pci wip (no whatsnew) Miodrag Milanovic2012-06-151-1/+1
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-33/+47
* removed kbdc8042 32bit access functions (nw) Miodrag Milanovic2012-05-241-1/+1
* some memconv.h and devconv.h usage removal (nw) Miodrag Milanovic2012-05-241-15/+1
* Added support for fixed slots (used for MAME) and ability to create internal ... Miodrag Milanovic2012-05-231-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* more modernization (no whatsnew) Miodrag Milanovic2012-04-101-46/+36
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-14/+14
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Some VGA cleanup and refactoring (no whatsnew) Miodrag Milanovic2012-01-241-10/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-1/+1
* Synced pc_vga with MESS (nw) Miodrag Milanovic2012-01-151-2/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Allows user loading of different bioses in a51site4 (and whoever added it mus... Angelo Salese2011-12-291-1/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-4/+4
* Decoded boot screen gfxs Angelo Salese2011-12-291-4/+37
* Moved VGA definition behind a define, after an in-depth study of the board an... Angelo Salese2011-12-291-2/+54
* Preliminary hook-up of VGA pixel clock Angelo Salese2011-12-291-1/+3
* Hooked up a proper VGA card for Psychic Force 2012 (waiting for further info ... Angelo Salese2011-12-291-105/+22
* Other improvements to California Chase, it shows Windows 98 logo [Grull Osgo] Angelo Salese2011-12-241-1/+1