Brian Troha
ffc7a1c776
tourvis.c: Correct 1 cart name and add newly dumped U4-43 BIOS. [The Dumping Union]
2014-01-26 19:00:32 +00:00
Couriersud
ec0aab6d74
Fix a bug in connecting nets. This bug surfaced during introduction of a "closer to reality" ttl output proxy. No WN
2014-01-26 17:24:55 +00:00
David Haywood
e40590c72a
replace bad rom in new galpani3 set [system11] (NW)
2014-01-26 16:03:34 +00:00
Ivan Vangelista
f617f0fdb4
Improved previous fix as suggested. (nw)
2014-01-26 15:37:48 +00:00
Ivan Vangelista
9243823fdc
Fixed MT03438. (nw)
2014-01-26 15:21:24 +00:00
Couriersud
e688296f47
Bugfixes and more pin-outs for netlist devices. Also contains preparation for inclusion of "pong doubles". No WN
2014-01-26 15:08:53 +00:00
Nathan Woods
9cbeb9e491
Software list UI cleanups
2014-01-26 13:50:38 +00:00
Robbbert
bfca02b042
(MESS) pdp1 : marked as WORKING again.
2014-01-26 08:54:40 +00:00
Robbbert
08647d956f
(MESS) apf : added another homebrew "cart"
2014-01-26 08:42:14 +00:00
Michaël Banaan Ananas
2937a8c7bf
taito fx1b fram is over here, used by gdarius to save its highscore table
2014-01-26 08:32:17 +00:00
Robbbert
e176bd8c40
(MESS) cons <--> comp
2014-01-26 07:29:26 +00:00
R. Belmont
cc75eccd81
(MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont]
2014-01-26 02:49:09 +00:00
Robbbert
6f73e2d850
(MESS) apf : cleanup
...
* Removed redundant info
* Removed a trampoline
* Replaced our bad dump with a better one
2014-01-26 02:26:08 +00:00
Brian Troha
376f6b7ba3
tourvis.c: Add some known carts - NW
2014-01-26 02:14:54 +00:00
Nathan Woods
8133472375
Cleanups of src/emu/ui/viewgfx.c, some minor refactorings
2014-01-25 21:44:21 +00:00
smf-
409e725695
serial data is shifted in just before cb1 goes high, not just after it goes low. (nw)
2014-01-25 21:00:54 +00:00
smf-
fefdeefe8e
updated the chip types (nw)
2014-01-25 20:50:08 +00:00
smf-
26e13c4241
6522 CA1 is input only, so I have removed the output callback. The lisa via hookup has been changed as it had functions named as CA2/CB2 hooked up to CA1/CB1 and CA1 output no longer exists, it appears to have been wrong since before the code was merged with MAME. Changed CB1 to be active low as CA2 & CB2 already are & it sort of was before, but when the chip is reset then the handlers are called setting the lines to 1. This seems to stop it thinking that you've pressed a key at startup as I believe it got out of sync before because the lines weren't consistent. Merged some duplicate code for handling outputs and removed some obvious comments. [smf]
2014-01-25 18:38:22 +00:00
Nathan Woods
48621181d1
Moved src/emu/uigfx.? ==> src/emu/ui/viewgfx.?, move C++-ifications
2014-01-25 16:56:23 +00:00
Ivan Vangelista
bcbe50fc35
Small cleanup (nw)
2014-01-25 15:13:23 +00:00
Michaël Banaan Ananas
a3fd531baf
woops, this info was already in the driver notes, see line 34
2014-01-25 13:26:37 +00:00
David Haywood
818b443c56
couple of people have mentioned this now (nw)
2014-01-25 12:53:33 +00:00
David Haywood
925deee342
new clones
...
Viper Phase 1 (New Version, Korea) [shmups forum]
(I've also made the region descriptions on all the sets more consistent based on the actual region codes in the ROMs)
2014-01-25 12:44:45 +00:00
David Haywood
d41672c398
new clones
...
Gals Panic II (Germany, single PCB) [system11] (not working)
2014-01-25 12:07:46 +00:00
David Haywood
24025a2ebb
new clones
...
Gals Panic 3 (Hong Kong) [system11] (NOT WORKING, one of the program roms is a bad dump)
2014-01-25 11:51:21 +00:00
David Haywood
b3bcdadd5c
new clones
...
Deluxe 5 (set 2 + set 3) [system11]
2014-01-25 11:42:15 +00:00
David Haywood
3cf1d813b9
new clones
...
Multi 5 / New Multi Game 5 (set 2) [system11]
2014-01-25 11:29:27 +00:00
David Haywood
a2fee94485
new clones
...
Fantasia (940429 PCB, set 2) [system11]
2014-01-25 11:13:35 +00:00
David Haywood
4fc5553d33
new clones
...
Pocket Gals V.I.P (set 2) [system11]
2014-01-25 11:06:51 +00:00
R. Belmont
08225933bd
(MESS) indiana: Added IDE controller, fixed 16-bit ISA I/O [R. Belmont, Carl]
2014-01-25 04:44:44 +00:00
R. Belmont
c9e5977840
pc_vga: fix extraneous logging I'd left on (nw)
2014-01-25 03:49:56 +00:00
smf-
392b661ac3
renamed lcd char rom to match this photo http://www.floodgap.com/retrobits/ckb/secret/cbm-vlcd-charrom.jpg & replaced lower case y with one that better matches this screenshot http://www.floodgap.com/retrobits/ckb/secret/cbm-lcd-screen.gif [smf]
2014-01-25 03:39:23 +00:00
mahlemiut
d5b31eb83b
psxgpu: m_debug struct is uninitialised in a non-debug build (no whatsnew)
2014-01-25 03:33:29 +00:00
smf-
3cff6ccb53
Created a character font rom with upper and lower case characters using the upper case font in the kernel rom as a starting point [smf]
2014-01-25 03:01:33 +00:00
smf-
73a15e8c5b
make the black a bit blacker (nw)
2014-01-25 02:18:07 +00:00
smf-
dbfaeb2f01
Try to match the colors from the most recent photograph http://vivaamigafilm.blogspot.co.uk/2012/02/chillin-with-porter.html [smf]
2014-01-25 01:52:25 +00:00
Mike Naberezny
999cbf495d
(MESS) clcd: Revert background color change. (nw)
2014-01-25 01:34:48 +00:00
Mike Naberezny
706302464e
(MESS) clcd: Changed background color from green to grey (nw)
2014-01-24 23:46:24 +00:00
Michaël Banaan Ananas
8fd1001286
coh1000ta board doesn't have a FM1208 eeprom, coh1000tb does but AM_RANGE(0x1fbe0000, 0x1fbe01ff) is for M66220FP
2014-01-24 23:35:14 +00:00
Michaël Banaan Ananas
b07f072cf5
modernized taito zm
2014-01-24 23:12:50 +00:00
Couriersud
8238c35733
Documented two more devices, more pin-outs. Corrected some pin names so they match datasheets better.
2014-01-24 20:17:34 +00:00
smf-
c4da0d36ee
Added preliminary sound and rs232 support [smf]
2014-01-24 20:11:40 +00:00
smf-
99c6a2db2c
Added support for shift out free running at t2 rate, cb1 output now lasts for the specified number of clocks and the signal goes low at the end. [smf]
2014-01-24 20:10:57 +00:00
Wilbert Pol
7cddc974fc
z180.c: Modernized cpu core. [Wilbert Pol]
2014-01-24 19:37:56 +00:00
Michaël Banaan Ananas
7154b333cd
wrong region name
2014-01-24 19:28:22 +00:00
Couriersud
4633122377
Fixed minor bugs and removed a hack in 7490 code. Also added more pinouts.
2014-01-24 16:24:32 +00:00
smf-
dcd57f0f8b
(MESS) clcd.c added support for bitmap mode [smf]
2014-01-24 12:27:19 +00:00
smf-
92fd14a096
visual studio 2012 compilation fix (nw)
2014-01-24 11:32:53 +00:00
Robbbert
5a8f4d27b4
(MESS) apf : fixed css bit in graphic mode.
2014-01-24 11:06:49 +00:00
Curt Coder
88cb180618
(MESS) d64_dsk: Fixed memory leak. (nw)
2014-01-24 10:16:53 +00:00