Couriersud
34508e8ce8
Hopefully fix running mame on windows.
2013-12-01 19:59:15 +00:00
Brian Troha
c7db71947a
peplus.c: Remove testing artifacts / errors. - NW
2013-12-01 19:57:19 +00:00
Brian Troha
0e0c46f43e
new Player's Edge Poker sets added
...
New Clones Added
------------------------------------
Player's Edge Plus (PP0002) Standard Draw Poker [BrianT, Ken]
Player's Edge Plus (PP0045) 10's or Better [BrianT, Ken]
Player's Edge Plus (PP0455) Joker Poker [BrianT, Ken]
Player's Edge Plus (PP0458) Joker Poker [BrianT, Ken]
Player's Edge Plus (PP0536) Joker Poker [BrianT, Ken]
Player's Edge Plus (PP0726) Double Bonus Poker [BrianT, Ken]
Player's Edge Plus (IP0074) Joker Poker - French [BrianT, Ken]
Player's Edge Plus (X000045P+XP000038) 10's or Better [BrianT, Ken]
Player's Edge Plus (XMP00017) 5-in-1 Wingboard (CG2426) [BrianT, Ken]
2013-12-01 19:49:30 +00:00
Couriersud
b7d1e61757
Netlist: logs now write to individual log files
2013-12-01 19:26:34 +00:00
Couriersud
7069a5828c
Netlist: implemented something more complex: A generic NE555 model. Period accuracy for astable operation is within 2% of the TI datasheet for astable operation.
...
Fixed an issue in the object model as well and made the code distinguish between a core terminal and analog terminals.
NETDEV_R(RA, 5000)
NETDEV_R(RB, 3000)
NETDEV_C(C, 0.15e-6)
NETDEV_NE555(555)
NET_C(V0, 555.GND)
NET_C(V5, 555.VCC)
NET_C(RA.1, 555.VCC)
NET_C(RA.2, 555.DISCH)
NET_C(RB.1, 555.DISCH)
NET_C(RB.2, 555.TRIG)
NET_C(RB.2, 555.THRESH)
NET_C(555.TRIG, C.1)
NET_C(C.2, V0)
2013-12-01 15:45:12 +00:00
smf-
ecac6034c6
NEW GAME NOT WORKING
...
beatmania IIDX 3rd style (GC992 JAC) [smf]
beatmania IIDX 6th style (GCB4U JAB) [smf]
We don't currently have dumps of these CD's.
2013-12-01 14:05:13 +00:00
smf-
f982a090ff
deleted guru & updated twinkle notes(nw)
2013-12-01 13:37:44 +00:00
Michaël Banaan Ananas
28163a52ae
return false on bad header
2013-12-01 12:46:18 +00:00
Michaël Banaan Ananas
ca00a0eda3
fix possible lockup
2013-12-01 12:39:54 +00:00
Robbbert
f481925325
(MESS) New skeleton [Al Kossow, Robbbert]
...
--------------------------------------------------
Scientific Micro Systems SMS-1000
2013-12-01 12:10:18 +00:00
Robbbert
67ae337ab1
(MESS) New working driver [Robbbert]
...
--------------------------------------------------
Cromemco CB-308 Single Card Computer
2013-12-01 11:25:03 +00:00
Couriersud
803898cf61
Netlist: Code clean-up
2013-12-01 11:08:13 +00:00
Robbbert
4992cd72bd
(MESS) New working driver [Robbbert]
...
--------------------------------------------------
Cromemco MCB-216 Single Card Computer
(out of whatsnew)
Cromemco CB-308 Single Card Computer (no roms dumped, not in mess.lst)
2013-12-01 08:54:51 +00:00
Michaël Banaan Ananas
c0f96b3277
don't need this
2013-12-01 00:05:21 +00:00
smf-
41bce6eb68
NEW GAME NOT WORKING
...
beatmania IIDX (863 JAB) [Guru]
Redumped some beatmania IIDX CD's [Guru]
2013-11-30 20:03:07 +00:00
Michaël Banaan Ananas
6f8c552f46
document global regs
2013-11-30 19:26:33 +00:00
Michaël Banaan Ananas
3085a18e1e
this chip is write-only
2013-11-30 18:51:38 +00:00
Michaël Banaan Ananas
8057efb522
fix cur_reg being overwritten
2013-11-30 18:39:03 +00:00
Michael Zapf
d762aef09f
tms9900: More cycle fine-tuning. (nw)
2013-11-30 16:56:40 +00:00
Michaël Banaan Ananas
ccfd126105
flag pins are inverted
2013-11-30 13:00:12 +00:00
Ivan Vangelista
f1f8ef6c16
Converted video/pc_t1t to a device. (nw)
2013-11-30 08:13:17 +00:00
David Haywood
025f0e4c28
various PGM protection cleanups / fixes (orlegend, olds, svgpcb) [iq_132]
2013-11-30 02:31:01 +00:00
mahlemiut
9a6129e9d2
i386: Added the ability to read and write to the Pentium and P6 event/performance counter MSRs. Nothing is actually counted, though. Also added reading and writing of the time stamp counter MSR.
2013-11-30 00:40:20 +00:00
Scott Stone
991a81eff8
Fixes for (MT #05384 : lethaleneab, lethaleneae: Language DIP Switch not changing the language) and added DIP LOCATIONS for the driver (nw)
2013-11-29 21:10:20 +00:00
Couriersud
1b7fb7a508
Pong: Pure analog video mixing. Only in pongf currently. Once code stabilizes, the netlist parser will be updated as well.
...
NETDEV_R(RV1, RES_K(1))
NETDEV_R(RV2, RES_K(1.2))
NETDEV_R(RV3, RES_K(22))
NET_C(video, RV1.1)
NET_C(score, RV2.1)
NET_C(ic_e4f.Q, RV3.1)
NET_C(RV1.2, RV2.2)
NET_C(RV2.2, RV3.2)
NET_ALIAS(videomix, RV3.2)
2013-11-29 20:57:01 +00:00
Michaël Banaan Ananas
6e51c3bc66
lop sided gamelist as always
2013-11-29 18:43:03 +00:00
Michaël Banaan Ananas
e3360f7bd1
new clone added
...
-------------------
Donkey Kong Junior (P kit) [Chris Psaros]
2013-11-29 18:36:29 +00:00
Justin Kerk
d36fb89128
Fix JSMESS build on Ubuntu 12.10 (nw)
...
thanks to Vito for debugging this
2013-11-29 07:26:38 +00:00
smf-
037f39d4cb
NEW GAME NOT WORKING
...
beatmania IIDX Substream (983 JAA) [smf]
beatmania IIDX 5th style (GCA17 JA) [smf]
Added all the available beatmania IIDX hard drives and Video CD's/DVD's, updated the hard drive labels from pictures online. [smf]
2013-11-29 04:22:05 +00:00
Couriersud
8a63141996
Netlist: Fixed design weakness. Subdevices now register their terminals. Devices can alias those terminals.
...
Now, e.g. a 7400 gate many be grouped into a quad nand package. This also enables using internal resistors and capacitors.
2013-11-28 23:53:06 +00:00
Brian Troha
5ee0e19e4d
peplus.c: Correct "U" location for use with the Super Board. - NW
2013-11-28 16:48:53 +00:00
smf-
7dfecdc03b
fix for divide by zero, if there is no chd. (nw)
2013-11-28 16:14:04 +00:00
Justin Kerk
1df74f4123
Fix copy-paste fail (nw)
2013-11-28 15:15:28 +00:00
Scott Stone
7db403150a
Added Atari 2600, 5200, and 7800 palette notes. [Robert Tuccitto]
2013-11-27 19:54:47 +00:00
Miodrag Milanovic
84fbd5e0a7
(MESS) New skeleton driver added : Robot [Miodrag Milanovic]
2013-11-27 14:49:59 +00:00
Robbbert
4538949abf
(MESS) p2000t : fixed regression that happened in the 146-147 cycle. Last line of the display was not visible.
2013-11-27 07:54:57 +00:00
David Haywood
7dd8bc3fe7
we don't need to filter out ctrl+f12 when taking snapshots, it's been like this since 20381 (when the HLSL toggle was put there) but the HLSL toggle has since been moved.
...
technically we shouldn't need to filter out alt+f12 either, but it seems to be hardcoded somewhere else in the code to take a 4 segment HLSL snap? (I don't see it in the list here, is it debug code?)
2013-11-26 22:11:23 +00:00
Couriersud
8f0befad74
Netlist: Pretend accuracy by specifying tons of parameters for diode model of which only two are used ;
...
Speed comes at a price :-)
Now, even a CVD (Constant voltage drop) diode model with series resistor can benefit from these parameters by using them to estimate a typical operating point and thus dynamic resistance when the model is setup.
2013-11-26 22:03:42 +00:00
Ivan Vangelista
627c4bf750
Modernized wave sound device. (nw)
2013-11-26 17:58:07 +00:00
Angelo Salese
bdded78911
A bunch of extra information
2013-11-26 14:43:54 +00:00
Angelo Salese
87689746ab
New skeleton for Taito Nostalgia Vol. 1 in MESS
2013-11-26 14:03:48 +00:00
Angelo Salese
210bbc90f2
Added pdir register
2013-11-26 01:46:42 +00:00
Angelo Salese
5a257583f5
Death to m68kfmly.c/.h, hooked parallel port to TMP68301 (very preliminary)
2013-11-26 01:19:26 +00:00
Angelo Salese
efab06b18e
Notes
2013-11-25 23:58:47 +00:00
Angelo Salese
af34c7b16c
Fixed long standing regression bug with Real Break flipscreen
2013-11-25 22:48:53 +00:00
Couriersud
37d750c65f
Netlist: Introducing type safe parameters.
2013-11-25 22:24:22 +00:00
Angelo Salese
66cad55fda
Fixed regression with csplayh5.c
2013-11-25 22:13:53 +00:00
Couriersud
6265fb0c81
Netlist: singled out and documented 7404 and 7474.
2013-11-25 20:18:27 +00:00
Couriersud
88810db3c5
Corrected 7486 description in head file [MASH]
2013-11-25 19:32:59 +00:00
Ivan Vangelista
71c7693bb6
(MESS) Updated ht68k to use the n68681 device. Also added some infos from the manual. Currently the driver works if you have a system disk inserted at boot, but not without. See MT05148.(nw)
2013-11-25 17:28:46 +00:00