Commit Graph

15906 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
ac84207ba3 (interface macro) 2012-05-19 19:23:47 +00:00
R. Belmont
df357d0025 mc68681: Fixed generation of spurious interrupts, and provide ASSERT/CLEAR states to the IRQ callback. [R. Belmont] 2012-05-19 17:25:12 +00:00
Luca Elia
724bcae310 Emulated the protection(s) in lhzb2a, making it playable [Luca Elia]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mahjong Long Hu Zheng Ba 2 (VS221M) [Luca Elia, Guru, Dyq, bnathan]
2012-05-19 17:12:05 +00:00
Miodrag Milanovic
63362efd37 fix for -video ddraw causing crash on 16bit video output (no whatsnew) 2012-05-19 17:06:03 +00:00
Couriersud
975588f8eb - Fixed debug build for pokey.c
- Fixed no sound in debug build.

First try at adding a device_execute_interface to pokeyn_device. This looks promising. Currently commented out.

If this works, this will significantly simplify the driver and make most timers in pokey.c disappear.
2012-05-19 16:31:55 +00:00
Couriersud
976160fc90 Convert all remaining drivers to use the modern pokey device. [Couriersud] 2012-05-19 15:04:16 +00:00
Couriersud
a1aac0365a Pokey: migrated quantum, runaway, tempest, tomcat, tunhunt to new device, no whatsnew. 2012-05-19 11:19:31 +00:00
Couriersud
5a35e4f641 Pokey: consolidated polynom code, migrated liberatr.c to new device - no WN. 2012-05-19 10:43:32 +00:00
Miodrag Milanovic
8fed96d76d fixed ldplayer (nw) 2012-05-19 09:46:32 +00:00
Couriersud
94a28f7834 Fixed random lfsr generation in pokey.c. This fixes MT00501 while tempest is still starting up. [Couriersud] 2012-05-18 22:02:51 +00:00
Michaël Banaan Ananas
d211dd4ec3 ioport regressions (didnt find any more in n-z) 2012-05-18 21:16:25 +00:00
Couriersud
64b0ae9b73 Fix regression on POKEY device introduced in last commit.
Fixed high pass filters for POKEY.
Added POKEYN device based on modern device. Migrated bzone,
ccastles and missile to use this device. [Couriersud]
2012-05-18 20:47:57 +00:00
Michaël Banaan Ananas
13efa048d6 ioport regressions 2012-05-18 20:46:48 +00:00
Michaël Banaan Ananas
7954158a03 ioport regression 2012-05-18 20:26:17 +00:00
Scott Stone
78f4ffbcfe Further clarification of Mega-Tech bioses as to versions and revisions. (nw) 2012-05-18 19:16:13 +00:00
Scott Stone
7dbb238433 Corrected error message to include other possibility (nw) 2012-05-18 17:44:15 +00:00
Miodrag Milanovic
17177279a2 Made ldplayer compile, still doesn't work fine (nw) 2012-05-18 16:34:45 +00:00
Scott Stone
bb811a4fbf Change error message to be more descriptive to actual error that occurs when a .dif file version doesn't match the CHD version. Hopefully, this will all but stop the seemingly never ending questions about the error. (nw) 2012-05-18 16:34:30 +00:00
Scott Stone
03f904f431 Documentation addition of a list of known Namco System 246/256 games until something more official is created. (nw) 2012-05-18 16:17:22 +00:00
Scott Stone
3030e29e18 Documentation correction and addition of version numbers from Smitdogg for the recently added dumps. (nw) 2012-05-18 16:05:53 +00:00
Scott Stone
1f549d7022 Documentation fixes surrounding TDS & MINTS games from gregf (nw) 2012-05-18 15:49:47 +00:00
Scott Stone
be8f713aa8 Fixed MT#04843: feversoc: Black Screen 2012-05-18 15:46:43 +00:00
Scott Stone
cac984febf bios fix for megatech (nw) 2012-05-18 15:42:08 +00:00
Scott Stone
f8c2a9ca36 New Mega-Tech BIOS added. [El Barto] 2012-05-18 14:58:56 +00:00
smf-
564b1928a4 Stop the elephant stage on Handle Champ from crashing, though other graphics issues remain. [smf] 2012-05-18 00:43:34 +00:00
smf-
f89de2c5db Added the alternative bios found on Gachagachamp, it appears to just be recompiled. [smf]
Added the 700B01 bios, only the CRC is known. [smf]

