Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r21170 Monday 18th February, 2013 at 21:18:30 UTC by Angelo Salese
Fixed SH-2 DMAC irqs, fixes at least hard-locking on Baroque [Angelo Salese]
[src/emu/cpu/sh2]sh2comn.c sh2comn.h sh2drc.c

r21169 Monday 18th February, 2013 at 21:11:17 UTC by R. Belmont
(MESS) Apple II: Added support for Street Electronics Echo Plus and Zip Technologies ZipDrive cards [R. Belmont, Lord Nightmare]
[src/mess]mess.mak
[src/mess/drivers]apple2.c apple2gs.c
[src/mess/machine]a2mockingboard.c a2mockingboard.h a2zipdrive.c* a2zipdrive.h*

r21168 Monday 18th February, 2013 at 20:15:20 UTC by R. Belmont
(MESS) ColecoVision: controller has a * key, not a . key [Nick3092]
[src/mess/drivers]coleco.c
[src/mess/machine]coleco.c

r21167 Monday 18th February, 2013 at 19:10:21 UTC by David Haywood
using the Japanese FG0 rom on the World wwfsstar set makes no sense and causes glitches (nw)
[src/mame/drivers]wwfsstar.c

r21166 Monday 18th February, 2013 at 19:06:55 UTC by David Haywood
new clone
Chinese Hero (older, set 2) [Zab]

(from CL)
[src/mame]mame.lst
[src/mame/drivers]shangkid.c

r21165 Monday 18th February, 2013 at 17:18:00 UTC by R. Belmont
input: Support up to 32 buttons and harmonize Windows and SDL behavior if you exceed the limit [Nick3092]
[src/emu]input.c input.h
[src/osd/windows]input.c

r21164 Monday 18th February, 2013 at 17:13:19 UTC by R. Belmont
xtal.h: show the reason 16.9344 and 18.432 MHz are popular (nw)
[src/emu/drivers]xtal.h

r21163 Monday 18th February, 2013 at 17:04:38 UTC by David Haywood
new NOT WORKING
unknown 186 based gambling game (2 sets) [ANY]
[src/mame]mame.lst mame.mak
[src/mame/drivers]gambl186.c*

r21162 Monday 18th February, 2013 at 15:05:44 UTC by Miodrag Milanović
forgot one (nw)
[src/mess/drivers]psx.c

r21161 Monday 18th February, 2013 at 14:57:32 UTC by Miodrag Milanović
Some mess modernization (nw)
[src/mess/drivers]4004clk.c a2600.c apc.c apexc.c atari400.c craft.c dectalk.c gizmondo.c hp49gp.c ip20.c ip22.c jr100.c juicebox.c mini2440.c mmodular.c multi8.c mz2500.c n64.c nanos.c ng_aes.c palmz22.c pasogo.c pasopia7.c pc6001.c pc8801.c pc88va.c pc9801.c pdp11.c pegasus.c pockstat.c ptcsol.c scv.c sgi_ip2.c sgi_ip6.c smc777.c socrates.c ssem.c supercon.c supracan.c ti990_10.c ti990_4.c vii.c vk100.c vt100.c vtech1.c

r21160 Monday 18th February, 2013 at 12:45:59 UTC by Miodrag Milanović
cleanup (nw)
[src/mame/drivers]trvquest.c
[src/mame/includes]gameplan.h
[src/mame/video]gameplan.c

r21159 Monday 18th February, 2013 at 12:17:41 UTC by Miodrag Milanović
IRQ_CALLBACK_MEMBER cleanup (no whatsnew)
[src/mess/drivers]esq5505.c fk1.c mod8.c pc6001.c
[src/mess/includes]galaxy.h poly88.h
[src/mess/machine]galaxy.c poly88.c
[src/mess/video]galaxy.c

