Note Feed

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

Previous 50 199869 Revisions Next 50

r20620 Thursday 31st January, 2013 at 00:31:09 UTC by Jonathan Gevaryahu
declared the ioport_port* col_array[16] as static, prevents the thing from being recreated from scratch every time the keyboard is read; this fix allows performance to go from 570% to 660% (no whatsnew)
[src/mess/drivers]vk100.c

r20619 Wednesday 30th January, 2013 at 23:57:46 UTC by Jonathan Gevaryahu
(MESS) VK100: tag cleanup
[src/mess/drivers]vk100.c

r20618 Wednesday 30th January, 2013 at 19:54:41 UTC by Wilbert Pol
sm8500: Converted to C++ (nw)
[src/emu/cpu/sm8500]sm8500.c sm8500.h sm85ops.h
[src/mess/drivers]gamecom.c
[src/mess/includes]gamecom.h
[src/mess/machine]gamecom.c

r20617 Wednesday 30th January, 2013 at 16:36:43 UTC by Curt Coder
(MESS) Softlist additions. (nw)
[hash]c128_flop.xml c64_cart.xml c64_flop.xml cbm2_flop.xml cbm8296_flop.xml* pet_flop.xml* pet_rom.xml plus4_flop.xml superpet_flop.xml*
[src/mess/drivers]pet.c
[src/mess/machine]c64exp.c

r20616 Wednesday 30th January, 2013 at 14:00:27 UTC by Fabio Priuli
(MESS) pico.xml: Added a few Brazilian dumps. [TeamEurope]
[hash]pico.xml

r20615 Wednesday 30th January, 2013 at 13:43:34 UTC by Fabio Priuli
making happy old OSX compiler... nw
[src/mame/machine]smpc.c

r20614 Wednesday 30th January, 2013 at 12:22:55 UTC by Fabio Priuli
msx1_cass: small addition from Kaylee. nw.
[hash]msx1_cass.xml

r20613 Wednesday 30th January, 2013 at 12:05:12 UTC by Fabio Priuli
fixed wisdom tree game description to match title screen, courtesy of LoganB. nw.
[hash]gameboy.xml

r20612 Wednesday 30th January, 2013 at 10:11:46 UTC by Fabio Priuli
(MESS) gb.c: fixed support for Wisdom Tree games [Fabio Priuli]
[src/mess/machine]gb.c

r20611 Wednesday 30th January, 2013 at 04:44:23 UTC by David Haywood
new clones
Knights of Valour: Yi Tong Zhong Yuan [XingXing]

also

Protection routines for aliencha [iq_132]
Implemented missing functions of lordgun's protection routines [iq_132]
[src/mame]mame.lst
[src/mame/drivers]lordgun.c pgm.c
[src/mame/includes]lordgun.h

r20610 Wednesday 30th January, 2013 at 02:17:07 UTC by Angelo Salese
Why not having both things enabled in minit/sinit? Should fix some comms regressions
[src/mame/drivers]saturn.c

r20609 Wednesday 30th January, 2013 at 01:34:42 UTC by R. Belmont
(MESS) apple2gs: Enable 6850 MIDI card.  Tested in MasterTracks Pro and synthLAB. [R. Belmont]
[src/mess/drivers]apple2gs.c
[src/mess/machine]a2midi.c

r20608 Wednesday 30th January, 2013 at 00:52:51 UTC by David Haywood
cleaned up protection data (verified on board)
[src/mame/drivers]arkanoid.c

r20607 Wednesday 30th January, 2013 at 00:17:08 UTC by David Haywood
forgot to remove the flag (nw)
[src/mame/drivers]arkanoid.c

r20606 Wednesday 30th January, 2013 at 00:15:49 UTC by David Haywood
new WORKING GAME
Brixian [David Haywood, Zabanitu]

(might replace the RAM dump with the protection code with a slightly cleaner one after a few tests)
[src/mame/drivers]arkanoid.c
[src/mame/includes]arkanoid.h
[src/mame/video]arkanoid.c

r20605 Tuesday 29th January, 2013 at 23:27:08 UTC by Angelo Salese
Illegal opcode is the start of the undefined address
[src/emu/cpu/sh2]sh2.c

r20604 Tuesday 29th January, 2013 at 21:49:55 UTC by Angelo Salese
Added illegal opcode handling for SH-2 CPU [Angelo Salese]
[src/emu/cpu/sh2]sh2.c
[src/mame/machine]smpc.c

r20603 Tuesday 29th January, 2013 at 17:49:32 UTC by Angelo Salese
SMPC: support for TH control mode, fixes inputs in Heisei Tensai Bakabon Susume! Bakabons
[src/mame/drivers]saturn.c
[src/mame/includes]stv.h
[src/mame/machine]smpc.c stvcd.c

r20602 Tuesday 29th January, 2013 at 15:39:54 UTC by Curt Coder
(MESS) c128: Added floppies to software list. (nw)
[hash]c128_flop.xml

r20601 Tuesday 29th January, 2013 at 15:11:54 UTC by Curt Coder
(MESS) cbm2: Added floppies to software list. (nw)
[hash]cbm2_flop.xml

