Oliver Stöneberg
747289faf7
fixed portmidi Visual Studio warnings (nw)
2013-01-01 20:41:17 +00:00
Curt Coder
6034e2bceb
(MESS) xerox820: Fixed MT#5068. [Curt Coder]
2013-01-01 19:49:38 +00:00
Oliver Stöneberg
14a9ce97cd
log all unhandled exceptions in running_machine::run() / handle bad_cast exceptions thrown by dynaic_cast - gives proper error in osc1000b and pippin now (nw)
2013-01-01 17:49:06 +00:00
R. Belmont
c3026ed3dd
FDC != WDC. Bad OG ;-) (nw)
2013-01-01 17:46:26 +00:00
Oliver Stöneberg
aa5701fb9c
handle binding_type_exception in running_machine::run() - gives proper error with apollo.c before assert (nw)
2013-01-01 17:18:39 +00:00
R. Belmont
13c3e056aa
Enable compiling PortMidi (nw)
...
Tested on: Linux x64, Mac OS X 10.8, Windows 8 x64 w/latest toolchain for both OSD=windows and OSD=sdl. MIDI should auto-disable on other OSes (*BSD) but there may be problems. Works fine on Linux when set to use the system's copy of the library as well, which many distros prefer.
2013-01-01 16:58:48 +00:00
R. Belmont
ad80ff6c3f
portmidi: Initial commit. [R. Belmont]
...
(nw: this isn't enabled to compile yet, this is just to make it easier to run the final tests on my Mac and my Windows laptop)
2013-01-01 16:11:32 +00:00
Robbbert
e000eedfbb
Small changes [Kevin Eshbach]
...
- Corrected how cocktail mode in Bagman is set. Cocktail mode is set by grounding a pin on the edge connector, not a dip switch. (Verified this on a real pcb and the schematics even show this correctly.)
- Corrected the rom names and locations for the Xevious bootleg Xevios, added the pal dump for the Xevious bootleg and marked the game as wrong sound because it does not use any of Namco custom mcu’s but instead a 4th Z80.
- Added partial dip switch locations for Elevator Action and Front Line
(NW NOTE) there is a new rom needed
2013-01-01 15:49:40 +00:00
Robbbert
c226f45cac
MT 05097 fix [Barry Harris]
2013-01-01 15:27:44 +00:00
Nathan Woods
7c42921356
[COCO3] GIME cleanups; identify memory banks on device start (nw)
2013-01-01 15:10:46 +00:00
Wilbert Pol
1db7776087
(MESS) Started hooking up the paddle to the i8021. (nw)
2013-01-01 14:15:28 +00:00
Wilbert Pol
c555a5ba9f
(MESS) microvsn.c: Small documentation update and improvements to clock speeds (nw)
2013-01-01 13:11:39 +00:00
Wilbert Pol
7e98daca92
(MESS) g7400: Added support for enabling/disabling the service row. Hooked up the i8243. (nw)
2013-01-01 10:45:03 +00:00
mahlemiut
d606935edb
s11a: made driver class be derived from the s11 driver class, to reduce code duplication.
2013-01-01 09:33:27 +00:00
Curt Coder
9eb41bb391
2013
2013-01-01 09:00:57 +00:00
R. Belmont
ecbe4a10ec
bongo: Fix cocktail flip [Kevin Pickell]
2013-01-01 03:27:29 +00:00
R. Belmont
069f37798a
scud: Hooked up Z80 digital sound board [R. Belmont]
2012-12-31 22:50:24 +00:00
Nathan Woods
d3570cf176
[COCO1/2] Rewrote the 6883 SAM memory management; should not be as slow when
...
switching between 64k RAM and ROM/RAM mode anymore.
2012-12-31 22:47:32 +00:00
R. Belmont
13f2c9b37d
stcc: hooked up Z80 digital sound board [R. Belmont]
2012-12-31 22:38:00 +00:00
Brian Troha
af232a3c30
blueprnt.c: Document the easy to figure out dips for Grasspin - NW
2012-12-31 22:32:15 +00:00
R. Belmont
fd0960a746
Split AMM decoder from YMZ770 and add MPEG layer 1/2 support [O. Galibert]
...
De-skeletonized Sega Z80 type Digital Sound Board, hooked up to swa [R. Belmont, O. Galibert]
2012-12-31 22:04:28 +00:00
Ryan Holtz
7e652d13c5
- render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the
...
OSD. [MooglyGuy]
- d3dhlsl.c: Began laying the groundwork for vector post-processing, disabled
by default. [MooglyGuy]
2012-12-31 21:29:02 +00:00
David Haywood
2be79ec4d3
oops, changed this before committing last time
2012-12-31 19:34:46 +00:00
David Haywood
5cd795034d
new NOT WORKING
...
Grasspin [Alberto Grego, Zabanitu]
off what's new, it seems another Zilic / Ashby developed game, Christoper Stamper is credited in the sound rom.
marked as NOT working because it always gives me infinite lives? dips are read by the sound cpu and passed to the main cpu, but coinage / # lives works, so i'm not sure what's going on? help?
2012-12-31 19:09:52 +00:00
Fabio Priuli
db2e8fd71c
cpc_flop.xml: some more sorting before 2013. no whatsnew.
2012-12-31 18:54:12 +00:00
Ryan Holtz
af9ee4a4e4
[HLSL] Fixed crash when using presets. [MooglyGuy]
...
[HLSL] Restored old HLSL prescale behavior, with 0 being auto-detect. [MooglyGuy]
2012-12-31 17:35:24 +00:00
David Haywood
d58eef5b12
there are 81 track adf files out there, actually I think there can be anything from 1 track to 82 tracks, but we'll cross that bridge when we come to it etc.)
2012-12-31 15:23:16 +00:00
Nathan Woods
3aa34032cf
MSVC compilation fixes (nw)
2012-12-31 11:46:37 +00:00
Wilbert Pol
a30b5a231f
be gone (nw)
2012-12-31 11:32:05 +00:00
Brian Troha
4763b2bbda
monzagp.c: use bootleg's "2" rom to fill in for missing rom in parent set. Marked as BAD_DUMP instead of nothing and marking as NO_DUMP - NW
2012-12-31 05:31:01 +00:00
Brian Troha
7395798a39
new Taito's Super Cup Finals clone
...
New Clone Added
------------------------------------------
Super Cup Finals (Ver 2.2O 1994/01/13) [dlfrsilver, The Dumping Union]
2012-12-31 05:17:16 +00:00
cracyc
a01f6e9417
[mess] pc.c:convert mc1502 to use wd_fdc (nw)
...
will boot but changing disks doesn't currently work
2012-12-31 02:12:38 +00:00
R. Belmont
2c9eb21bd3
Naomi: Updated a few previously unknown game numbers [Arzeno Fabrice]
2012-12-31 01:27:19 +00:00
Jonathan Gevaryahu
c4c9ff63d6
(MESS) A2Swyft: Change rom name to match card label, add jedec derived dump of pal16r4 [Lord Nightmare, D. Elvey]
2012-12-31 01:25:34 +00:00
Angelo Salese
bffe58b498
My version of the compile fix
2012-12-31 01:04:26 +00:00
Robbbert
5e58f75109
(MESS) fixed compile error (nw)
2012-12-31 00:15:27 +00:00
Olivier Galibert
d7170adf5d
input: Fix joystick constraint computations when multiple sources are possible [O. Galibert]
2012-12-30 23:35:29 +00:00
David Haywood
c88908508e
floppy order fixes (nw)
2012-12-30 22:53:38 +00:00
David Haywood
8a7a1159e8
some additional floppy order swapping (nw)
2012-12-30 22:26:10 +00:00
Wilbert Pol
6731260b78
Fix another tiny bug (nw)
2012-12-30 22:12:21 +00:00
Wilbert Pol
876916f548
Fix a tiny bug (nw)
2012-12-30 22:08:47 +00:00
Wilbert Pol
67c211dd92
(MESS) g7400: Let's start displaying some things. (nw)
2012-12-30 21:56:29 +00:00
David Haywood
ee3329220a
re-order some floppy discs (nw)
2012-12-30 21:37:09 +00:00
David Haywood
71df55ebe7
shuffle floppies around based on minimum chipset requirement (nw)
2012-12-30 20:40:32 +00:00
Wilbert Pol
22f330482b
(MESS) odyssey2: Some small EF934x changes (nw)
2012-12-30 20:14:04 +00:00
David Haywood
a0ef569e93
amiga SL improvements (nw)
2012-12-30 19:43:26 +00:00
Cowering
af0d9de57c
Update ROM name from PCB info
2012-12-30 18:43:26 +00:00
Andrew Gardner
e3cf860063
Modernize the QSound sound device. [Andrew Gardner]
...
Out of whatsnew:
The one that started it all. It works now. No idea what I was doing wrong
before, but I'm not doing it anymore. It appears as though a clean build might
be necessary for this one to take. I've tested more CPS2 games than I care to
mention, a bunch of zn games, and a cps1 game and they all are happy, so we
should be good. Now for the fun stuff...
2012-12-30 17:34:01 +00:00
Oliver Stöneberg
9f068fc5b2
[MESS] use proper DEVICE_IMAGE_LOAD errorhandling for atom (nw)
2012-12-30 16:21:28 +00:00
Oliver Stöneberg
9641e9a3c5
[MESS] fixed atom cart loading and added fatalerror when tag could not be found - cart doesn't seem to do anything though (nw)
2012-12-30 16:16:31 +00:00