summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Version bumpmame0146u4 Miodrag Milanovic2012-07-301-1/+1
* Clean-ups and version bump Miodrag Milanovic2012-07-3055-883/+885
* More protection work Angelo Salese2012-07-301-6/+11
* Haze fixed the tilemap, me fixed a sprite issue Angelo Salese2012-07-301-37/+53
* Basic inputs hooked up Angelo Salese2012-07-301-24/+223
* Last sprite fixes Angelo Salese2012-07-301-20/+26
* When in doubt with colors, just use ROMREGION_INVERT Angelo Salese2012-07-291-1/+1
* Fixed sprite offsets Angelo Salese2012-07-291-8/+9
* that trick doesn't work with ADD (SUB is left-to-right, ADD is equal both ways) Michaël Banaan Ananas2012-07-291-1/+1
* toaplan2.c: Minor doc update about the Pipi & Bipis bootleg Brian Troha2012-07-291-4/+4
* msm5205.c: Preserve the documentation differences between MSM6585 & MSM5205 n... Brian Troha2012-07-291-13/+33
* new non working game added - Pop Shot Brian Troha2012-07-292-0/+14
* new clone added: Pipi & Bibis / Whoopee!! (Prototype) Brian Troha2012-07-292-4/+42
* v30mz.c: Getting rid of some typedefs and cleaning up a few things. (nw) Wilbert Pol2012-07-293-104/+86
* v30mz: Removed unneeded header file (nw) Wilbert Pol2012-07-292-12/+0
* added minimal support for MSM6585 Michaël Banaan Ananas2012-07-296-43/+67
* cobra.c: Hooked up FIFO interrupts. (nw) Ville Linde2012-07-291-13/+128
* As Phil noted, prg ROM banking actually contains the missing gfxs ... Angelo Salese2012-07-291-13/+4
* Set splitting and moving some roms to another driver because they were mispla... Scott Stone2012-07-295-351/+546
* cobra.c: Moved FIFOs into a class. Ville Linde2012-07-281-283/+251
* Some improvements to Sky Destroyer, some gfxs are missing ... Angelo Salese2012-07-281-74/+132
* cobra.c: Converted the 3D renderer to use polynew.h. [Ville Linde] Ville Linde2012-07-281-179/+115
* esd16.c: We can collapse the sprite gfxdecodes into a common 5bpp one rather ... Scott Stone2012-07-281-67/+49
* Sync with MESS (nw) Miodrag Milanovic2012-07-281-2/+3
* cobra.c: Some more improvements. (nw) Ville Linde2012-07-281-23/+54
* cleanup ?-operator usage (should also fix the warnings found by firewave) Michaël Banaan Ananas2012-07-281-17/+17
* firewave's patch fixes more !-operator warnings Michaël Banaan Ananas2012-07-285-13/+13
* fix warning with !-operator found by firewave Michaël Banaan Ananas2012-07-281-1/+1
* fix ?-operator warnings found by firewave Michaël Banaan Ananas2012-07-282-2/+2
* fixed assertion with new m6800 CPU types (no whatsnew) Oliver Stöneberg2012-07-281-1/+3
* New Drift Out clone Brian Troha2012-07-282-2/+28
* More set splitting to clones in mpu5.c + some updated notes in cybertnk (no f... Scott Stone2012-07-283-127/+319
* esd16.c: Cosmetic change, Sort rom load. - NW Brian Troha2012-07-271-8/+8
* New Mortal Komabat clone Brian Troha2012-07-272-15/+56
* cobra.c: Fixed hard disk access. General cleanup. Ville Linde2012-07-271-114/+167
* Split the BFM_BD1 controller into the original, and dot alpha versions, as th... James Wallace2012-07-277-43/+643
* mpu5.c clones splits. From Haze (nw) Scott Stone2012-07-272-199/+484
* MESS 15624 Michaël Banaan Ananas2012-07-271-16/+16
* More set splitting for allied.c - From Haze (nw) Scott Stone2012-07-275-18/+6
* Fixed AMD/ASD opcodes in the F8 CPU core. Status flags are set before the dec... Miodrag Milanovic2012-07-271-70/+139
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-2712-39/+39
* fixed memory leak in chd_file_compressor::hashmap (no whatsnew) Oliver Stöneberg2012-07-271-0/+1
* allow "windowname" in win_create_window_ex_utf8() to be NULL to match behavio... Oliver Stöneberg2012-07-271-7/+10
* removed some unused variable declarations from MACHINE_CONFIG_* macros (no wh... Oliver Stöneberg2012-07-271-12/+0
* Properly call va_end() before throwing exceptions in fatalerror functions (no... Oliver Stöneberg2012-07-271-2/+4
* Bare minimum to get this to boot, will work on the tilemap issues later on ... Angelo Salese2012-07-271-40/+161
* fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c Oliver Stöneberg2012-07-271-1/+1
* cobra.c: Fixed comram access. (nw) Ville Linde2012-07-271-59/+78
* New NOT WORKING game Angelo Salese2012-07-272-2/+81
* done some more work on the sprites.. hopefully most are positioned a Scott Stone2012-07-271-81/+103