Commit Graph

29815 Commits

Author SHA1 Message Date
David Haywood
e3dc0055c0 make blend code more flexible so we can put in the alt config spbactnp uses, cleaned up some code in tecmo_spr as a result, actually has proper colours/priority now, still not sue what the extra cpu on the proto does tho! 2014-05-22 17:57:44 +00:00
Michaël Banaan Ananas
dd65152b67 small cleanup: put draw_sprites in its own function instead of inside screen_update 2014-05-22 16:19:39 +00:00
Michaël Banaan Ananas
e5cb963716 added resnet info 2014-05-22 16:00:23 +00:00
David Haywood
ee90a9c29a spbactn now uses render to individual bitmaps then mix... fixes a few priority bugs, but there are a lot of uncertain cases 2014-05-22 15:23:09 +00:00
Alex W. Jackson
d5122094dd m37710: make memory helpers inline; remove more obsolete cruft (nw) 2014-05-22 10:11:47 +00:00
mahlemiut
e806dfd320 fm_scsi: fix SCSI regression. (no whatsnew) 2014-05-22 04:18:10 +00:00
Couriersud
12ca83a075 Netlist codebase now also compiles outside the MAME environment.
Replaced tagmap with a very simple class to make it happen. Linear searches, slow, but only used during analysis.
Various minor changes and some more logging.
2014-05-21 23:30:57 +00:00
Scott Stone
ad32033a02 Fix for regression in odeontw2 (nw) 2014-05-21 21:57:46 +00:00
Alex W. Jackson
7a0aa6c75a sdl: properly disable sound on -bench runs (nw) 2014-05-21 19:31:24 +00:00
Dirk Best
a81d660cc2 Amiga: Fix some MAME issues 2014-05-21 18:52:32 +00:00
Dirk Best
da9866d638 Amiga: Add support for interlaced modes. Currently, this basically
emulates a "flickerfixer" device because the core doesn't have native
interlace support yet.
2014-05-21 17:14:01 +00:00
Dirk Best
0f82579a53 Amiga: Fix A2052 device name 2014-05-21 17:13:59 +00:00
Ivan Vangelista
fc31fd05b1 Fixed msx2_flop.xml validation (nw) 2014-05-21 16:40:38 +00:00
David Haywood
b5337829ae more movement towards better rendering (nw) 2014-05-21 14:08:40 +00:00
smf-
04e53b129e Fixed last one missed from r30521: Fixed ROM_RELOAD sizes to match actual rom sizes in certain WPC_95.c games (nw) 2014-05-21 12:51:40 +00:00
Miodrag Milanovic
42b4acfec3 slots are now taken in consideration even if defined in ini only (nw) 2014-05-21 12:05:32 +00:00
Miodrag Milanovic
9ab853f739 New clones added:
-Zira [PinMAME]
-Meg-Aaton (alternate set) [PinMAME]
-Nautilus [PinMAME]
-The Raid [PinMAME]
-Star Fire (alternate set) [PinMAME]
-Flash Dragon [PinMAME]
-Skill Flight (Playmatic) [PinMAME]
2014-05-21 09:53:57 +00:00
Oliver Stöneberg
10915869d1 fixed DEBUG compilation (nw) 2014-05-21 09:41:02 +00:00
Miodrag Milanovic
34d6a88b9d New clones added:
-Terminator 3 (3.01) series [PinMAME]
-Simpsons Pinball party 3.00 series [PinMAME]
-Harley Davidson 1.03 (UK Only) [PinMAME]
2014-05-21 08:59:48 +00:00
Alex W. Jackson
9b4eaaf6f8 m37710: support direct read [Alex Jackson] 2014-05-21 08:01:56 +00:00
Brian Troha
c3c54a3cfb new PE+ sets
New Clones Added
-----------------------------------------------
Player's Edge Plus (PP0043) 10's or Better (International) [BrianT, wolf767]
Player's Edge Plus (PP0046) 10's or Better (set 2) [BrianT, wolf767]
Player's Edge Plus (PP0265) 4 of a Kind Bonus Poker (International) [BrianT, wolf767]
Player's Edge Plus (PP0816) Standard Draw Poker [BrianT, wolf767]
Player's Edge Plus (X002276P+XP000055) Black Jack Bonus Poker [BrianT, wolf767]
2014-05-21 01:36:50 +00:00
David Haywood
d09d518dcf prepare for alt rendering (nw) 2014-05-20 22:36:50 +00:00
David Haywood
7c734d3e4c more function collapse adjustments prior to trying to proper refactoring (nw) 2014-05-20 21:54:03 +00:00
Wilbert Pol
0c1e68d4cd (MESS) msx.c: Some small fixes. (nw) 2014-05-20 21:18:46 +00:00
Curt Coder
d256717e59 (MESS) myb3k: Modernized floppy. (nw) 2014-05-20 21:16:48 +00:00
Curt Coder
874873a674 (MESS) ms0515: Modernized floppy. (nw) 2014-05-20 20:58:51 +00:00
Wilbert Pol
ec72ebc33e (MESS) msx.c: Added preliminary msx audio support. (nw) 2014-05-20 20:17:06 +00:00
David Haywood
0121de2214 let's try the fstarfrc logic here (nw) 2014-05-20 20:01:35 +00:00
Couriersud
110a268b0e Straightened the timing code. With solver parameter DYNAMIC_TS=1 the system now steps each analog subnet individually by using a LTE approach. With DYNAMIC_TS=0 pure fixed timestepping is used.
Reworked some code (mostly in nl_base.h) to shift variables into the private space.
2014-05-20 19:34:16 +00:00
Wilbert Pol
9fb5dabee4 (MESS) msx.c: Added small msx2 floppy software list. (nw) 2014-05-20 18:53:16 +00:00
David Haywood
c34738fbe0 start collapsing the code (nw) 2014-05-20 15:47:51 +00:00
Dirk Best
3dbb81e4f8 Amiga: Fix some Zorro slot bugs. Add the Commodore A2052 Zorro-II card
as an example for a basic memory expansion. Add the Buddha IDE
controller Zorro-II card (not working yet though).
2014-05-20 15:32:17 +00:00
David Haywood
a64e37022b resume work trying to unify these a little (nw) 2014-05-20 15:00:43 +00:00
Oliver Stöneberg
e9e07ab611 fixed usage of uninitialized members in i2cmem_device (nw) 2014-05-20 14:07:41 +00:00
Robbbert
c883d7adee (MESS) mbc200 : notes 2014-05-20 12:49:45 +00:00
Robbbert
d6ad896274 (MESS) mbc200 : connected handshaking to ppi 2014-05-20 11:15:26 +00:00
Alex W. Jackson
9c6c6278e6 screen.c: remove redundant checks from update_partial() (nw) 2014-05-20 08:24:36 +00:00
Roberto Fresca
b7680d9e46 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Gallag Video Game / Petalouda (Butterfly, x50) [Roberto Fresca]
2014-05-20 08:12:20 +00:00
Alex W. Jackson
ea8a1b0457 itech32.c: add note about screen configurations (nw) 2014-05-20 07:58:06 +00:00
Alex W. Jackson
c757eb7fc6 MT 03599 [Alex Jackson] 2014-05-20 06:01:43 +00:00
Robbbert
e6ea8bf92f (MESS) mbc200 : video code improved 2014-05-20 01:16:17 +00:00
Curt Coder
453141c1c8 (MESS) vixen: Floppy WIP. (nw) 2014-05-19 21:21:46 +00:00
Curt Coder
6cec2129ff Cleanup. (nw) 2014-05-19 21:21:01 +00:00
Curt Coder
bfc80dde16 wd_fdc: Hold DRQ in status register until scan ID command has been fully read. This fixes Osborne 1/2 2014-05-19 21:16:03 +00:00
Wilbert Pol
a6dd3e9c1b Spelling... (nw) 2014-05-19 20:51:46 +00:00
Wilbert Pol
b9ddc3405c (MESS) msx1_flop.xml: Added some floppies that came with the machines. (nw) 2014-05-19 20:47:54 +00:00
Wilbert Pol
b9c1f7ccb1 (MESS) msx.c: Fixed firmware and booting on fsa1wx and fsa1wxa drivers. (nw) 2014-05-19 20:05:12 +00:00
Sandro Ronco
64f307a27b Fixed cheatnext command. (nw) 2014-05-19 20:05:10 +00:00
Wilbert Pol
1ec4181f33 (MESS) msx.c: Some small fixes to the banking for the firmware in the fsa1wsx. (nw) 2014-05-19 19:49:52 +00:00
Sandro Ronco
d7433ea89f sigmab52 updates: [Sandro Ronco]
- improved inputs
- added preliminary sound
- fixed DIPLOCATION
- added nvram
- various cleanups
2014-05-19 19:35:30 +00:00