Commit Graph

12689 Commits

Author SHA1 Message Date
Angelo Salese
3e0775cb1f Forgot .lay files 2011-06-15 19:34:48 +00:00
Angelo Salese
a8843aba5d Fixed Aristocrat MK5 screen offset. [Palindrome]
Added SRAM support for dmdtouch and geishanz. [Palindrome]

Various aristmk4.c changes [Heihachi_73]
* Added button panel artwork and renamed/remapped inputs for all games.
* Changed cgold2's PROM to a more compatible version.

Various aristmk5.c changes [Heihachi_73]
* Changed parent/clone relationship for Dolphin Treasure (later version is now parent). 
* Added a US clear chip to the set chip ROMs.
* Removed the set chip loading from all games which don't use them.
* Cleaned up ROM name descriptions to match the aristmk4.c format.
2011-06-15 19:17:40 +00:00
Angelo Salese
b56d51b9d3 Fix MT #4375 (aka somebody should explain to me why this is going to become a standard thing -.- ...) 2011-06-15 19:09:44 +00:00
Miodrag Milanovic
d7beedfe70 Made approx matches code to be used from one place (no whatsnew) 2011-06-15 18:35:13 +00:00
Miodrag Milanovic
9a2b931d6d Added display of approx matches in all lists in case of softlist item is missed (no whatsnew) 2011-06-15 17:59:58 +00:00
Miodrag Milanovic
2e4ce7091e Display approximate matches if softlist item is not found (no whatsnew) 2011-06-15 17:51:47 +00:00
Miodrag Milanovic
7fd9b4fba0 Added support for starting softlist item directly without
marking image device to be mounted on. If soft item is found 
it will be loaded on first image device that have needed 
interface defined [Miodrag Milanovic]
2011-06-15 17:31:06 +00:00
Miodrag Milanovic
2cc07055e4 CDROM image device modernized and drivers updated (no whatsnew) 2011-06-15 13:10:37 +00:00
Miodrag Milanovic
079e1fa5fa Cassette device modernized (no whatsnew) 2011-06-15 09:18:10 +00:00
Wilbert Pol
d565bd41e6 memory.c: Fixed display of physical addresses in the debug memory viewer. [Wilbert Pol] 2011-06-14 20:20:48 +00:00
Miodrag Milanovic
b90cab195f Fix for listxml and centronics device (no whatsnew) 2011-06-14 14:29:57 +00:00
Curt Coder
ad1f10399b Refactored the INS8250 interrupt line to use devcb. [Curt Coder] 2011-06-14 11:42:03 +00:00
Miodrag Milanovic
733d00f28e Converted printer image device to modern (no whatsnew) 2011-06-14 10:10:17 +00:00
Angelo Salese
1f516b966d Port from MESS, nw 2011-06-14 01:26:34 +00:00
Scott Stone
488e13d278 Some improvements to the protection address / logging simulation for Decathlete (saturn.c). [David Haywood] 2011-06-14 00:54:19 +00:00
Angelo Salese
c422a1a72e Port from MESS, nw 2011-06-14 00:53:46 +00:00
Ryan Holtz
23976ade94 HLSL Updates: [Ryan Holtz, Bat Country Entertainment]
- MAME will now save an HLSL INI file on the first run of a game that doesn't already have an INI file.
- HLSL INI files must have their parameters left in the order in which they are saved out.
- Fixed a diagonal 'crease' visible on the screen in HLSL mode.
2011-06-13 23:09:41 +00:00
Scott Stone
e3bfde1209 Compile fix for unused variable warning (no whatsnew) 2011-06-13 22:42:27 +00:00
mariuszw1
ecf077682c Warp Speed update [Mariusz Wojcieszek]
- fixed vblank interrupt and removed rom patches
- added coin input
- added preliminary starfield emulation
2011-06-13 21:04:56 +00:00
Curt Coder
44cfbff05e Synced with MESS. (nw) 2011-06-13 16:27:32 +00:00
Olivier Galibert
d8c855729a remove log (nwn) 2011-06-13 12:01:55 +00:00
Olivier Galibert
bff81672b6 naomi/jvs: add coin add/sub commands (sub is used by crazy taxi) [O. Galibert] 2011-06-13 10:00:59 +00:00
Miodrag Milanovic
45fa774c24 Moved rest of mess formats to lib before rewrite(no whatsnew) 2011-06-13 09:20:58 +00:00
smf-
77ac853fd0 fixed comment 2011-06-13 07:09:06 +00:00
Angelo Salese
750c9575a2 Port from MESS, nw 2011-06-13 02:06:15 +00:00
Angelo Salese
c6a8b5e177 Port from MESS, nw 2011-06-13 02:05:14 +00:00
Brian Troha
ca36095911 New Clone Added Tekken 3 Asia Ver E1
New Clone Added
-----------------------------
Tekken 3 (Asia, TET2/VER.E1) [Tormod, Smitdogg, The Dumping Union]
2011-06-13 00:38:08 +00:00
Brian Troha
657d398b4c Correct spelling issue with comment in last namcos12.c update. NW 2011-06-13 00:13:26 +00:00
Brian Troha
64c9ade18d Minor doc upgrade for namcos12.c NW 2011-06-13 00:06:41 +00:00
Brian Troha
fa4de530d3 new clone: Tekken 3 (Japan, Ver A)
BTW: Not sure if there is a mameteste's number associated with this, but the missing graphics in the US & Asia Ver A sets have been fixed with this update.