r20600 Tuesday 29th January, 2013 at 15:11:28 UTC by Curt Coder
(MESS) pet: Added add-on ROM software list. [Curt Coder]
[hash]pet_rom.xml*
[src/mess/drivers]pet.c

r20599 Tuesday 29th January, 2013 at 15:11:04 UTC by Curt Coder
(MESS) c64: Cartridge WIP. (nw)
[hash]c64_cart.xml
[src/mess/machine]c64_fcc.c c64_fcc.h
[src/mess/video]mos6566.c

r20598 Tuesday 29th January, 2013 at 08:04:54 UTC by Miodrag Milanović
(MESS) New clones added:
======================
-LZ Color64 [Dantyr]
-Dynacom MX-1600 [Dantyr]
[src/mess]mess.lst
[src/mess/drivers]coco12.c

r20597 Tuesday 29th January, 2013 at 04:44:45 UTC by R. Belmont
(MESS) apple2: Support generic 6850 MIDI card (Yamaha, Passport, etc). [R. Belmont]
[src/mess]mess.mak
[src/mess/drivers]apple2.c
[src/mess/machine]a2midi.c* a2midi.h*

r20596 Tuesday 29th January, 2013 at 04:41:52 UTC by R. Belmont
MIDI: handle MIDI Out with running status properly [R. Belmont]
[src/osd/portmedia]pmmidi.c

r20595 Tuesday 29th January, 2013 at 02:58:44 UTC by Angelo Salese
VDP1 note
[src/mame/video]stvvdp1.c

r20594 Tuesday 29th January, 2013 at 01:28:00 UTC by Angelo Salese
Do the same for Indirect DMA too
[src/mame/drivers]saturn.c

r20593 Tuesday 29th January, 2013 at 01:18:45 UTC by Angelo Salese
Made SCU DMAs to be relative to master SH-2 cycles, improves timing in most FMVs
[src/mame/drivers]saturn.c
[src/mame/video]stvvdp2.c

r20592 Tuesday 29th January, 2013 at 00:15:27 UTC by Angelo Salese
Minor log changes
[src/mame/machine]stvcd.c

r20591 Monday 28th January, 2013 at 23:08:19 UTC by Angelo Salese
Fix compile
[src/emu]inpttype.h

r20590 Monday 28th January, 2013 at 22:01:06 UTC by Ryan Holtz
Fix HLSL toggle and move it to Ctrl+Alt+F5. Next time someone touches the HLSL code without knowing what they're doing, I remove it entirely. (nw)
[src/emu]inpttype.h
[src/osd/windows]d3dhlsl.c input.c

r20589 Monday 28th January, 2013 at 21:11:28 UTC by Angelo Salese
Fix SH-2 non-DRC compile
[src/emu/cpu/sh2]sh2.c

r20588 Monday 28th January, 2013 at 20:31:49 UTC by Curt Coder
(MESS) c64: Renamed legacy file. (nw)
[src/mess]mess.mak
[src/mess/machine]c64.c c64_legacy.c*

r20587 Monday 28th January, 2013 at 18:37:28 UTC by Sandro Ronco
(MESS) Added KC0066 charset and replace hd44780/Psion charset. (nw)
[src/mess/drivers]alphasma.c psion.c
[src/mess/video]hd44780.c hd44780.h

r20586 Monday 28th January, 2013 at 18:19:45 UTC by David Haywood
new clones
Demon Front (68k label V103, ROM M103XX 07/05/02) (ARM label V103, ROM 07/05/02 S103XX) [The Dumping Union - insert correct credits here]
[src/mame]mame.lst
[src/mame/drivers]pgm.c

r20585 Monday 28th January, 2013 at 17:31:50 UTC by R. Belmont
Fix pmac6100 regression caused by detagging (nw)
[src/mess/video]mac.c

r20584 Monday 28th January, 2013 at 15:01:31 UTC by Curt Coder
(MESS) plus4: Cleaned up input handling. Controllers are now connected using the slot interface, and by default a joystick is present. [Curt Coder]
[src/mess/drivers]plus4.c
[src/mess/includes]plus4.h