r21158 Monday 18th February, 2013 at 12:14:09 UTC by David Haywood
mark sample roms in biomtoya (Biomechanical Toy (Ver. 1.0.1884) as BAD_DUMP, the game code seems to expect different ones and they weren't dumped.
[src/mame/drivers]gaelco.c

r21157 Monday 18th February, 2013 at 09:12:24 UTC by Miodrag Milanović
drivers cleanup (nw)
[src/mame/drivers]asuka.c fastfred.c
[src/mame/includes]actfancr.h asuka.h copsnrob.h dec0.h dec8.h deco32.h fastfred.h galivan.h nmk16.h spbactn.h
[src/mame/machine]bonzeadv.c
[src/mame/video]fastfred.c

r21156 Monday 18th February, 2013 at 07:13:31 UTC by Miodrag Milanović
neogeo modernize (nw)
[src/mame/drivers]neodrvr.c neogeo.c
[src/mame/includes]neogeo.h
[src/mame/machine]neoboot.c neocrypt.c neoprot.c
[src/mess/drivers]ng_aes.c

r21155 Monday 18th February, 2013 at 02:01:05 UTC by Angelo Salese
Changed a log around, nw
[src/emu/sound]scsp.c

r21154 Monday 18th February, 2013 at 01:35:52 UTC by Angelo Salese
Fixed filter reading on false connector
[src/emu/machine]stvcd.c

r21153 Sunday 17th February, 2013 at 22:11:44 UTC by Roberto Fresca
New games marked as GAME_NOT_WORKING
------------------------------------
Hot Slots (6.00) [Roberto Fresca, Gerald (COY)]
[src/mame]mame.lst
[src/mame/drivers]magicard.c

r21152 Sunday 17th February, 2013 at 20:47:48 UTC by Nathan Woods
Added a new 'lastinstructioncycles' property to the debugger to measure the
amount of CPU cycles taken by the last instruction.  This is useful to people
(me) who are rewriting CPU cores, specifically with regression testing.
[src/emu/debug]debugcpu.c debugcpu.h

r21151 Sunday 17th February, 2013 at 18:49:15 UTC by Oliver Stöneberg
(MESS) fixed uninitialized variables in src/mess/drivers/abc80x.c (nw)
[src/mess/drivers]abc80x.c

r21150 Sunday 17th February, 2013 at 18:17:51 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/machine/upd765.c (nw)
[src/emu/machine]upd765.c

r21149 Sunday 17th February, 2013 at 16:36:18 UTC by Angelo Salese
Small fix for size allocation
[src/emu/machine]stvcd.c
[src/emu/video]stvvdp2.c

r21148 Sunday 17th February, 2013 at 15:32:02 UTC by Dirk Best
px4.c: Use core RS232 support
[src/mess/drivers]px4.c

r21147 Saturday 16th February, 2013 at 23:54:19 UTC by Robbbert
(MESS) added corrected dumped of Air Cars (nw)
[hash]jaguar.xml

r21146 Saturday 16th February, 2013 at 20:44:46 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/c2040.c (nw)
[src/mess/machine]c2040.c

r21145 Saturday 16th February, 2013 at 20:25:53 UTC by Oliver Stöneberg
(MESS) fixed uninialized variables in src/mess/video/mc6847.c (nw)
[src/mess/video]mc6847.c

r21144 Saturday 16th February, 2013 at 20:16:23 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/diserial.c (nw)
[src/emu]diserial.c

r21143 Saturday 16th February, 2013 at 19:12:37 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/machine/aakart.c (nw)
[src/emu/machine]aakart.c

r21142 Saturday 16th February, 2013 at 19:08:41 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/machine/amigafdc.c (nw)
[src/emu/machine]amigafdc.c

r21141 Saturday 16th February, 2013 at 19:04:47 UTC by Wilbert Pol
ssv.c: Reduce tagmap lookups.
[src/mame/drivers]ssv.c
[src/mame/includes]ssv.h

r21140 Saturday 16th February, 2013 at 18:55:30 UTC by Oliver Stöneberg
fixed uninitialized variables in src/mame/machine/mega32x.c (nw)
[src/mame/machine]mega32x.c

r21139 Saturday 16th February, 2013 at 16:40:01 UTC by Oliver Stöneberg
(MESS) fixed uninitialized variable in src/mess/machine/lux21046.c (nw)
[src/mess/machine]lux21046.c

r21138 Saturday 16th February, 2013 at 16:36:19 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/imagedev/floppy.c when no image is loaded (nw)
[src/emu/imagedev]floppy.c

r21137 Saturday 16th February, 2013 at 16:29:45 UTC by Oliver Stöneberg
(MESS) fixed uninitialized variable in src/mess/machine/kb_keytro.c (nw)
[src/mess/machine]kb_keytro.c

r21136 Saturday 16th February, 2013 at 16:28:25 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/machine/am9517a.c (nw)
[src/emu/machine]am9517a.c

r21135 Saturday 16th February, 2013 at 16:19:36 UTC by Oliver Stöneberg
fixed more uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw)
[src/emu/cpu/tms9900]tms9900.c

