Note Feed

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

Previous 50 199869 Revisions Next 50

r21120 Saturday 16th February, 2013 at 10:04:57 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/video/mc6845.c (nw)
[src/emu/video]mc6845.c

r21119 Saturday 16th February, 2013 at 10:04:37 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/imagedev/cassette.c (nw)
[src/emu/imagedev]cassette.c

r21118 Saturday 16th February, 2013 at 09:24:46 UTC by Oliver Stöneberg
(MESS) use memmove() in generic_terminal_device::scroll_line() and teleprinter_device::scroll_line() to prevent problems with optimized memcpy() implementation (nw)
[src/mess/machine]teleprinter.c terminal.c

r21117 Saturday 16th February, 2013 at 09:22:13 UTC by Oliver Stöneberg
fixed unfixed uninitialized variables in src/emu/machine/z80dma.c (nw)
[src/emu/machine]z80dma.c

r21116 Saturday 16th February, 2013 at 09:20:14 UTC by Oliver Stöneberg
fixed initialization of i2cmem_device (nw)
[src/emu/machine]i2cmem.c

r21115 Saturday 16th February, 2013 at 08:02:08 UTC by Fabio Priuli
(MESS) fix some crash on exit. nw.
[src/mess/machine]md_slot.c nes_slot.c

r21114 Saturday 16th February, 2013 at 07:51:40 UTC by Fabio Priuli
(MESS) megadriv.xml: added original uncracked dump of Tiny Toon Adventures 3 [Barver, Azathoth]
(MESS) megadriv.c: emulated protection in mulan, pokemon 2 (previously patched out) and in the real ttoon3 dump. [Fabio Priuli]
[hash]megadriv.xml
[src/mess/drivers]megadriv.c
[src/mess/machine]md_rom.c md_rom.h md_slot.c md_slot.h

r21113 Saturday 16th February, 2013 at 07:46:20 UTC by Fabio Priuli
(MESS) ibm5150/ibm5170: a couple of additions from Kaylee. nw.
(MESS) gbcolor.xml: a new dump from taizou. nw.
[hash]gbcolor.xml ibm5150.xml ibm5170.xml

r21112 Saturday 16th February, 2013 at 07:45:19 UTC by Fabio Priuli
(MESS) socrates.xml: added CAD Professor Maus dump [TeamEurope]
[hash]socrates.xml

r21111 Saturday 16th February, 2013 at 03:15:08 UTC by Angelo Salese
Actually found something that uses this, fixed (Wangan Midnight Dead Heat + Real Arrange, if you are wondering)
[src/emu/video]stvvdp2.c

r21110 Saturday 16th February, 2013 at 02:15:31 UTC by Ville Linde
cpu/jaguar: Fixed PACK opcode.
[src/emu/cpu/jaguar]jaguar.c

r21109 Saturday 16th February, 2013 at 02:08:55 UTC by Angelo Salese
Attempt to add Copy Sector Data command, but my logic fails for some reason ...
[src/emu/machine]stvcd.c

r21108 Saturday 16th February, 2013 at 00:27:23 UTC by Angelo Salese
Actually ECPY isn't needed
[src/emu/machine]stvcd.c
[src/mame/drivers]saturn.c

r21107 Friday 15th February, 2013 at 23:31:30 UTC by Angelo Salese
Fixed Out Run booting, it triggers the RESET opcode and the only good theory so far is that the SMPC can read the RESET/HALT states on it in some way.
[src/emu/machine]smpc.c
[src/emu/video]stvvdp1.c stvvdp2.c
[src/mame/drivers]saturn.c
[src/mame/includes]stv.h

r21106 Friday 15th February, 2013 at 22:02:15 UTC by Sandro Ronco
(MESS) cybiko: added quickload support. (nw)
[src/mess/drivers]cybiko.c
[src/mess/includes]cybiko.h
[src/mess/machine]at45dbxx.h cybiko.c

r21105 Friday 15th February, 2013 at 21:37:53 UTC by Wilbert Pol
(MESS) odysssey2: Improved hookup of the sp0256; still no sounds in killer bees though. (nw)
[src/mess/drivers]odyssey2.c

r21104 Friday 15th February, 2013 at 20:46:14 UTC by Angelo Salese
(MESS) Added hook-up for CD Block command 0x64 (Put Sector Data) [Angelo Salese]
[src/emu/machine]stvcd.c
[src/mame/includes]stv.h

r21103 Friday 15th February, 2013 at 20:15:58 UTC by Sandro Ronco
(MESS) cybiko: cleanup. (nw)
[src/mess/drivers]cybiko.c
[src/mess/includes]cybiko.h
[src/mess/machine]cybiko.c
[src/mess/video]hd66421.c hd66421.h

