Commit Graph

27420 Commits

Author SHA1 Message Date
Curt Coder
e41407d467 (MESS) pofo: Fixed screen regression. (nw) 2014-03-11 06:29:39 +00:00
Curt Coder
024457765f (MESS) mm1m6: Fixed screen regression. (nw) 2014-03-11 06:28:42 +00:00
Curt Coder
755c7b4b5d (MESS) vt100: Fixed screen regression. (nw) 2014-03-11 06:26:52 +00:00
Curt Coder
afa6dbee84 (MESS) wangpc: Fixed palette regression. (nw) 2014-03-11 06:22:36 +00:00
mahlemiut
c86b56168c Added basic implementation of the NSC810 RAM-I/O-Timer device, and plugged it into the Husky Hunter 2 driver. [Barry Rodewald] 2014-03-11 06:05:35 +00:00
Michaël Banaan Ananas
e6dcbb90e4 no use 2014-03-11 02:21:02 +00:00
Oliver Stöneberg
485142eb87 added TODOs about potential overflows in core_i64_hex_format() and core_i64_oct_format() 2014-03-10 22:28:24 +00:00
Oliver Stöneberg
d59e387a7a fixed usage of uninitialized member in ti_rs232_pio_device (nw) 2014-03-10 22:17:56 +00:00
Oliver Stöneberg
32375be1f9 fixed usage of uninitialized member in nouspikel_usb_smartmedia_device (nw) 2014-03-10 22:16:20 +00:00
Oliver Stöneberg
37f037b21a fixed usage of uninitialized member in horizon_ramdisk_device (nw) 2014-03-10 22:13:50 +00:00
Oliver Stöneberg
4aebf9dc8d fixed usage of uninitialized meber in ti_speech_synthesizer_device (nw) 2014-03-10 22:12:01 +00:00
Oliver Stöneberg
168f3efc8f fixed usage of uninitialized meber in ti99_datamux_device (nw) 2014-03-10 22:11:49 +00:00
Oliver Stöneberg
d334361224 fixed usage of uninitialized meber in snug_bwg_device (nw) 2014-03-10 22:08:06 +00:00
Oliver Stöneberg
434abb4e3e fixed usage of uninitialized meber in tms9995_device (nw) 2014-03-10 22:04:07 +00:00
Mike Naberezny
05da05d4a7 (MESS) hardbox: Changed default ROMs to v2.4, added Corvus/Sunol notes. (nw) 2014-03-10 21:09:17 +00:00
Ivan Vangelista
c7978167bc namcona1: moved some functions in the driver state (nw) 2014-03-10 19:05:47 +00:00
Ivan Vangelista
f059fb9013 Reverted changes to decbac06 device flipscreen support, now that this can be done properly.
Also reverted the decmxc06 changes. This breaks again the flipped sprites in some games, but fixes the actfanct regression. (nw)
2014-03-10 18:04:45 +00:00
Ivan Vangelista
8acaf0366b (MESS) fixed specialm and specialp debug crash and removed some trampolines (nw) 2014-03-10 17:20:05 +00:00
Oliver Stöneberg
d10ce2efeb removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw) 2014-03-10 16:18:44 +00:00
Oliver Stöneberg
f3e7bd7fd2 added a few more missing \n in logging / cleanups (nw) 2014-03-10 16:17:31 +00:00
Oliver Stöneberg
59ad078f27 added missing \n in error messages 2014-03-10 16:06:52 +00:00
Miodrag Milanovic
d131f7fa0c Moved rest of console slot devices to bus folder (nw) 2014-03-10 14:00:01 +00:00
R. Belmont
fe36f87239 n68681: Don't trust the start order (nw) 2014-03-10 13:23:15 +00:00
Michael Zapf
758a377a65 (MESS) Include some more disk image formats. (nw) 2014-03-10 12:50:58 +00:00
R. Belmont
4cb81aa897 n68681: Only clear input state on start, not reset. (nw) 2014-03-10 12:29:48 +00:00
Jonathan Gevaryahu
8042e28af9 Fixed the duart ip pins so they don't accidentally clear each other's state on device_write_line; this fixes the Canon Cat printing in MESS. [Lord Nightmare] 2014-03-10 12:08:45 +00:00
Robbbert
eaa9538d9f (MESS) applix : corrected file-ext of disks 2014-03-10 10:55:45 +00:00
Robbbert
b36affe0f6 (MESS) alphatronic : fixed framecnt 2014-03-10 10:24:25 +00:00
Alex W. Jackson
95aafe03e5 You now specify a gfxdecode device once when you create a tilemap, rather than each time in the tile info callback. Updated all drivers accordingly [Alex Jackson] 2014-03-10 09:58:31 +00:00
Miodrag Milanovic
69e33bcb5e snes and nes slot devices moved into bus folder (nw) 2014-03-10 08:29:46 +00:00
Jonathan Gevaryahu
bd20546170 (MESS) cat.c: further attempts to get printing working; it seems BUSY is never being de-asserted on init by the centronics core, so the cat code is reading the duart ip4 and waiting forever for busy to de-assert (which should make ip4 return 1 instead of 0). Not sure how to force it to think it isn't asserted. (n/w) 2014-03-10 05:03:30 +00:00
R. Belmont
bc238e5289 And more Clang (nw) 2014-03-10 02:56:34 +00:00
R. Belmont
809b58b7ac Clang, again (nw) 2014-03-10 02:55:45 +00:00
R. Belmont
6fd42ef750 (MESS) Fix Clang compile (nw) 2014-03-10 02:55:03 +00:00
R. Belmont
f1cbfd85f3 (MESS) move 3c505 to ISA directory (nw) 2014-03-10 02:51:22 +00:00
R. Belmont
7d678bedea (MESS) apollo: Separate 3c505 out into an ISA16 card. [R. Belmont] 2014-03-10 02:48:10 +00:00
Roberto Fresca
5d8ceefb5e Added Royal Card (French). This set is original, but running in
a bootleg board. Added a default NVRAM to get the game working.
Also added technical notes. [Roberto Fresca]


