smf-
9056bb9ac1
NEW GAME NOT WORKING
...
Total Vice (ver AAB) [Guru]
Redumped several Konami M2 CD's [Guru]
2013-12-03 12:46:45 +00:00
Alex W. Jackson
6f559c5e65
twin16.c: use the redumped gfx ROMs for all the vulcan/gradius2 sets, plus some cleanups [Alex Jackson]
2013-12-03 06:30:00 +00:00
Couriersud
445a95b4fd
Netlist: Class factory is now initialized dynamically.
...
Note: Please delete all netlist related object files prior to compiling, e.g.:
rm -rf obj/windowsd/mame/drivers/pong.o obj/windowsd/emu/machine/net* obj/windowsd/emu/netlist/
2013-12-02 23:20:39 +00:00
Wilbert Pol
954b9ff18e
(MESS) New working driver
...
Nichibutsu My Vision (KH-1000) [ranger_lennier, Charles MacDonald, Wilbert Pol]
2013-12-02 22:42:23 +00:00
smf-
d825c090df
NEW GAME NOT WORKING
...
Tokimeki Memorial: Forever With You (GQ673 JAA) [Guru]
Redumped several Konami GV CD's [Guru]
2013-12-02 22:40:48 +00:00
Michaël Banaan Ananas
97ea1a5f3c
magic mirror...
...
this fixes MT00785: omegrace: Corrupted music after completing first several levels.
2013-12-02 20:24:00 +00:00
Couriersud
ec9a6f4d52
Pong: replaced first "macro" NE555 device with NE555 and connected components. Performance drop is within expectations :-)
2013-12-02 20:17:50 +00:00
Michaël Banaan Ananas
b5449a48f1
tab align stuff
2013-12-02 18:44:34 +00:00
Ivan Vangelista
3f4ba92455
pc_t1t.c: small update (nw)
2013-12-02 17:32:40 +00:00
smf-
62bdebb10d
Added a work round so that CR589 firmware updating works again, either from the separate CD's or as part of the game install (for example DDR MAX). [smf]
2013-12-02 16:06:45 +00:00
smf-
d03d9b34ce
remodernised x76f041/x76f100 & zs01 so that logging becomes easy again & uses READ_LINE_MEMBER/WRITE_LINE_MEMBER so the pins can be bound to directly. Hooked up x76f041 to the early beatmania IIDX games. They all pass the security check eventually but it takes a long time as it repeatedly reads the first byte, it's possible that the contents aren't correct as the game says the security is OK even when the data returned is not what it's checking for. [smf]
2013-12-02 15:06:03 +00:00
Michaël Banaan Ananas
9fe2460c65
added notes
2013-12-02 12:57:40 +00:00
Michaël Banaan Ananas
735a38f629
ok, marked dkongjrp as bootleg
2013-12-02 12:25:16 +00:00
Robbbert
96c7e262a4
(MESS) tiki100 : fixed validation
2013-12-02 10:51:37 +00:00
Robbbert
6e35c14c64
(MESS) cb308 - Added BASIC roms (thanks to MASH)
2013-12-02 08:24:11 +00:00
Brian Troha
a0ea56824f
new Player's Edge games
...
New Games Added
---------------------------------
Player's Edge Plus (X000838S+XS000002) Five Times Pay Slots [BrianT, Kevin]
Player's Edge Plus (X000841S+XS000002) Five Times Pay Slots [BrianT, Kevin]
Player's Edge Plus (X001087S+XS000006) Double Double Diamond Slots [BrianT, Kevin]
New Clones Added
---------------------------------------------------
Player's Edge Plus (PP0417) Deuces Wild Poker (set 2) [BrianT, Kevin]
2013-12-02 03:46:22 +00:00
Couriersud
f8d55bfebe
Netlist: Fixed windows build.
...
Windows std dev tools use GCC 4.6.3. This version seems to be to broken to deal with "new" in static initialization. GCC 4.6.4 compiles this on linux without causing any issues. Anyhow, working now.
Note: Please delete all netlist related object files prior to compiling:
rm -rf obj/windowsd/mame/drivers/pong.o obj/windowsd/emu/machine/net* obj/windowsd/emu/netlist/
2013-12-01 23:58:57 +00:00
smf-
76139c1ebb
finished modernising i2cmem [smf]
2013-12-01 21:16:10 +00:00
Couriersud
a179f1be7f
makedepend now ignores "-D" defines as well.
2013-12-01 20:49:09 +00:00
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