r21102 Friday 15th February, 2013 at 20:09:51 UTC by Curt Coder
(MESS) mm1: Added RS-232 ports. (nw)
[src/mess/drivers]mikromik.c
[src/mess/includes]mikromik.h

r21101 Friday 15th February, 2013 at 19:59:15 UTC by Wilbert Pol
(MESS) pc4.c: Reduce tagmap lookups (nw)
[src/mess/drivers]pc4.c
[src/mess/includes]pc4.h
[src/mess/video]pc4.c

r21100 Friday 15th February, 2013 at 19:49:49 UTC by Curt Coder
(MESS) prof80: Added RS-232 ports. (nw)
[src/mess/drivers]prof80.c
[src/mess/includes]prof80.h

r21099 Friday 15th February, 2013 at 19:42:28 UTC by Wilbert Pol
(MESS) crtc_ega.c: Initialized the rest of the variables. (nw)
[src/mess/video]crtc_ega.c

r21098 Friday 15th February, 2013 at 19:34:02 UTC by Curt Coder
(MESS) abc80x: Connected RS-232 ports to Z80 DART/SIO. (nw)
[src/emu/machine]z80dart.h
[src/mess/drivers]abc80.c abc80x.c

r21097 Friday 15th February, 2013 at 19:13:21 UTC by Curt Coder
(MESS) superpet: Added RS-232 port. (nw)
[src/mess/machine]superpet.c superpet.h

r21096 Friday 15th February, 2013 at 19:07:42 UTC by Angelo Salese
Basic hook-up of CD block command 0x64, pending actual transfer code ...
[src/emu/machine]stvcd.c
[src/mame/includes]stv.h

r21095 Friday 15th February, 2013 at 18:56:09 UTC by Wilbert Pol
(MESS) tms3556.c: Copying only 1 line of data is enough (nw)
[src/mess/video]tms3556.c

r21094 Friday 15th February, 2013 at 18:54:26 UTC by Curt Coder
(MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder]
(MESS) cbm2: Connected RS-232 port to ACIA. (nw)
(MESS) Modernization and cleanup. (nw)
[src/mess]mess.mak
[src/mess/drivers]c128.c c64.c cbm2.c plus4.c vic10.c vic20.c
[src/mess/includes]c64.h plus4.h vic10.h vic20.h
[src/mess/machine]c1551.c c1551.h c64_4dxh.c c64_4ksa.c c64_4tba.c c64_bn1541.c c64_geocable.c c64_swiftlink.c c64_swiftlink.h c64_turbo232.c c64_vic1011.c* c64_vic1011.h* c64exp.h c64user.c c64user.h cbm2exp.c cbm2exp.h cbm2user.c cbm2user.h cbmipt.c cbmipt.h petuser.c petuser.h plus4exp.c plus4exp.h serial.c serial.h vic1010.c vic1010.h vic1011.c* vic1011.h* vic10exp.c vic10exp.h vic20exp.c vic20exp.h vic20user.c vic20user.h

r21093 Friday 15th February, 2013 at 18:02:43 UTC by Oliver Stöneberg
fixed unfixed uninitialized variables in src/mess/machine/terminal.c (nw)
[src/mess/machine]terminal.c

r21092 Friday 15th February, 2013 at 17:40:16 UTC by Oliver Stöneberg
fixed uninitialized variables in src/emu/sound/pokey.c (nw)
[src/emu/sound]pokey.c

r21091 Friday 15th February, 2013 at 17:29:05 UTC by Oliver Stöneberg
fixed uninitialized variable in src/emu/video/mc6845.c (nw)
[src/emu/video]mc6845.c

r21090 Friday 15th February, 2013 at 15:43:23 UTC by Angelo Salese
Notes updating
[src/mame/drivers]saturn.c stv.c

r21089 Friday 15th February, 2013 at 15:04:04 UTC by Angelo Salese
Er, yeah ...
[src/mame/drivers]saturn.c

r21088 Friday 15th February, 2013 at 15:02:37 UTC by Angelo Salese
Might as well do the same thing for Slave CPU, nw
[src/mame/drivers]saturn.c

r21087 Friday 15th February, 2013 at 14:42:16 UTC by Angelo Salese
Fixed SMPC change clock behaviour, fixes 2 credits at start-up for various ST-V games [Angelo Salese]
[src/emu/machine]smpc.c
[src/emu/video]stvvdp2.c
[src/mame/drivers]saturn.c stv.c
[src/mame/includes]stv.h