New games added
---------------
Handle Champ (GQ710 VER. JAA) [smf, Yasuhiro, Tormod, Paratach, M. Healey, Dr. Spankenstein, f205v, T. Bailey, Mr. CAST, J. Finney, M. David, anonymous, Pernod, hap, gatt9, redk9258, L. Genier, Yohji, Smitdogg, The Dumping Union]
2012-05-18 00:42:44 +00:00
mahlemiut
39fb790b3f i386: IRET/Virtual 8086 mode fixes [Carl] 2012-05-17 23:14:49 +00:00
Michaël Banaan Ananas
bafda0ba03 fix crash 2012-05-17 22:55:16 +00:00
Couriersud
2c72a9bd8c Improved sound emulation in for pokey chip.
Changed audio emulation to emulate borrow 3 clock delay and
proper channel reset. New frequency only becomes effective
after the counter hits 0. Emulation also treats counters
as 8 bit counters which are linked now instead of monolytic 
16 bit counters. [Couriersud]

Also fixes MT04492
2012-05-17 20:04:08 +00:00
Michaël Banaan Ananas
8be97a1edb fix broken colors 2012-05-17 18:21:19 +00:00
Michaël Banaan Ananas
4dc7ef03bb get rid of anonymous timer (savestate problem) 2012-05-17 18:08:21 +00:00
Michaël Banaan Ananas
f9de103518 stiletto typofix 2012-05-17 18:06:40 +00:00
Fabio Priuli
47741486b8 info.c: added screen tags to xml output, so that it is possible to easily identify which screens depend
on optional devices (mostly of use in MESS, for its slot options, but eventually handy for PC-based 
arcades too) [Fabio Priuli]
2012-05-17 14:09:18 +00:00
Miodrag Milanovic
0f76b1e0f6 set m_cursetting to NULL since must not be set in case of onoff_alloc, this fixes validation too (no whatsnew) 2012-05-17 13:58:32 +00:00
Miodrag Milanovic
d4944e9582 Fix gcc 4.6 compile (nw) 2012-05-17 13:31:55 +00:00
Miodrag Milanovic
7fa8181aca Fixed compilation under VS2010 (no whatsnew) 2012-05-17 12:56:08 +00:00
Scott Stone
9af89c3a52 Finally done the last part of the dotmatrix changes, which is to create a dot by dot display mode. This makes the BFMDM01 emulation far more straightforward, and should mean that anyone wanting a matrix can call some combination of functions and make it work. [James Wallace] 2012-05-17 10:49:51 +00:00
Michaël Banaan Ananas
d52ac19bdf razmataz/ixion doesn't have a 8255 2012-05-17 09:14:44 +00:00
Miodrag Milanovic
f5ccb6d6a5 Fix for output of TOC and GDI content on extractcd option (nw) 2012-05-17 07:26:49 +00:00
Miodrag Milanovic
b07acba92b Fix for boot problem on pcxt driver (nw) 2012-05-17 07:03:04 +00:00
Scott Stone
b49d8953f3 New clones added
----------------
Tecmo Bowl (World, prototype?)  [Mr. CAST, Smitdogg, The Dumping Union]
2012-05-17 03:01:43 +00:00
Fabio Priuli
6d5e75f463 scramble.c: fixed crash in 800fath,mariner, knockout, triplep and sets having a 7474 without the "audiocpu". no idea why it has started to crash only now... no whatsnew. 2012-05-16 21:25:46 +00:00
Michaël Banaan Ananas
8c698eef61 fix avspirit missing sprites 2012-05-16 19:35:00 +00:00
Michaël Banaan Ananas
763a3eb146 new clone added
----------------
Ms. Pac-Man II (Orca bootleg set 2) [Corrado Tomaselli, MisfitMAME]
2012-05-16 14:31:58 +00:00
Miodrag Milanovic
3de21ee2c6 Sync with mess, cleanup (nw) 2012-05-16 14:08:16 +00:00
Miodrag Milanovic
0b871c7032 Fix for PORT_CONDITION regression (no whatsnew) 2012-05-16 13:59:46 +00:00
Miodrag Milanovic
b22fbc62d7 Fix for PORT_VBLANK multi bit (no whatsnew) 2012-05-16 11:44:57 +00:00
Michaël Banaan Ananas
55d1ebc239 undo workarounds not needed anymore after micko's ioport fix 2012-05-16 11:44:56 +00:00
Miodrag Milanovic
a16c2889c3 Little cleanup (nw) 2012-05-16 09:42:38 +00:00
Miodrag Milanovic
1fa26eac08 fixed ram size validation regression (no whatsnew) 2012-05-16 08:58:52 +00:00
Miodrag Milanovic
f182f80a1d port changed regression fix (no whatsnew) 2012-05-16 07:24:41 +00:00
R. Belmont
c40f1ad464 68681: Timers start immediately; unlike counters they don't wait for a start command. [R. Belmont] 2012-05-16 03:27:32 +00:00
R. Belmont
55e0629fba Z8001 has 16-bit wide I/O ports [R. Belmont, Christian Grössler] 2012-05-16 01:18:05 +00:00
Michaël Banaan Ananas
7e791c91c5 fix music speed 2012-05-15 23:27:27 +00:00
Michaël Banaan Ananas
f479f7925f Small Konami update: [Mamesick]
- aliens.c : reverted wrong changes applied in 0.145u8.
- crimfght.c : reverted wrong changes applied in 0.145u8.
- vendetta.c : small cosmetic changes plus PCB components verified.
2012-05-15 23:12:14 +00:00
Brian Troha
0bfe9374bf segas16b.c: Corrected the rom labels for the Japanese Cotton set and added the Sega ID# for the rom board. [Tormod, The Dumping Union] 2012-05-15 20:22:59 +00:00
Miodrag Milanovic
0578486dc2 fixed cdimono1 regression (nw) 2012-05-15 17:11:27 +00:00
Miodrag Milanovic
206d7d92c6 Fixed display of icon in windows (no whatsnew) 2012-05-15 13:20:26 +00:00
Miodrag Milanovic
2139f1b17d end of line was missing (nw) 2012-05-15 12:29:40 +00:00
Fabio Priuli
9523de7305 another driver updated to use modern i8255 implementation. no whatsnew.
this leaves us with a few sega drivers (segahang, segas16a, turbo) which use port C of the 8255 in an uncommon way to control/interact with the sound CPU. 
any expert available to explain me what the sound CPU expects exactly here? otherwise, I will devote to it my next lunch break...
2012-05-15 12:26:11 +00:00
Miodrag Milanovic
eb43dbb7a3 MAME windows executable gets it's own icon (no whatsnew) 2012-05-15 12:21:20 +00:00
Fabio Priuli
faf61ec105 updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 3 [Fabio Priuli] 2012-05-15 10:32:08 +00:00
Miodrag Milanovic
ec64611f0a DUART fix for counter mode making SC4 not assert (no whatsnew) 2012-05-15 10:11:12 +00:00
Miodrag Milanovic
07ee4afaba objdump doesn't work with VS binaries, so do not run it by Firewave (no whatsnew)
fixed uninitialized field in ioport_field.m_chars (fixes stack 
corruption with three PORT_CHAR definitions) / added some sanity 
checks for PORT_CHAR adding and lookup by Firewave