r20583 Monday 28th January, 2013 at 15:00:44 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]abc80x.c adam.c aquarius.c atarist.c atom.c beta.c bw12.c c64.c comx35.c cosmicos.c crvision.c elf.c eti660.c exp85.c huebler.c kyocera.c lc80.c m5.c mc1000.c mpf1.c newbrain.c pc8001.c pc8401a.c poly880.c prof80.c ql.c sg1000.c super6.c tek405x.c tiki100.c tmc1800.c v1050.c vcs80.c vic20.c vidbrain.c vip.c vixen.c wangpc.c xerox820.c xor100.c
[src/mess/includes]abc80x.h adam.h aquarius.h atarist.h atom.h beta.h bw12.h c64.h cgc7900.h comx35.h cosmicos.h crvision.h elf.h eti660.h exp85.h huebler.h kyocera.h lc80.h m5.h mc1000.h mpf1.h newbrain.h pc8001.h pc8401a.h phc25.h poly880.h prof80.h ql.h sg1000.h super6.h tek405x.h tiki100.h tmc1800.h tmc600.h v1050.h vcs80.h vidbrain.h vip.h vixen.h wangpc.h xerox820.h xor100.h
[src/mess/machine]abc77.c abc77.h abc_dos.c abc_dos.h abc_fd2.c abc_fd2.h abc_sio.c abc_sio.h apricotkb.c apricotkb.h bw2_ramcard.c bw2_ramcard.h c1541.c c1541.h c2040.c c2040.h c64_16kb.c c64_16kb.h c64_dela_ep256.c c64_dela_ep256.h c64_dela_ep64.c c64_dela_ep64.h c64_dela_ep7x8.c c64_dela_ep7x8.h c64_ide64.c c64_ide64.h c64_rex_ep256.c c64_rex_ep256.h c64_sw8k.c c64_sw8k.h c64_xl80.c c64_xl80.h comx_clm.c comx_clm.h comx_eb.c comx_eb.h comx_epr.c comx_epr.h comx_fd.c comx_fd.h comx_prn.c comx_prn.h comx_thm.c comx_thm.h comxpl80.c comxpl80.h e01.c e01.h ecb_grip.c ecb_grip.h ecbbus.c ecbbus.h lux21046.c lux4105.c lux4105.h vp590.c vp700.c vp700.h
[src/mess/video]cgc7900.c newbrain.c tmc600.c

r20582 Monday 28th January, 2013 at 14:49:55 UTC by Curt Coder
(MESS) pet: Added datassette slot interface. [Curt Coder]
[src/mess/drivers]pet.c
[src/mess/includes]pet.h
[src/mess/machine]c2n.c c2n.h pet.c petcass.h

r20581 Monday 28th January, 2013 at 14:48:12 UTC by Curt Coder
(MESS) tek4052: Added cartridge software list. [Curt Coder]
[hash]tek4052_cart.xml*

r20580 Monday 28th January, 2013 at 14:22:53 UTC by Oliver Stöneberg
fixed Visual Studio 2010 compilation by disabling an additional warning (nw)
[src/osd/windows]vconv.c

r20579 Monday 28th January, 2013 at 10:50:33 UTC by Sandro Ronco
(MESS) alphasma: fixed keyboard, added nvram and removed runtime tagmap lookups. (nw)
[src/mess/drivers]alphasma.c

r20578 Monday 28th January, 2013 at 09:56:14 UTC by David Haywood
more of the same (nw)
[src/mame/drivers]backfire.c boogwing.c dassault.c rohga.c sshangha.c
[src/mame/includes]boogwing.h cninja.h dassault.h deco32.h lemmings.h rohga.h sshangha.h
[src/mame/video]boogwing.c cninja.c dassault.c deco32.c lemmings.c rohga.c sshangha.c

r20577 Monday 28th January, 2013 at 09:39:13 UTC by David Haywood
avoid some lazy tag lookups (nw)
[src/mame/drivers]backfire.c cbuster.c cninja.c crospang.c darkseal.c dblewing.c deco156.c deco32.c dietgo.c esd16.c funkyjet.c gotcha.c lemmings.c mirage.c nmg5.c pktgaldx.c silvmil.c simpl156.c supbtime.c tumbleb.c tumblep.c
[src/mame/includes]cbuster.h cninja.h crospang.h darkseal.h deco32.h dietgo.h esd16.h funkyjet.h gotcha.h lemmings.h pktgaldx.h simpl156.h supbtime.h tumbleb.h tumblep.h
[src/mame/video]cbuster.c cninja.c crospang.c darkseal.c deco32.c dietgo.c esd16.c funkyjet.c gotcha.c lemmings.c pktgaldx.c simpl156.c supbtime.c tumbleb.c tumblep.c

r20576 Monday 28th January, 2013 at 08:49:47 UTC by Oliver Stöneberg
improved some version checks in makefiles / added TODOs (nw)
[src/osd/sdl]sdl.mak
[src/osd/windows]windows.mak

r20575 Monday 28th January, 2013 at 04:50:06 UTC by Brian Troha
new Xmen clone

New Clone Added
------------------------------------
X-Men (4 Players ver AEA) [Credit as Needed]
[src/mame]mame.lst
[src/mame/drivers]xmen.c

r20574 Monday 28th January, 2013 at 04:07:25 UTC by Robbbert
Made a change to my original hlsl fix, this stops the crash with ctrl+alt+F12. However since hlsl doesn't work on my pc, can others do some testing?
[src/osd/windows]d3dhlsl.c

r20573 Monday 28th January, 2013 at 03:29:00 UTC by Angelo Salese
Fix Daytona USA regression
[src/mame/machine]stvcd.c

r20572 Monday 28th January, 2013 at 03:11:35 UTC by Angelo Salese
Yet another XML fix
[hash]saturn.xml
[src/mame/machine]stvcd.c

r20571 Monday 28th January, 2013 at 02:08:54 UTC by Robbbert
(MESS) ascii keyboard tags (nw)
[src/mess/machine]keyboard.c keyboard.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team