r21134 Saturday 16th February, 2013 at 16:15:23 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/machine/tms9902.c (nw)
[src/emu/machine]tms9902.c

r21133 Saturday 16th February, 2013 at 16:14:25 UTC by Oliver Stöneberg
avoid usage of uninitialized memory in tms9901_device::field_interrupts() (nw)
[src/emu/machine]tms9901.c

r21132 Saturday 16th February, 2013 at 16:10:50 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw)
[src/emu/cpu/tms9900]tms9900.c

r21131 Saturday 16th February, 2013 at 16:04:03 UTC by Oliver Stöneberg
avoid usage of uninitialized memory in lc89510_temp_device::CDC_Reset() (nw)
[src/mame/machine]megacdcd.c

r21130 Saturday 16th February, 2013 at 15:57:29 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/cpu/cosmac/cosmac.c (nw)
[src/emu/cpu/cosmac]cosmac.c

r21129 Saturday 16th February, 2013 at 15:53:10 UTC by Oliver Stöneberg
(MESS) fixed uninitialized variables in arcadia_sound_device (nw)
[src/mess/audio]arcadia.c arcadia.h

r21128 Saturday 16th February, 2013 at 15:46:31 UTC by Oliver Stöneberg
fixed uninitialized variable in src/mess/machine/southbridge.c (nw)
[src/mess/machine]southbridge.c

r21127 Saturday 16th February, 2013 at 15:42:10 UTC by Oliver Stöneberg
fixed uninitialized memory in src/emu/machine/rp5c01.c (nw)
[src/emu/machine]rp5c01.c

r21126 Saturday 16th February, 2013 at 15:37:04 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/machine/6532riot.c (nw)
[src/emu/machine]6532riot.c

r21125 Saturday 16th February, 2013 at 15:31:30 UTC by Oliver Stöneberg
fixed another uninitialized variable in src/emu/machine/6850acia.c (nw)
[src/emu/machine]6850acia.c

r21124 Saturday 16th February, 2013 at 15:28:17 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/machine/6850acia.c (nw)
[src/emu/machine]6850acia.c

r21123 Saturday 16th February, 2013 at 15:14:49 UTC by Angelo Salese
Death to window_control with bit pattern (wtf I was smoking that day) and old bitmap code
[src/emu/video]stvvdp2.c
[src/mame/includes]stv.h

r21122 Saturday 16th February, 2013 at 14:01:08 UTC by Oliver Stöneberg
(MESS) fixed uninitialized variable in src/mess/machines/kb3600.c (nw)
[src/mess/machine]kb3600.c kb3600.h

r21121 Saturday 16th February, 2013 at 12:08:58 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/video/saa5050.c (nw)
[src/emu/video]saa5050.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team