New clones added
----------------
Tekken 3 (Japan, TET1/VER.A) [Yohji, Smitdogg, The Dumping Union]
2011-06-12 23:54:28 +00:00
Angelo Salese
87390c0437 Port from MESS, nw 2011-06-12 22:14:30 +00:00
Angelo Salese
dbb1f7bcc4 Port from MESS, nw 2011-06-12 22:13:49 +00:00
Olivier Galibert
58e656ed66 Duh! (nwn) 2011-06-12 21:14:45 +00:00
Jonathan Gevaryahu
525c0431e2 TMS5220: Force OLDP and OLDE to be updated only on the A
subcycle of IP=0 PC=0; this has no effect whatsoever on the
output, it is merely to better document how the chip works.
[Lord Nightmare]
TMS5220: Emulate circuit 412 from the patent, which should
prevent spurious clicks on interpolation-inhibited frame
transitions; This may improve the tie fighter sounds in
starwars, and some clicking in eprom/eproma. [Lord Nightmare]
2011-06-12 18:39:47 +00:00
Yasuhiro Ogawa
7dcf617e34 Fixed game name of minasan (incorrectly renamed by r12820) 2011-06-12 13:41:46 +00:00
Ryan Holtz
5838be042b Next time feel free to apply the obvious fix, no whatsnew :-) 2011-06-12 08:42:23 +00:00
Ryan Holtz
80d66bb1d6 HLSL Cleanup, no whatsnew:
- Fixed set_vector functionality and simplified shaders as a result
- Fixed HLSL presets, 0 to 3, in increasing level of terribleness
- Reduced options footprint from RGB triplets

Next plan: Separate INI writing.
2011-06-11 23:46:24 +00:00
Angelo Salese
5d2798215c Latest changes (please port this to MESS, tia) 2011-06-11 19:25:53 +00:00
Miodrag Milanovic
17e86ecdf7 flopdrv - Added setting of disk change signal on image load (no whatsnew) 2011-06-11 10:38:44 +00:00
Miodrag Milanovic
2ad619b137 ins8250 - Fix enabling better mouse support in pc driver [Carl]
i286 - limit check of SS in push and pop instructions [Carl]
2011-06-11 10:03:11 +00:00
R. Belmont
206c04c6e2 Better documentation for donghaer (no whatsnew) 2011-06-11 00:41:34 +00:00
Alex W. Jackson
92c33d0002 polepos.c: Convert to MCFG_SCREEN_RAW_PARAMS and scanline-based IRQ timing [Alex Jackson, O. Galibert] 2011-06-10 19:56:42 +00:00
Olivier Galibert
e072ccc0f2 memory: Stop being stupid and call the extremely well written
populate_range_mirrored code through map_range when appropriate, which
is most of the time.  [O. Galibert]
2011-06-10 17:50:01 +00:00
Olivier Galibert
3e62b314df inptport: Disable the default sequence recognition for now. [O. Galibert]
Aaron, is that something not really implemented yet, or a remnant of
the previous input system?  The rest of the code is pretty much not
able to cope with ITEM_ID_SEQ_DEFAULT, and disabling the recognition
seems to just work.
2011-06-10 17:26:17 +00:00
Miodrag Milanovic
2749c957bc Cleanup of image device base classes and prepare for rewrite (no whatsnew) 2011-06-10 14:54:08 +00:00
Miodrag Milanovic
6312851a55 i286 - core fixes enabling some progress on OS/2 1.1 by Carl (no whatsnew) 2011-06-10 08:37:19 +00:00
Angelo Salese
c2b740e21f Small note 2011-06-10 00:26:06 +00:00
Angelo Salese
9cfc5d5b65 new clone
---------
Albatross (US clone of Super Crowns Golf) [Antonio Gonzalez Jr., Smitdogg, The Dumping Union] (not working)
2011-06-09 23:48:32 +00:00
mariuszw1
cc065def0f New clones added
--------------------------------------------------
Heated Barrel (Electronic Devices license) [Hurray Banana, Tormod, hotaru, Dna Disturber, F. Marsaud, N. Francfort, Smitdogg, The Dumping Union]
2011-06-09 20:09:16 +00:00
mariuszw1
cf990f5e38 New games marked as NOT_WORKING
-------------------------------
Warp Speed (prototype) [TrevEB, Siftware, Mariusz Wojcieszek]
2011-06-09 20:03:25 +00:00