Intel 28F320J3D flash support by Lukasz Markowski

snapquik.c  fixed uninitialized variable that causes random assertion 
failure by Sandro Ronco
2012-05-15 06:56:17 +00:00
R. Belmont
640d7789ac z800x: Support for disassembly of Z8001 instructions [Christian Grössler] 2012-05-14 22:46:14 +00:00
Michaël Banaan Ananas
8dd1722cfb correct year of production 2012-05-14 19:28:08 +00:00
Michaël Banaan Ananas
d22cfbe20b fix regression ("//" was removed during core membank update) 2012-05-14 19:05:27 +00:00
Angelo Salese
61576b4ebf New NOT WORKING game
--------------------
Touryuumon [Yohji, Mr. CAST, Smitdogg, The Dumping Union]
2012-05-14 18:45:29 +00:00
smf-
63061f991b renamed a rom that is identical to the parent. 2012-05-14 17:31:11 +00:00
smf-
23455987f3 New games added
---------------
Hyper Bishi Bashi Champ (GQ876 VER. EAA) [smf, Guru, Thorsten]
Hyper Bishi Bashi Champ (GQ876 VER. AAA) [smf, any]
2012-05-14 17:23:48 +00:00
Fabio Priuli
89ab3c9b68 a last couple of drivers updated. no whatsnew.
the remaining drivers using 8255ppi.c (legacy implementation) are: a few games on galaxian/scramble/scobra hw and a few sega system16 games. I think I will have time to convert these too before the weekend, but if anyone wants to do it earlier, be my guest...
2012-05-14 16:14:52 +00:00
Fabio Priuli
b356181d69 updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 2 [Fabio Priuli] 2012-05-14 15:19:40 +00:00
Fabio Priuli
43a1938f2b updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 1 [Fabio Priuli] 2012-05-14 08:26:08 +00:00
Scott Stone
f9e19563c9 Correct labels for bcruzm12 and replaced overdumped rom from butasan based on pcb pictures and observation [bonky0013, Tafoid] 2012-05-14 03:04:52 +00:00
Scott Stone
1af04cfc9e Fix for crashing bfm_sc2.c sets (nw) 2012-05-13 22:54:28 +00:00
R. Belmont
e9b3bd39f0 Z8001: Fix inb/outb @rX form. M20 PPI test now passes. [R. Belmont] 2012-05-13 21:14:59 +00:00
R. Belmont
6842651097 GCC 4.6 compile fix (nw) 2012-05-13 21:13:21 +00:00
Michaël Banaan Ananas
efbb956e75 fix regression 2012-05-13 20:09:59 +00:00
Michaël Banaan Ananas
4e7a1860e7 added nmi ack for bootlegs 2012-05-13 19:49:54 +00:00
Michaël Banaan Ananas
cdc46fda3a fix statusport bitmask 2012-05-13 16:23:08 +00:00
Michaël Banaan Ananas
7650d73c24 fix coin insert problem 2012-05-13 14:49:25 +00:00
Michaël Banaan Ananas
524acc9809 (spaces in the rom filenames) 2012-05-13 13:02:00 +00:00
Miodrag Milanovic
8e60e1a87b Cleanup (no whatsnew) 2012-05-13 06:37:29 +00:00
Yasuhiro Ogawa
d9c312f1c3 Games promoted to working
-----------------
Hamburger (cassette, Japan) [Team Japump!!!]

