summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
* Possible solution to the sianniv hack. smf, please check and think about it.... Olivier Galibert2011-09-061-16/+20
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-6/+6
* Quick and dirty sianniv check (nw) Olivier Galibert2011-09-061-3/+5
* sianniv: "fix" the hack to make sianniv working [O. Galibert] Olivier Galibert2011-09-061-2/+2
* (OG clarifies) Michaël Banaan Ananas2011-09-021-1/+7
* disable ugly sianniv hack, the game does not work either way Michaël Banaan Ananas2011-09-011-10/+8
* small fix for MESS Michaël Banaan Ananas2011-08-291-9/+13
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* another sync with MESS, change by Wilbert Pol (no whatsnew) Miodrag Milanovic2011-08-211-1/+1
* moved boiler plate code into PlayStation GPU smf-2011-08-112-15/+77
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-1/+1
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-302-717/+691
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-1/+1
* Added the AMS40041 variant (used in the Amstrad PC1512) to mc6845.c. [Curt Co... Curt Coder2011-07-262-1/+43
* for MESS: correct statusreg sprite-overflow bits Michaël Banaan Ananas2011-07-201-22/+25
* (changed dead link, removed internal changelog, updated todo. NW) Michaël Banaan Ananas2011-07-201-29/+6
* tms9928a.c: Removed some unused functions. (nw) Wilbert Pol2011-07-062-22/+0
* Cleanups (?) and version bumpmame0143 Angelo Salese2011-06-281-4/+4
* Added DE, CURSOR, HSYNC, and VSYNC line read members to MC6845. [Curt Coder] Curt Coder2011-06-232-0/+36
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-053-7/+7
* psx spu dma hookup is done in machine config, so the trampolines can go. smf-2011-06-041-10/+0
* fixed replacing the gpu for coh110 based games smf-2011-06-021-0/+5
* fixed which gpu is the non standard one. smf-2011-06-021-1/+1
* added MCFG_PSXGPU_ADD for adding the gpu device and hooking up the dma to the... smf-2011-06-022-6/+29
* (Finally found the time to finish this....) Aaron Giles2011-05-303-10/+10
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-304-9/+30
* Added HD6345 CRTC-II variant to mc6845.c. [Curt Coder] Curt Coder2011-05-292-7/+39
* Placed in a MESS version of pc_vga (no whatsnew) Miodrag Milanovic2011-05-284-632/+140
* added a couple of primitives smf-2011-05-282-2/+4
* Removed an assignment in device_start that shouldn't have been there, nwn. Wilbert Pol2011-05-271-1/+0
* PlayStation GPU splits 4 point polygons into triangles. [smf] smf-2011-05-261-257/+185
* removed some unused things smf-2011-05-261-24/+6
* fixed variable name collision which caused bad graphics in some games. smf-2011-05-252-12/+12
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-252-0/+526
* SVN sucks, let me count the ways. Olivier Galibert2011-05-252-0/+0
* fixed display problems due to an uninitialized variable. smf-2011-05-251-0/+1
* oops, forgot about debug builds. smf-2011-05-252-3/+12
* converted PlayStation GPU to a device [smf] smf-2011-05-242-0/+4070
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* mc6845: Fixed a bunch of uninitialized variables. More still lurk. R. Belmont2011-05-211-1/+38
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-172-75/+8
* mc6845.c: Converted to C++. [Wilbert Pol] Wilbert Pol2011-05-142-787/+853
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Ported i8275 from MESS to MAME, will be needed for Dwarf's Den / Quarter Hors... Angelo Salese2011-05-042-0/+682
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-029-97/+97
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-305-17/+15
* Fixed files missed in big update, but only used by MESS (no whatsnew) Miodrag Milanovic2011-04-272-2/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-2729-1033/+473
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-206-8/+8
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-188-15/+15