New clones added
----------------
Royal Card (French) [Roberto Fresca, f205v]
2014-03-10 01:15:25 +00:00
Michael Zapf
aa7f94d246 (MESS) Floppy modernization, part 2. 2014-03-09 23:04:16 +00:00
Michael Zapf
0275881277 Fixed gap2 creation during write_sector and added debugging output. (nw) 2014-03-09 23:00:08 +00:00
Michael Zapf
4415ff8329 Moved sbyte_mfm_r out of private area to make it accessible to format
implementations. (nw)
2014-03-09 22:58:11 +00:00
Michael Zapf
c734928405 Added trace switch to control log output.(nw) 2014-03-09 22:50:35 +00:00
Brian Troha
57ed3663b0 new 3 Stooges Clone
New Clone Added
----------------------------------
The Three Stooges In Brides Is Brides (set 2) [The_Hamster]
2014-03-09 22:37:29 +00:00
Brian Troha
4517fd61ef mame.lst- Fix compile -- wires got crossed - NW 2014-03-09 21:46:11 +00:00
Brian Troha
54175a04a4 namcos1.c: Get rid of "Old" and "New" by adding actual rev level - NW 2014-03-09 21:26:58 +00:00
Michaël Banaan Ananas
4fd342eab7 cinemat.c: redumped spaceftr [f205v, Piero Andreini] 2014-03-09 20:50:46 +00:00
Brian Troha
b5d637a073 namcos2.c: Get rid of "Old" and "New" by adding actual rev level - NW 2014-03-09 20:48:43 +00:00
Curt Coder
24889aeed1 (MESS) adam: Updated comments. (nw) 2014-03-09 20:16:30 +00:00
Oliver Stöneberg
d4edd56e66 fixed usage of uninitialized member in a2bus_applicard_device (nw) 2014-03-09 18:23:16 +00:00
Oliver Stöneberg
11f5994d02 fixed usage of uninitialized member in a2bus_midi_device (nw) 2014-03-09 18:22:26 +00:00
Oliver Stöneberg
26be9b26b1 fixed usage of uninitialized member in gf1_device (nw) 2014-03-09 18:21:41 +00:00