renamed cprogolf2 to cprogolfj
corrected filenames for some sets
2012-05-13 02:49:33 +00:00
R. Belmont
53f4768112 Small minds formally hobgoblined. (nw) 2012-05-13 02:01:52 +00:00
Scott Stone
414d4cc5ef Validation fix (duplicate gamename/description) (nw) 2012-05-13 01:40:06 +00:00
Scott Stone
928a8a4586 This is phase 2 of the DMD changes, creating a new '5 dot' element to make it more like the actual DM01 (which uses 5 by 7 blocks, but wires them up row wise to a buffer, giving an unusual '65 dot row') [James Wallace]. 2012-05-13 01:27:25 +00:00
Brian Troha
7561d4ddcd gei.c: Refactored Trivia rom questions. Added misc documentation. Added DSW locations to several sets. [Brian Troha]
New Clone Added
---------------------------------
Super Poker (Version 10.10) [Brian Troha, The Dumping Union]
2012-05-12 23:32:35 +00:00
R. Belmont
9151e639aa New games added as GAME_NOT_WORKING:
* Hamburger (DECO Cassette) [Charles MacDonald, Dr. Spankenstein, Kevin Eshbach, T. Huff, SteveS, E. Page-Hanify, Hikari, ArcadeDude, F. Bukor, N. Francfort, jmurjr, arcade-history.com, ThumB, Hurray Banana, Paratech, Xiaou2, Cornishdavey, A. Costin, M. Ponweiser, Tormod, Rambo, Smitdogg, The Dumping Union]
* DS Telejan (DECO Cassette) [Guru, Charles MacDonald]
* Pro Golf (DECO Cassette) (set 2) [Guru, Charles MacDonald]
2012-05-12 16:11:11 +00:00
Michaël Banaan Ananas
0a403d163c new clone added
-------------------
Ms. Pac-Man II (bootleg) [Jim Skilskyj, MisfitMAME]
2012-05-12 15:12:33 +00:00
Miodrag Milanovic
1d8b745188 Added PPC405GP to PPC cpu core [Lukasz Markowski]
Added custom DCR read/write handlers to PPC cpu core [Miodrag Milanovic]
2012-05-12 13:46:49 +00:00
smf-
6208b1031e hooked up player 3 controls. 2012-05-12 11:10:55 +00:00
smf-
331cf0695e fixed set names. 2012-05-12 10:14:26 +00:00
smf-
76e263dc84 updated hashes with redumped roms that now pass the rom test & renamed 2 & 3 player versions of hyper bishi bashi champ 2012-05-12 10:00:40 +00:00
Miodrag Milanovic
2a8dfbdeaa Fix for i286 preventing error 104 on ibm5170 [Carl] 2012-05-12 06:08:34 +00:00
Michaël Banaan Ananas
f5b8f67d17 fixed atarivc_eof tag and shortened playfield_upper(15 chars) tag to playfield_up 2012-05-11 21:15:45 +00:00
Michaël Banaan Ananas
95ce89fcfe sc5crnjw description year 2012-05-11 20:44:49 +00:00
Michaël Banaan Ananas
8c6fd8ce6c airh parent-clone relationship 2012-05-11 20:42:38 +00:00
Michaël Banaan Ananas
cdd3c2de30 (explain bad rom) 2012-05-11 19:31:52 +00:00
Miodrag Milanovic
896a5793b0 More Z8001 work, M20 now passes memory test [Christian Grössler] 2012-05-11 14:51:28 +00:00
Scott Stone
e65580b6af Initial work in preparation for some modernization on the whole megadriv.c file, starting with better splitting of actual drivers (megadriv.c, megacd.c, mega32x.c, megasvp.c and megavdp.c). [David Haywood] 2012-05-11 14:40:26 +00:00
smf-
c57965760b zerod out the date and time 2012-05-11 13:46:11 +00:00
smf-
4a4ea27ef0 updated hyper bishi bashi roms, but the game still doesn't work. 2012-05-11 12:44:49 +00:00
Michaël Banaan Ananas
9ad691d5c2 update comment again 2012-05-11 11:44:44 +00:00
Michaël Banaan Ananas
139f965a40 small cleanups + disabled coin lockout for gunbustrj 2012-05-11 11:22:19 +00:00
Miodrag Milanovic
6ec85627cb Preliminary Z8001 support [Christian Groessler] 2012-05-11 10:08:49 +00:00
Michaël Banaan Ananas
00b96a4768 aw, gunbustrj coin lockout is still not working 2012-05-10 23:10:11 +00:00
Michaël Banaan Ananas
621fa9a92f fixed coin lockout and missing sound/music, default eeprom had volume 0 2012-05-10 22:45:06 +00:00
Michaël Banaan Ananas
ea0ddf7be7 comment 2012-05-10 21:26:25 +00:00
smf-
121b10a2fa New games marked as GAME_NOT_WORKING
------------------------------------
Hyper Bishi Bashi (GQ876 VER. EAA)
2012-05-10 20:58:07 +00:00
smf-
a7229679c7 fixes for building with visual studio 11 beta. 2012-05-10 19:02:23 +00:00
Michaël Banaan Ananas
3c80df9623 cleandown (nw) 2012-05-10 15:31:41 +00:00
Miodrag Milanovic
acc1e50723 cleanup (nw) 2012-05-10 14:53:40 +00:00
Michaël Banaan Ananas
bae7a69aea small cleanups 2012-05-10 14:49:59 +00:00
Miodrag Milanovic
a7ae8990b5 Fixed natural keyboard issues in ioport (no whatsnew) 2012-05-10 14:36:06 +00:00
Michaël Banaan Ananas
e4479e6e2b Games promoted to working
-----------------
Chance Kun [hap]
Bikkuri Card [hap]
2012-05-10 13:48:06 +00:00
R. Belmont
570c01f9ac i8251: "reset" bit is only documented to revert to looking for a mode byte, not reset the entire chip. [R. Belmont] 2012-05-09 22:32:12 +00:00
Michaël Banaan Ananas
a3a85159ee marking them GNW anyway, due to COIN OUT error 2012-05-09 21:13:52 +00:00
Michaël Banaan Ananas
1e79fda5b2 preliminary Toshiba TC8830F emulation [hap] 2012-05-09 21:10:28 +00:00
Scott Stone
fb3e6359e8 Corrected some off by one errors in DM01 dot matrix emulation, while making it a bit more generic. Ultimately, it will plug into Scorpion 2 and 4 hardware. [James Wallace] 2012-05-09 19:16:41 +00:00
Scott Stone
847cb7ba26 overlooked a submission I was sure was added (nt) 2012-05-09 17:53:48 +00:00
Michaël Banaan Ananas
4bdb0e581d oops 2012-05-09 15:03:55 +00:00
Michaël Banaan Ananas
60641b72ed tc8830f skeleton 2012-05-09 14:52:29 +00:00
Michaël Banaan Ananas
50f4c7f5e9 timeplt.c: Added inputs to chkun and bikkuric, making them playable. [hap] 2012-05-09 13:39:10 +00:00
Michaël Banaan Ananas
c93fdb5212 fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double routing (louder volume + soundchip showing up twice in the sliders menu) 2012-05-08 20:26:08 +00:00
Fabio Priuli
517e339e81 playch10.c: fixed IRQ regression in some G-Board games by simply importing MMC3 IRQ code from MESS. implementations will be merged anyway, eventually, just no time now to pursue this more (real life syndrome). no whatsnew. 2012-05-08 20:00:31 +00:00
Scott Stone
4acf31ba8e Fixed ffightj2 ROMs labels and locations, added pcb infos to video\cps1.c [Team CPS-1]
Fixed mapping for mmatrixd (cps2) to allow in-game region switch to work and renamed to a US set due to rom labels.  Replaced Phoenix Set xmvsfu1d (cps2) bad dumps with others which pass in-game rom tests.  [Barry Harris]
2012-05-08 19:06:48 +00:00
Scott Stone
93faf2c68c Misc documentation updates and typo fixes for neogeo.xml as well as updates and a cleanup of neodrvr.c [Johnboy] 2012-05-08 17:55:33 +00:00
Angelo Salese
0d83b817e9 btanb note 2012-05-08 15:34:09 +00:00
Angelo Salese
81819092bf Added NMI sound ACK mechanism to tecmo.c driver [Angelo Salese] 2012-05-08 14:50:51 +00:00
Brian Troha
6b1138b435 galspnbl.c: Rename the button for Hot Pinball too... time for sleep... 2012-05-08 03:15:44 +00:00
Brian Troha
3a4d74eb50 Change buttons name for Hot Pinball, Gals Pinball & Super Pinball Action to what's used in manual. Misc spelling correction - yes English is my native language ;-p - NW 2012-05-08 03:13:57 +00:00
Brian Troha
91074eefe4 ertictac.c: Spelling correction - NW 2012-05-08 03:07:05 +00:00
Brian Troha
0a31598064 spbactn.c: Adjusted clock speeds based on OSCs actually on the PCB. Added missing button and labeled buttons. Added dipswitch locations and misc documentation. [Brian Troha] 2012-05-08 02:59:48 +00:00
Brian Troha
205abfe682 galspnbl.c: Add in missing button to Gals Pinball & Hot Pinball along with misc documentation. [Brian Troha] 2012-05-08 02:55:47 +00:00
R. Belmont
f03200ab01 Don't optimize tms57002 on OS X PowerPC builds [Couriersud] 2012-05-08 01:26:33 +00:00
R. Belmont
6df8fff700 Fix OS X PowerPC compile (nw) 2012-05-08 01:25:49 +00:00
Wilbert Pol
892980f48e tia.c: Fix crashes caused by uninitialized variable. (nw) 2012-05-07 19:14:20 +00:00
Michaël Banaan Ananas
c2b8999803 obvious regression (why did this even work before??) 2012-05-07 17:45:09 +00:00
Michaël Banaan Ananas
73409fa141 same regression as ladybug 2012-05-07 12:30:23 +00:00
Miodrag Milanovic
b8d2ce1b1e Sync with MESS (nw) 2012-05-07 12:26:33 +00:00
mahlemiut
462073ccf4 Added device image type for individual ROM images (as used in some Amstrad CPC applications) (no whatsnew) 2012-05-07 12:12:57 +00:00
Michaël Banaan Ananas
a50e8f5ca9 updated prev commit (no regressions here tho) 2012-05-07 12:09:58 +00:00
Michaël Banaan Ananas
27dd86c42f fix brkthru.c regression
(might be a global issue?)
2012-05-07 12:02:27 +00:00
Michaël Banaan Ananas
e511946fbc fix ladybug.c regression 2012-05-07 11:44:44 +00:00
Miodrag Milanovic
811285d959 fix for aleck64 regression (no whatsnew) 2012-05-07 09:32:24 +00:00
Miodrag Milanovic
0238c610f7 Clean-ups and version bump 2012-05-07 06:57:50 +00:00
Aaron Giles
0a119e20fe Fix issue where changes to the default input config did not
apply to the game-specific config.

Also fixed none/default toggle for game-specific configs.
2012-05-07 06:38:35 +00:00
Aaron Giles
fe12de0fc8 Fix error in decompression for avhuff. Converted cubeqst CHDs
now pass verification.
2012-05-07 06:37:39 +00:00
Michaël Banaan Ananas
980efa5d4d (oki clock) 2012-05-06 19:39:18 +00:00