Commit Graph

28975 Commits

Author SHA1 Message Date
Curt Coder
37f1d95c3e i8275: Added character attributes and special character codes. [Curt Coder] 2014-04-30 12:50:55 +00:00
Oliver Stöneberg
163f4c6cde fixed usage of uninitialized members in mc6846_device (nw) 2014-04-30 11:31:33 +00:00
Oliver Stöneberg
72b643a620 fixed usage of uninitialized member in v30mz_cpu_device (nw) 2014-04-30 11:16:28 +00:00
Oliver Stöneberg
eec2ed8f20 fixed usage of uninitialized members in n8x300_cpu_device (nw) 2014-04-30 11:07:24 +00:00
Robbbert
d2740189a8 (MESS) fc100 : connected unknown ports to bankswitching 2014-04-30 10:58:03 +00:00
Fabio Priuli
bd369b2212 this got actually moved to mapper 31. nw. 2014-04-30 10:47:33 +00:00
Oliver Stöneberg
829aa6f737 fixed usage of uninitialized members in lc8670_cpu_device (nw) 2014-04-30 10:39:50 +00:00
Oliver Stöneberg
3e78a8c430 fixed usage of uninitialized members in tx0_device (nw) 2014-04-30 10:31:57 +00:00
Curt Coder
9966d6e8e5 i8275: Replaced with new implementation. (nw) 2014-04-30 10:19:06 +00:00
Fabio Priuli
bbfd445e15 6532riot: updated to use devcb2. nw. 2014-04-30 09:42:07 +00:00
Robbbert
48c3c60cd5 (MESS) zorba : notes 2014-04-30 09:35:04 +00:00
Robbbert
f9a05a493f (MESS) zorba : i8275 is almost working, so hooked it up and got rid of the backup code.
Note: attribute 0x80 is being acted upon after the first scanline instead of the last.
2014-04-30 09:25:08 +00:00
Miodrag Milanovic
93b5b0e912 removed not needed parameter from stream_alloc (nw)
it is set to same value in sound.c
2014-04-30 07:53:06 +00:00
Oliver Stöneberg
5b659a4906 fixed usage of uninitialized members in vdt911_device (nw) 2014-04-30 07:47:12 +00:00
Oliver Stöneberg
dde0881e6a fixed usage of uninitialized member in mc6847_base_device (nw) 2014-04-30 07:39:37 +00:00
Oliver Stöneberg
cdfbdce0f8 fixed usage of uninitialized member in mc2661_device (nw) 2014-04-30 07:34:28 +00:00
Miodrag Milanovic
410d406237 removed few not anymore used legacy macros (nw) 2014-04-30 07:05:38 +00:00
Curt Coder
1bd4b13b25 (MESS) radio86: Fixed CRTC clocks. (nw) 2014-04-30 05:14:40 +00:00
Curt Coder
e86661d2a1 i8275x: Fixed DMA burst length. It is specified in received characters, not character clocks. [Curt Coder] 2014-04-30 05:11:05 +00:00
Alex W. Jackson
bd52970133 galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram regressions (nw) 2014-04-30 04:23:12 +00:00
cracyc
194b930934 (mess) radio86: convert to new 8257 and 8275 (nw)
i8257: fix off-by-one (nw)
---
Unior doesn't quite display properly.  Only remaining user of 8257dma is dkong.
2014-04-30 04:13:31 +00:00
Scott Stone
3ec0e3224a Further correction to shortname to eliminate comparison to the ti990_10 computer (nw) 2014-04-30 01:47:21 +00:00
Scott Stone
428640f536 Device shortnames should not have "/" in them. Thanks to MASH for the note (nw) 2014-04-29 22:54:20 +00:00
Oliver Stöneberg
9cd2e07e75 fixed usage of uninitialized members in hc55516_device (nw) 2014-04-29 21:55:59 +00:00
Wilbert Pol
50150040e2 (MESS) msx.c: Floppy cleanup (nw) 2014-04-29 20:16:10 +00:00
Wilbert Pol
1cfcad0d3f wd_fdc.c: Also call the intrq and drq callbacks when drq and/or intrq are cleared during a reset. (nw) 2014-04-29 20:03:03 +00:00
Wilbert Pol
e51f93187c 315_5124.c: Improvement to timing for calculating flags. Fixes random hangs in gamegear 'roboterm' and flickering in gamegear 'evander'. [Enik Land] 2014-04-29 19:16:59 +00:00
Angelo Salese
df7075c189 Heh, nw 2014-04-29 18:28:01 +00:00
David Haywood
014770a5af add an SRAM to Pro Yakyuu Super League '91 (megadrij) based on game usage, can't enter gameplay without it, not specified in header, thanks to Kale for spotting it. 2014-04-29 17:17:49 +00:00
Ivan Vangelista
4460827d21 am9517a_device: converted to devcb2 (nw) 2014-04-29 16:56:31 +00:00
Robbbert
e9314bc4ec (MESS) p8k : sio -> dart, and kill trampolines
kaypro : be consistent
2014-04-29 16:45:45 +00:00
Wilbert Pol
df21eba02c 315_5124.c: Improved CRAM writes. Fixes wrong colors on sega logo for robocop3 on gamegear. [Enik Land] 2014-04-29 16:32:47 +00:00
Oliver Stöneberg
a250f22d2d flagged Z80SIO as deprecated (nw) 2014-04-29 16:27:58 +00:00
Robbbert
26354a5d4b (MESS) kaypro : sio -> dart 2014-04-29 15:49:14 +00:00
Fabio Priuli
cbe9e22672 mos6530: updated to use devcb2. nw. 2014-04-29 15:27:41 +00:00
Wilbert Pol
624d84ded6 i8244.c: Prevent out of bound accesses of local collision_map variable. Fixed MT#005551. [Wilbert Pol] 2014-04-29 14:56:38 +00:00
Fabio Priuli
79eabb47d5 converted pve500 to newer z80sio device, while it is still in preliminary state. nw. 2014-04-29 14:51:57 +00:00
Fabio Priuli
b30a898e13 z80dart: converted to use devcb2. nw. 2014-04-29 14:22:11 +00:00
Alex W. Jackson
e9bd9df3df Add missing MCFG_PALETTE_FORMAT entries from previous Taito palette commit (nw) 2014-04-29 14:20:11 +00:00
Alex W. Jackson
8c0371128f nmk112.c: Fix uninitialized members; remove long-unneeded trampoline 8-bit handler (nw) 2014-04-29 14:18:44 +00:00
Alex W. Jackson
560ab39973 fix compile (nw) 2014-04-29 14:08:13 +00:00
Miodrag Milanovic
acf0a16fc3 Fixed konamigx regression (nw) 2014-04-29 13:16:17 +00:00
Oliver Stöneberg
ef1802ceba fixed usage of uninitialized members in riot6532_device (nw) 2014-04-29 12:58:36 +00:00
Curt Coder
cbfd22e0e8 mc6847: Optional because of gime. (nw) 2014-04-29 10:31:55 +00:00
Curt Coder
ea2c53b539 i8257: Added safety. (nw) 2014-04-29 10:29:19 +00:00
Curt Coder
065a1a392e mc6847: Added memory region for chargen ROM. (nw) 2014-04-29 10:28:13 +00:00
Fabio Priuli
cc9aa803d8 actually the fixed regressions were here. nw. 2014-04-29 10:14:50 +00:00
Fabio Priuli
d38f135865 z80dma: converted to use devcb2. nw.
+ fixed a couple of regressions caused by wrong tags in rev. 30091.
2014-04-29 10:13:08 +00:00
Miodrag Milanovic
478c839712 modernized last DIRECT_UPDATE_HANDLER user (nw) 2014-04-29 09:45:23 +00:00
Fabio Priuli
63dbd9fb52 (MESS) nes: added support the new homebrew PCB used by
2A03 Puritans Album. [Fabio Priuli]
2014-04-29 07:46:23 +00:00