r21086 Friday 15th February, 2013 at 11:20:49 UTC by Oliver Stöneberg
fixed uninitialized variables in src/mame/video/tia.c according to valgrind (nw)
[src/mame/video]tia.c

r21085 Friday 15th February, 2013 at 10:42:00 UTC by Robbbert
fcrash: soundcpu -> audiocpu (nw)
[src/mame/drivers]fcrash.c

r21084 Friday 15th February, 2013 at 09:01:35 UTC by Oliver Stöneberg
(MESS) fixed crtc_ego configuration via crtc_ega_interface (nw)
[src/mess/video]crtc_ega.h

r21083 Friday 15th February, 2013 at 08:10:02 UTC by Oliver Stöneberg
(MESS) fixed some uninitialized variables in crtc_ega.c (nw)
[src/mess/video]crtc_ega.c

r21082 Friday 15th February, 2013 at 02:38:56 UTC by Ville Linde
cpu/jaguar: Fixed ADDC.
[src/emu/cpu/jaguar]jaguar.c

r21081 Friday 15th February, 2013 at 01:47:29 UTC by Ville Linde
drivers/jaguar.c: Removed cart protection hack.
[src/mame/drivers]jaguar.c

r21080 Friday 15th February, 2013 at 01:46:36 UTC by Ville Linde
cpu/jaguar: Fixed SUBC opcode. Added special case for internal RAM loads and stores.
[src/emu/cpu/jaguar]jaguar.c

r21079 Thursday 14th February, 2013 at 21:50:21 UTC by Wilbert Pol
megasys1.c: Reduce tagmap lookups (nw)
[src/mame/drivers]megasys1.c
[src/mame/includes]megasys1.h
[src/mame/video]megasys1.c

r21078 Thursday 14th February, 2013 at 21:04:38 UTC by Wilbert Pol
(MESS) atari400.c: Reduce tagmap lookups (nw)
[src/mess/drivers]atari400.c

r21077 Thursday 14th February, 2013 at 20:32:47 UTC by Wilbert Pol
(MESS) z80ne.c: Reduce tagmap lookups (nw)
[src/mess/machine]z80ne.c

r21076 Thursday 14th February, 2013 at 20:24:00 UTC by Wilbert Pol
(MESS) palm.c: Reduced tagmap lookups (nw)
[src/mess/drivers]palm.c

r21075 Thursday 14th February, 2013 at 20:07:15 UTC by Wilbert Pol
(MESS) gb.c: Reduce tagmap lookups (nw)
[src/mess/includes]gb.h
[src/mess/machine]gb.c

r21074 Thursday 14th February, 2013 at 20:00:58 UTC by Oliver Stöneberg
(MESS) fixed gameboy crash on exit when mounted cart wasn't valid (nw)
[src/mess/machine]gb_slot.c

r21073 Thursday 14th February, 2013 at 19:57:26 UTC by Wilbert Pol
(MESS) radio86.c orion.c: Reduce tagmap lookups (nw)
[src/mess/drivers]orion.c
[src/mess/includes]orion.h radio86.h
[src/mess/machine]orion.c radio86.c
[src/mess/video]orion.c

r21072 Thursday 14th February, 2013 at 18:27:41 UTC by Curt Coder
(MESS) Cleanups. (nw)
[src/emu/sound]mos6581.c sid.c sid.h
[src/mame/drivers]cdi.c
[src/mess/drivers]c128.c c64.c cbm2.c vic10.c vic20.c
[src/mess/includes]c128.h c64.h vic20.h
[src/mess/machine]c1551.c c1551.h c1571.c c1581.c c64_4dxh.c c64_4dxh.h c64_4ksa.c c64_4ksa.h c64_4tba.c c64_4tba.h c64_cpm.c c64_easyflash.c c64_easyflash.h c64_fcc.c c64_fcc.h c64_final.c c64_final.h c64_final3.c c64_final3.h c64_ieee488.c c64_ieee488.h c64_mach5.c c64_mach5.h c64_magic_formel.c c64_magic_voice.c c64_magic_voice.h c64_sfx_sound_expander.c c64_sfx_sound_expander.h c64_stardos.c c64_stardos.h c64_supercpu.c c64_supercpu.h c64_tdos.c c64_tdos.h c64_warp_speed.c c64_warp_speed.h c64exp.c c64exp.h c64user.c c64user.h plus4exp.c plus4exp.h plus4user.c plus4user.h vic1010.c vic10exp.c vic10exp.h vic20exp.c vic20exp.h

r21071 Thursday 14th February, 2013 at 18:18:36 UTC by Sandro Ronco
Fixed H8S regression, cybikoxt now works again. (nw)
[src/emu/cpu/h83002]h8speriph.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team