summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtom3d.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-4/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* funkball.c, midqslvr.c, xtom3d.c: [Peter Ferrie] Scott Stone2013-01-051-1/+1
* 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-11/+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-8/+4
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ... Miodrag Milanovic2012-09-301-2/+4
* 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
* 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-25/+24
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+7
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+1
* 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-22/+39
* 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-16/+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-14/+14
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-21/+21
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-21/+21
* more modernization (no whatsnew) Miodrag Milanovic2012-04-101-35/+25
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* IDE controller now support two slots, currently used devices are made as slot... Miodrag Milanovic2012-02-091-1/+1
* Some VGA cleanup and refactoring (no whatsnew) Miodrag Milanovic2012-01-241-10/+2
* Synced pc_vga with MESS (nw) Miodrag Milanovic2012-01-151-2/+0
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-18/+18
* Hooked up basic devices in Queen, guess this is too far to be emulated ... Angelo Salese2012-01-011-3/+0
* Hooked up some North Bridge BIOS banks to X-Tom 3d [Angelo Salese] Angelo Salese2012-01-011-24/+165
* Hooked up devices for X-Tom 3d, gets to BOOT error if you soft reset once [An... Angelo Salese2011-12-311-22/+508
* obvious skeletons Z to V Michaƫl Banaan Ananas2011-12-231-1/+1
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-3/+3
* modernized address maps for most skeleton drivers [Fabio Priuli] Fabio Priuli2011-11-181-9/+20
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-13/+13
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-2/+2
* New games marked as NOT_WORKING mariuszw12010-11-231-0/+101