Note Feed

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

Previous 50 199869 Revisions Next 50

r191984 Saturday 21st January, 2023 at 16:04:01 UTC by wilbertpol
nakajima/nakajies.cpp: Modernised code and added a BIOS option for drwrt400. (#10845)

Use memory views to select between ROM/RAM banks, use object finder arrays.

Added v3.1 BIOS for drwrt400. [AbortRetryFail]
[src/mame/nakajima]nakajies.cpp

r191983 Saturday 21st January, 2023 at 08:21:39 UTC by Osso
- mame/irem/m72.cpp: dumped MCU for bchopper [Ordyne, rtw, TeamEurope, The Dumping Union, David Haywood]

- mame/irem/m72.cpp: corrected MCU clock for imgfightjb, game boots [Brian Troha]
[src/mame]mame.lst
[src/mame/irem]m72.cpp m72.h

r191982 Saturday 21st January, 2023 at 03:41:43 UTC by Angelo Salese
housekeeping
[/branches/pc_i440bx/src/devices/machine]i82371eb_acpi.cpp i82371eb_acpi.h i82443bx_host.cpp
[/branches/pc_i440bx/src/mame/midway]midqslvr.cpp

r191981 Saturday 21st January, 2023 at 03:00:12 UTC by Angelo Salese
machine/i82371eb_acpi.cpp: move devices to map_extra
[/branches/pc_i440bx/src/devices/machine]i82371eb_acpi.cpp i82371eb_acpi.h i82371eb_isa.cpp i82371eb_isa.h sis630_gui.h

r191980 Saturday 21st January, 2023 at 02:59:27 UTC by Angelo Salese
midway/midqslvr.cpp: map the new devices
[/branches/pc_i440bx/src/mame/midway]midqslvr.cpp

r191979 Saturday 21st January, 2023 at 02:58:41 UTC by Angelo Salese
machine/i82371sb.cpp: make sure that uppermost extension BIOS area extends safely wrt ROM sizes
[/branches/pc_i440bx/src/devices/machine]i82371sb.cpp

r191978 Saturday 21st January, 2023 at 02:58:16 UTC by Angelo Salese
machine/i82439hx.cpp: virtualize memory hole area register read
[/branches/pc_i440bx/src/devices/machine]i82439hx.cpp i82439hx.h

r191977 Saturday 21st January, 2023 at 02:54:49 UTC by Angelo Salese
Initial implementation of i82443bx host & bridge
[/branches/pc_i440bx/scripts/src]machine.lua
[/branches/pc_i440bx/src/devices/machine]i82443bx_host.cpp* i82443bx_host.h*

r191976 Friday 20th January, 2023 at 21:28:50 UTC by Angelo Salese
machine/i82371sb.cpp: initial mods to allow subclassing
[/branches/pc_i440bx/scripts/src]machine.lua
[/branches/pc_i440bx/src/devices/machine]i82371eb_acpi.cpp i82371eb_ide.cpp* i82371eb_ide.h* i82371eb_isa.cpp* i82371eb_isa.h* i82371eb_usb.cpp i82371sb.cpp i82371sb.h
[/branches/pc_i440bx/src/mame/midway]midqslvr.cpp

r191975 Friday 20th January, 2023 at 20:44:28 UTC by Miodrag Milanović
Update rapidjson to 012be8528783cdbf4b7a9e64f78bd8f056b97e24 (#10842)

Co-authored-by: Milo Yip <miloyip@gmail.com>
[3rdparty/rapidjson].gitignore .travis.yml CHANGELOG.md CMakeLists.txt RapidJSON.pc.in RapidJSONConfig.cmake.in appveyor.yml library.json package.json rapidjson.autopkg readme.md readme.zh-cn.md travis-doxygen.sh
[3rdparty/rapidjson/contrib/natvis]LICENSE* README.md* rapidjson.natvis*
[3rdparty/rapidjson/doc]CMakeLists.txt Doxyfile.in Doxyfile.zh-cn.in dom.md dom.zh-cn.md encoding.md encoding.zh-cn.md faq.md faq.zh-cn.md features.md features.zh-cn.md internals.md internals.zh-cn.md* npm.md performance.md performance.zh-cn.md pointer.md pointer.zh-cn.md sax.md sax.zh-cn.md schema.md schema.zh-cn.md stream.md stream.zh-cn.md tutorial.md tutorial.zh-cn.md
[3rdparty/rapidjson/doc/diagram]move2.dot move3.dot
[3rdparty/rapidjson/doc/misc]header.html
[3rdparty/rapidjson/example]CMakeLists.txt traverseaspointer.cpp*
[3rdparty/rapidjson/example/archiver]archiver.cpp* archiver.h* archivertest.cpp*
[3rdparty/rapidjson/example/jsonx]jsonx.cpp
[3rdparty/rapidjson/example/lookaheadparser]lookaheadparser.cpp*
[3rdparty/rapidjson/example/parsebyparts]parsebyparts.cpp
[3rdparty/rapidjson/example/schemavalidator]schemavalidator.cpp
[3rdparty/rapidjson/example/simplepullreader]simplepullreader.cpp*
[3rdparty/rapidjson/example/sortkeys]sortkeys.cpp*
[3rdparty/rapidjson/example/tutorial]tutorial.cpp
[3rdparty/rapidjson/include/rapidjson]allocators.h cursorstreamwrapper.h* document.h encodedstream.h encodings.h filereadstream.h filewritestream.h fwd.h istreamwrapper.h memorybuffer.h memorystream.h ostreamwrapper.h pointer.h prettywriter.h rapidjson.h reader.h schema.h stream.h stringbuffer.h uri.h* writer.h
[3rdparty/rapidjson/include/rapidjson/error]en.h error.h
[3rdparty/rapidjson/include/rapidjson/internal]biginteger.h clzll.h* diyfp.h dtoa.h ieee754.h itoa.h meta.h pow10.h regex.h stack.h strfunc.h strtod.h swap.h
[3rdparty/rapidjson/test]valgrind.supp*
[3rdparty/rapidjson/test/perftest]CMakeLists.txt misctest.cpp perftest.cpp perftest.h platformtest.cpp rapidjsontest.cpp schematest.cpp
[3rdparty/rapidjson/test/unittest]CMakeLists.txt allocatorstest.cpp bigintegertest.cpp clzlltest.cpp* cursorstreamwrappertest.cpp* documenttest.cpp dtoatest.cpp encodedstreamtest.cpp encodingstest.cpp filestreamtest.cpp fwdtest.cpp istreamwrappertest.cpp itoatest.cpp jsoncheckertest.cpp namespacetest.cpp ostreamwrappertest.cpp platformtest.cpp* pointertest.cpp prettywritertest.cpp readertest.cpp regextest.cpp schematest.cpp simdtest.cpp strfunctest.cpp stringbuffertest.cpp strtodtest.cpp unittest.cpp unittest.h uritest.cpp* valuetest.cpp writertest.cpp

r191974 Friday 20th January, 2023 at 19:24:33 UTC by michael.sanborn
misc/globalvr.cpp: Note about two games and typo fixes. (#10840)
[src/mame/misc]globalvr.cpp

r191973 Friday 20th January, 2023 at 12:11:44 UTC by Dirk Best
New working software list additions
-----------------------------------
svi318_cass: Blastar [archive.org]
[hash]svi318_cass.xml

r191972 Friday 20th January, 2023 at 08:24:02 UTC by milo.yip
Update rapidjson to 012be8528783cdbf4b7a9e64f78bd8f056b97e24
[/branches/rapidjson/3rdparty/rapidjson].gitignore .travis.yml CHANGELOG.md CMakeLists.txt RapidJSON.pc.in RapidJSONConfig.cmake.in appveyor.yml library.json package.json rapidjson.autopkg readme.md readme.zh-cn.md travis-doxygen.sh
[/branches/rapidjson/3rdparty/rapidjson/contrib/natvis]LICENSE* README.md* rapidjson.natvis*
[/branches/rapidjson/3rdparty/rapidjson/doc]CMakeLists.txt Doxyfile.in Doxyfile.zh-cn.in dom.md dom.zh-cn.md encoding.md encoding.zh-cn.md faq.md faq.zh-cn.md features.md features.zh-cn.md internals.md internals.zh-cn.md* npm.md performance.md performance.zh-cn.md pointer.md pointer.zh-cn.md sax.md sax.zh-cn.md schema.md schema.zh-cn.md stream.md stream.zh-cn.md tutorial.md tutorial.zh-cn.md
[/branches/rapidjson/3rdparty/rapidjson/doc/diagram]move2.dot move3.dot
[/branches/rapidjson/3rdparty/rapidjson/doc/misc]header.html
[/branches/rapidjson/3rdparty/rapidjson/example]CMakeLists.txt traverseaspointer.cpp*
[/branches/rapidjson/3rdparty/rapidjson/example/archiver]archiver.cpp* archiver.h* archivertest.cpp*
[/branches/rapidjson/3rdparty/rapidjson/example/jsonx]jsonx.cpp
[/branches/rapidjson/3rdparty/rapidjson/example/lookaheadparser]lookaheadparser.cpp*
[/branches/rapidjson/3rdparty/rapidjson/example/parsebyparts]parsebyparts.cpp
[/branches/rapidjson/3rdparty/rapidjson/example/schemavalidator]schemavalidator.cpp
[/branches/rapidjson/3rdparty/rapidjson/example/simplepullreader]simplepullreader.cpp*
[/branches/rapidjson/3rdparty/rapidjson/example/sortkeys]sortkeys.cpp*
[/branches/rapidjson/3rdparty/rapidjson/example/tutorial]tutorial.cpp
[/branches/rapidjson/3rdparty/rapidjson/include/rapidjson]allocators.h cursorstreamwrapper.h* document.h encodedstream.h encodings.h filereadstream.h filewritestream.h fwd.h istreamwrapper.h memorybuffer.h memorystream.h ostreamwrapper.h pointer.h prettywriter.h rapidjson.h reader.h schema.h stream.h stringbuffer.h uri.h* writer.h
[/branches/rapidjson/3rdparty/rapidjson/include/rapidjson/error]en.h error.h
[/branches/rapidjson/3rdparty/rapidjson/include/rapidjson/internal]biginteger.h clzll.h* diyfp.h dtoa.h ieee754.h itoa.h meta.h pow10.h regex.h stack.h strfunc.h strtod.h swap.h
[/branches/rapidjson/3rdparty/rapidjson/test]valgrind.supp*
[/branches/rapidjson/3rdparty/rapidjson/test/perftest]CMakeLists.txt misctest.cpp perftest.cpp perftest.h platformtest.cpp rapidjsontest.cpp schematest.cpp
[/branches/rapidjson/3rdparty/rapidjson/test/unittest]CMakeLists.txt allocatorstest.cpp bigintegertest.cpp clzlltest.cpp* cursorstreamwrappertest.cpp* documenttest.cpp dtoatest.cpp encodedstreamtest.cpp encodingstest.cpp filestreamtest.cpp fwdtest.cpp istreamwrappertest.cpp itoatest.cpp jsoncheckertest.cpp namespacetest.cpp ostreamwrappertest.cpp platformtest.cpp* pointertest.cpp prettywritertest.cpp readertest.cpp regextest.cpp schematest.cpp simdtest.cpp strfunctest.cpp stringbuffertest.cpp strtodtest.cpp unittest.cpp unittest.h uritest.cpp* valuetest.cpp writertest.cpp

r191971 Thursday 19th January, 2023 at 22:01:12 UTC by Angelo Salese
pc/igspc.cpp: rearrange base setup, fix CPU class family
[/branches]rapidjson*

r191970 Friday 20th January, 2023 at 05:07:36 UTC by Angelo Salese
midway/midqslvr.cpp: hook ACPI & USB stubs
[/branches/pc_i440bx/scripts/src]machine.lua
[/branches/pc_i440bx/src/devices/machine]i82371eb_acpi.cpp* i82371eb_acpi.h* i82371eb_usb.cpp* i82371eb_usb.h*
[/branches/pc_i440bx/src/mame/midway]midqslvr.cpp

r191969 Friday 20th January, 2023 at 03:01:47 UTC by Angelo Salese
midway/midqslvr.cpp: initial documentation of PCI configuration space map
[/branches/pc_i440bx/src/mame/midway]midqslvr.cpp

r191968 Thursday 19th January, 2023 at 22:01:12 UTC by Angelo Salese
pc/igspc.cpp: rearrange base setup, fix CPU class family
[/branches]pc_i440bx*

r191967 Thursday 19th January, 2023 at 22:01:12 UTC by Angelo Salese
pc/igspc.cpp: rearrange base setup, fix CPU class family
[src/mame/pc]igspc.cpp

r191966 Thursday 19th January, 2023 at 20:57:30 UTC by hap
ti74, misc handheld: remove use of utf8.h
[src/mame/handheld]hh_cops1.cpp hh_rw5000.cpp hh_tms1k.cpp
[src/mame/philips]odyssey2.cpp
[src/mame/ti]ti74.cpp

r191965 Thursday 19th January, 2023 at 18:25:06 UTC by hap
k28m2: move module notes to hash file
[hash]k28m2.xml
[src/mame/handheld]hh_cop400.cpp hh_cops1.cpp hh_hmcs40.cpp hh_melps4.cpp hh_pic16.cpp hh_pps41.cpp hh_rw5000.cpp hh_ucom4.cpp
[src/mame/ti]spellb.cpp
[src/mame/tiger]k28.cpp k28m2.cpp

r191964 Thursday 19th January, 2023 at 17:43:50 UTC by Osso
mame/m*,n*: put drivers in anonymous namespaces where applicable, updated #ifndef guards to the current tree structure
[src/mame/makerbot]replicator.cpp
[src/mame/matic]barata.cpp
[src/mame/matsushita]duet16.cpp jr200.cpp myb3k.cpp
[src/mame/mattel]stic.h
[src/mame/maygay]maygayep.cpp maygayew.cpp mmm.cpp
[src/mame/mchester]ssem.cpp
[src/mame/meadows]meadwttl.cpp warpsped.cpp
[src/mame/mera]ec7915.cpp konin.cpp m79152pc.cpp vdm7932x.cpp
[src/mame/merit]merit.cpp meritm.cpp meritsdx.cpp mgames.cpp mtouchxl.cpp pubtimed.cpp
[src/mame/metro]rabbit.cpp tmmjprd.cpp
[src/mame/mg1]kbd.h
[src/mame/microsoft]mct_adr.h xbox.cpp
[src/mame/microterm]ergo201.cpp microterm_f8.cpp
[src/mame/midcoin]24cdjuke.cpp wink.cpp
[src/mame/midw8080]8080bw_a.h mw8080bw_a.h nl_280zzzap.h nl_gunfight.h rotaryf.cpp
[src/mame/midway]csd.h midtunit_v.h midway.h mw18w.cpp mwsub.cpp nl_sspeedr.h sente6vb.h tmaster.cpp wmg.cpp zwackery.cpp
[src/mame/mips]mips_rambo.h
[src/mame/misc]5clown.cpp ace_sp_reelctrl.h acefruit.cpp aces1.cpp acesp.cpp age_candy.cpp alinvade.cpp amaticmg.cpp amerihok.cpp amusco.cpp arachnid.cpp astrafr.cpp astropc.cpp atronic.cpp attckufo.cpp bailey.cpp beaminv.cpp beezer.cpp belatra.cpp bingoman.cpp bingor.cpp blocktax.cpp bntyhunt.cpp buster.cpp cardline.cpp carrera.cpp castle.cpp cavepc.cpp cb2001.cpp chance32.cpp changyu.cpp chicago.cpp chsuper.cpp clowndwn.cpp clpoker.cpp cocoloco.cpp coinmvga.cpp comebaby.cpp cowtipping.cpp crazybal.cpp cromptons.cpp crospuzl.cpp cubeqst.cpp cupidon.cpp cybertnk.cpp daryde.cpp dfruit.cpp dgpix.cpp dominob.cpp dorachan.cpp drdmania.cpp dreamwld.cpp dwarfd.cpp dynadice.cpp dynamoah.cpp ecoinf1.cpp ecoinf3.cpp electra.cpp esh.cpp ettrivia.cpp ez2d.cpp fastinvaders.cpp fireball.cpp flipjack.cpp flower.cpp flower_a.h fortecar.cpp freeway.cpp fresh.cpp galaxi.cpp galgame.cpp gamemasters.cpp gamtor.cpp globalfr.cpp globalvr.cpp gluck2.cpp goldngam.cpp gsspade.cpp h01x.cpp hapyfish.cpp hazelgr.cpp hideseek.cpp hitpoker.cpp hobbyplay.cpp hotblock.cpp hotstuff.cpp imolagp.cpp inder_sb.h intrscti.cpp island.cpp itgambl2.cpp itgambl3.cpp itgamble.cpp jackpool.cpp jankenmn.cpp jokrwild.cpp joystand.cpp jubilee.cpp kas89.cpp kurukuru.cpp laz_aftrshok.cpp laz_ribrac.cpp lependu.cpp limenko.cpp ltcasino.cpp luckybal.cpp marywu.cpp matrix.cpp meyc8080.cpp meyc8088.cpp mgavegas.cpp micro3d_a.h microdar.cpp miniboy7.cpp minivideo.cpp mirax.cpp mjsenpu.cpp mole.cpp monon_color.cpp mpu12wbk.cpp murogem.cpp murogmbl.cpp nexus3d.cpp nibble.cpp notechan.cpp nsg6809.cpp nsmpoker.cpp odyssey.cpp othello.cpp pachifev.cpp pasha2.cpp photon.cpp photon2.cpp piggypas.cpp pkscram.cpp pntnpuzl.cpp pokerout.cpp potgoldu.cpp proconn.cpp psattack.cpp pse.cpp quizo.cpp roul.cpp rulechan.cpp sanremmg.cpp scm_500.cpp sealy.cpp sealy_fr.cpp sfbonus.cpp skeetsht.cpp skimaxx.cpp skopro.cpp skyarmy.cpp smotor.cpp smsmcorp.cpp spool99.cpp sprcros2.cpp sstrangr.cpp statriv2.cpp strkzn.cpp stuntair.cpp summit.cpp sumt8035.cpp tapatune.cpp teamjocs.cpp tecnodar.cpp thayers.cpp triviaquiz.cpp trvmadns.cpp tugboat.cpp tvg01.cpp unkpoker.cpp usbilliards.cpp v0bowl.cpp vcombat.cpp video21.cpp videosaa.cpp vroulet.cpp wildpkr.cpp wms.cpp yuvomz80.cpp
[src/mame/mitsubishi]multi16.cpp multi8.cpp
[src/mame/mizar]mzr8105.cpp
[src/mame/morrow]microdec.cpp tricep.cpp
[src/mame/motorola]ampscarp.cpp exorciser.cpp exorterm.cpp m6805evs.cpp mekd1.cpp mekd2.cpp mekd3.cpp mekd4.cpp mekd5.cpp mvme147.cpp mvme162.cpp powerstack.cpp uchroma68.cpp
[src/mame/mr]sshot.cpp
[src/mame/msx]big10.cpp forte2.cpp pengadvb.cpp sangho.cpp sfkick.cpp
[src/mame/multitech]mkit09.cpp
[src/mame/mupid]mdisk.cpp mupid2.cpp
[src/mame/namco]30test.cpp c117.h cswat.cpp dkmb.cpp gal3.cpp geebee.h namco06.h namco50.h namco51.h namco52.h namco53.h namco54.h namco62.h namco65.h namco68.h namco_c116.h namco_c123tmap.h namco_c139.h namco_c148.h namco_c169roz.h namco_c45road.h namco_c67.h namco_settings.h namcoio.h namcoio_gearbox.h namcomcu.h namcops2.cpp namcos11.cpp namcos12.cpp namcos1b.cpp namcos21_3d.h namcos21_c67.cpp namcos21_dsp.h namcos23.cpp namcos2_roz.h namcos2_sprite.h nl_tankbatt.h ns10crypt.h ns11prot.h polepos_a.h shootaway2.cpp starfield_05xx.h sweetland.cpp toypop.cpp wacky_gator.cpp warpwarp_a.h ygv608.h
[src/mame/natsemi]ns5652.cpp
[src/mame/ncd]bert_m.h ncd68k.cpp ncdmips.cpp ncdppc.cpp
[src/mame/nec]apc.cpp pc100.cpp pc80s31k.h pc9801_cd.h pc9801_kbd.h pc9801_memsw.h pce_cd.h
[src/mame/neogeo]neogeo_spr.h neogeocd.cpp neopcb.cpp ng_memcard.h
[src/mame/netronics]exp85.cpp
[src/mame/next]nextkbd.h nextmo.h
[src/mame/nichibutsu]csplayh5.cpp dacholer.cpp gomoku_a.h jangou.cpp nb1412m2.h nb1413m3.h nb1414m4.h nichild.cpp nichisnd.h nightgal.cpp wiping_a.h
[src/mame/nintendo]compmahj.cpp gamecube.cpp multigam.cpp nes_clone.cpp nes_sh6578.cpp nes_vt02_vt03.cpp nes_vt09.cpp nes_vt09_soc.h nes_vt32.cpp nes_vt32_soc.h nes_vt369_vtunknown.cpp nes_vt369_vtunknown_soc.h nes_vt_soc.h pin64.h pokemini.cpp vboy.cpp vt1682.cpp vt1682_alu.h vt1682_io.h vt1682_timer.h vt1682_uio.h vt_unknown.cpp
[src/mame/nmk]ddealer.cpp nmk004.h nmk16spr.h
[src/mame/nokia]dbox.cpp mm1kb.h nokia_3310.cpp
[src/mame/northstar]horizon.cpp
[src/mame/novation]basssta.cpp drumsta.cpp

r191963 Thursday 19th January, 2023 at 16:36:52 UTC by hap
source org: move spellb to ti folder
[src/mame]mame.lst mess.flt
[src/mame/handheld]chessking.cpp gmaster.cpp hh_tms1k.cpp tispellb.cpp
[src/mame/hegenerglaser]berlin.cpp
[src/mame/ti]spellb.cpp*

r191962 Thursday 19th January, 2023 at 16:04:55 UTC by hap
spellb: disconnect from hh_tms1k_state class
[hash]ggm.xml
[src/devices/video]pwm.h
[src/mame/appliedconcepts]boris.cpp borisdpl.cpp ggm.cpp prodigy.cpp
[src/mame/handheld]chessking.cpp gmaster.cpp tispeak.cpp tispellb.cpp
[src/mame/tiger]k28.cpp k28m2.cpp

r191961 Thursday 19th January, 2023 at 15:34:31 UTC by Olivier Galibert
stvideo: appease listxml by protecting the setting with has_screen
[/branches/new68k/src/mame/atari]stvideo.cpp

r191960 Thursday 19th January, 2023 at 15:34:31 UTC by GitHub
-

r191959 Thursday 19th January, 2023 at 14:47:18 UTC by Angelo Salese
QA cleanups for various PC-based Arcade skeleton drivers (#10830)

New clones marked not working
-----------------------------
Hydro Thunder (1.01b) [archive.org]
Hydro Thunder (1.00d) [archive.org]

- gaelco/gaelcopc.cpp: add an alternate BIOS set for tokyocop [Gerald (COY), The Dumping Union]

- misc/neomania.cpp, misc/playcenter.cpp, pc/quakeat.cpp, midway/midqslvr.cpp, misc/comebaby.cpp, unico/unianapc.cpp: demote HDD images to BAD_DUMP having bad chs geometries.

- funworld/photoplys.cpp, funworld/photoplysx.cpp, ice/frenzyxprss.cpp ,misc/bntyhunt.cpp, misc/cavepc.cpp, misc/chameleonrx1.cpp, misc/ez2d.cpp, misc/gfamily.cpp, misc/globalvr.cpp, misc/neomania.cpp, misc/odyssey.cpp, misc/playcenter.cpp, misc/radikaldarts.cpp, misc/rawthrillspc.cpp, misc/rfslotspcpent.cpp, misc/silverball.cpp, misc/skopro.cpp, misc/startouch.cpp, misc/xtom3d.cpp, namco/rbowlorama.cpp, pc/quakeat.cpp, pinball/newcanasta.cpp, taito/taitotx.cpp, unico/unianapc.cpp, midway/midqslvr.cpp, misc/comebaby.cpp: rearrange driver base setup and QA notes, for future conversion to PCI drivers.
[src/mame]mame.lst
[src/mame/funworld]photoplys.cpp photoplysx.cpp
[src/mame/gaelco]gaelcopc.cpp
[src/mame/ice]frenzyxprss.cpp
[src/mame/midway]midqslvr.cpp
[src/mame/misc]bntyhunt.cpp cavepc.cpp chameleonrx1.cpp comebaby.cpp ez2d.cpp funkball.cpp gfamily.cpp globalvr.cpp neomania.cpp odyssey.cpp playcenter.cpp radikaldarts.cpp rawthrillspc.cpp rfslotspcpent.cpp silverball.cpp skopro.cpp startouch.cpp voyager.cpp xtom3d.cpp
[src/mame/namco]rbowlorama.cpp
[src/mame/pc]nforcepc.cpp quakeat.cpp
[src/mame/pinball]newcanasta.cpp
[src/mame/sega]chihiro.cpp lindbergh.cpp
[src/mame/taito]taitotx.cpp
[src/mame/unico]unianapc.cpp

r191958 Thursday 19th January, 2023 at 12:56:37 UTC by Olivier Galibert
m68000: Correct when interrupt testing happens, fixes stop
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py

r191957 Wednesday 18th January, 2023 at 19:30:12 UTC by Olivier Galibert
dragonball: avoid a collision between the internal status register and the interrupt status register
[/branches/new68k/src/devices/machine]mc68328.cpp mc68328.h

r191956 Thursday 19th January, 2023 at 04:19:18 UTC by Angelo Salese
taito/taitotx.cpp: update notes
[/branches/pcat_qa/src/mame/taito]taitotx.cpp

r191955 Thursday 19th January, 2023 at 03:32:40 UTC by Angelo Salese
midway/midqslvr.cpp: extend QA notes

New clones marked not working
-----------------------------
Hydro Thunder (1.01b) [archive.org]
Hydro Thunder (1.00d) [archive.org]
[/branches/pcat_qa/src/mame]mame.lst
[/branches/pcat_qa/src/mame/midway]midqslvr.cpp
[/branches/pcat_qa/src/mame/pc]quakeat.cpp

r191954 Wednesday 18th January, 2023 at 18:31:06 UTC by Osso
mame/f*-l*: put drivers in anonymous namespaces where applicable, updated #ifndef guards to the current tree structure
[src/mame/f32]silvmil.cpp
[src/mame/facit]facit4440.cpp
[src/mame/fairchild]channelf_a.h f387x.cpp
[src/mame/fairlight]cmi.cpp cmi01a.h cmi_ankbd.h cmi_mkbd.h
[src/mame/falco]f5220_kbd.h falcots.cpp
[src/mame/fidelity]clockdiv.h
[src/mame/force]fccpu20.cpp fccpu30.cpp force68k.cpp miniforce.cpp
[src/mame/fujitsu]fmt_icmem.h
[src/mame/funtech]acan.h
[src/mame/funworld]4roses.cpp
[src/mame/fuuki]fuukifg.h
[src/mame/gaelco]atvtrack.cpp bigkarnk_ms.cpp gaelco3d_m.h gaelco_ds5002fp.h gaelco_wrally_sprites.h gaelcof3.cpp gaelcopc.cpp gaelcrpt.h mastboyo.cpp rollext.cpp
[src/mame/galaxian]dambustr.cpp galaxian_a.h scobra.cpp
[src/mame/gamepark]gp2x.cpp
[src/mame/gameplan]toratora.cpp
[src/mame/gridcomp]gridkeyb.h
[src/mame/handheld]pensebem.cpp
[src/mame/hds]hds200_kbd.h
[src/mame/heathkit]h19.cpp h8.cpp h89.cpp
[src/mame/hegenerglaser]berlin.cpp mmboard.h mmdisplay1.h mmdisplay2.h
[src/mame/heurikon]hk68v10.cpp
[src/mame/hitachi]b16.cpp bmjr.cpp bml3.cpp
[src/mame/homebrew]68ksbc.cpp d6809.cpp gigatron.cpp gscpm.cpp homez80.cpp lft_chiptune.cpp lft_craft.cpp lft_phasor.cpp minib.cpp mk1forth.cpp p112.cpp phunsy.cpp ravens.cpp sbc6510.cpp test_t400.cpp uzebox.cpp z80dev.cpp zexall.cpp
[src/mame/homelab]braiplus.cpp
[src/mame/hp]hp16500.cpp hp2100.cpp hp2620.cpp hp2640_tape.h hp48_port.h hp49gp.cpp hp64k.cpp hp700.cpp hp80.cpp hp80_optrom.h hp95lx.cpp hp9825_optrom.h hp9825_tape.h hp9845_optrom.h hp9845_printer.h hp98x5_io_sys.h hp9k.cpp hp_ipc_optrom.h hpz80unk.cpp
[src/mame/husky]hawk.cpp hunter16.cpp hunter2.cpp husky.cpp
[src/mame/ibm]ibm3153.cpp ibm6580_fdc.h ibm6580_kbd.h rosetta.h rtpc_iocc.h
[src/mame/ice]ice_bozopail.cpp ice_tbd.cpp vp101.cpp
[src/mame/igs]cabaret.cpp dunhuang.cpp funtech.cpp igs009.cpp igs017_igs031.h igs022.h igs025.h igs028.h igs_fear.cpp igs_m036.cpp jackie.cpp pgm2_memcard.h pgm3.cpp
[src/mame/igt]gkigt.cpp splus.cpp
[src/mame/informer]informer_207_100.cpp informer_207_376.cpp informer_207_376_kbd.h informer_213.cpp informer_213_kbd.h
[src/mame/intel]basic52.cpp imds2.cpp imds2ioc.h imm6_76.h ipc.cpp ipds.cpp isbc.cpp isbc8010.cpp isbc8030.cpp isbc_208.h rex6000.cpp sdk51.cpp sdk80.cpp sdk85.cpp sdk86.cpp
[src/mame/intergraph]interpro_arbga.h interpro_ioga.h interpro_mcga.h interpro_sga.h
[src/mame/interton]vc4000_a.h
[src/mame/irem]irem.h m14.cpp m62_bkungfu.cpp m72_a.h redalert_a.h spartanxtec.cpp
[src/mame/isc]compucolor.cpp
[src/mame/itech]iteagle.cpp iteagle_fpga.h
[src/mame/jaleco]bestleag.cpp bnstars.cpp ddayjlc.cpp jalblend.h jaleco_ms32_sysctrl.h ms1_tmap.h ms32_sprite.h
[src/mame/jpm]guab.cpp jpmmps.cpp jpms80.cpp jpmsys7.cpp nl_jpmsru.h pluto5.cpp
[src/mame/kaneko]galpani3.cpp galpanic_ms.cpp hvyunit.cpp jchan.cpp kaneko_spr.h kaneko_tmap.h kaneko_toybox.h sandscrp.cpp sknsspr.h
[src/mame/kawai]k1.cpp k4.cpp k5.cpp ksp10.cpp mb63h158.h r100.cpp sx240.cpp
[src/mame/kaypro]kay_kbd.h
[src/mame/kiwako]koikoi.cpp
[src/mame/koei]pasogo.cpp
[src/mame/konami]3dom2.h 3dom2_te.h blockhl.cpp cobra.cpp giclassic.cpp hyprolyb.h k001005.h k001006.h k001604.h k007121.h k007342.h k007420.h k007452.h k037122.h k051733.h k051960.h k052109.h k053244_k053245.h k053250.h k053250_ps.h k053251.h k054000.h k054156_k054157_k056832.h k054338.h k055555.h k057714.h k573cass.h k573dio.h k573fpga.h k573kara.h k573msu.h k573npu.h konami1.h konami_helper.h konamigs.cpp konblands.cpp konppc.h kontest.cpp kpython.cpp midikbd.h otomedius.cpp piratesh.cpp quickpick5.cpp tgtpanic.cpp trackfld_a.h twinkle.cpp zs01.h
[src/mame/kontron]kdt6.cpp
[src/mame/korg]korgds8.cpp korgdss1.cpp korgdvp1.cpp korgdw8k.cpp korgm1.cpp korgws.cpp korgz3.cpp microkorg.cpp poly800.cpp polysix.cpp
[src/mame/kyber]kminus.cpp
[src/mame/leapfrog]leapfrog_iquest.cpp leapfrog_leappad.cpp leapfrog_leapster_explorer.cpp leapster.cpp
[src/mame/learsiegler]adm11.cpp adm23.cpp adm31.cpp adm36.cpp
[src/mame/lsi]octo_kbd.h octopus.cpp
[src/mame/luxor]abc1600_v.h abc1600mac.h abc80kb.h ds90.cpp

r191953 Wednesday 18th January, 2023 at 18:19:05 UTC by Olivier Galibert
m68000: Correct over, it was losing the offset
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000.h m68000gen.py

r191952 Wednesday 18th January, 2023 at 17:58:56 UTC by Vasantha Crabb
osd: Better scaling factors for XInput DJ Hero turntable dials. [DarkMoS]
[src/osd/modules/input]input_xinput.cpp

r191951 Wednesday 18th January, 2023 at 13:52:58 UTC by arcadeshadow
ibm5170_cdrom.xml: 13 New working software list additions (#10826)

* ibm5170_cdrom.xml: 13 New working software list additions

New working software list additions
--------------------------------------------
Humans 1 and 2 (Europe, OEM) [redump.org]
Humans 1 and 2 (Europe, re-release) [redump.org]
Prince of Persia 2 - The Shadow and the Flame (USA) [redump.org]
Prince of Persia CD Collection (Europe) [redump.org]
Prince of Persia CD Collection (USA) [redump.org]
Prince of Persia Collection: Limited Edition (Europe) [redump.org]
Prince of Persia Collection: Limited Edition (Europe, alt) [redump.org]
Prince of Persia Collection: Limited Edition (USA) [redump.org]
Prince of Persia Collection: Limited Edition (Netherlands) [redump.org]
Prince of Persia Collection: Limited Edition (Brazil) [redump.org]
Telstar 10 CD ROM Box Set [redump.org]
The Humans (Europe) [redump.org]
The Humans (USA) [redump.org]

* Update ibm5170_cdrom.xml

Notes cleaning (removed obsolete text and update information)

* Update ibm5170_cdrom.xml

Normalized the "Windows 95" value of the 'platform' tag.
Corrected the redump URL for the "10 Game CD ROM"
[hash]ibm5170_cdrom.xml

r191950 Wednesday 18th January, 2023 at 12:46:29 UTC by Vasantha Crabb
osd: Still more XInput rhythm game controller support for Windows:

* Added support for DJ Hero turntable controller.
* Added support for Rock Band keyboard controller pedal.
* Fixed pickup selector switch on guitar controllers.
[src/emu]inputdev.cpp
[src/osd/modules/input]input_winhybrid.cpp input_xinput.cpp input_xinput.h

r191949 Wednesday 18th January, 2023 at 10:31:12 UTC by Olivier Galibert
abc1600: Finish the bus error semi-conversion
[/branches/new68k/src/mame/luxor]abc1600mac.cpp

r191948 Wednesday 18th January, 2023 at 09:45:52 UTC by Olivier Galibert
m68000: the ext-derived over alu operation shoudl clear aluo (it's actually slightly more complicated but clearing is the end result).  Fixes some address calculations in div (thanks qkumba again)
[/branches/new68k/src/devices/cpu/m68000]m68000.h

r191947 Wednesday 18th January, 2023 at 06:22:01 UTC by Osso
mame/b*-e*: put drivers in anonymous namespaces where applicable, updated #ifndef guards to the current tree structure
[src/mame/banctec]banctec.cpp
[src/mame/bandai]design_master.cpp rx78.cpp sv8000.cpp wswan_v.h
[src/mame/barcrest]mpu2.cpp mpu3.cpp mpu4_characteriser_bootleg.h mpu4_characteriser_pal.h mpu4_characteriser_pal_bwb.h mpu4dealem.cpp
[src/mame/bfm]bfm_bd1.h bfm_bda.h bfm_dm01.h bfm_sc2.cpp bfm_swp.cpp bfmsys83.cpp rastersp.cpp
[src/mame/bitcorp]gamate.cpp gamate_v.h
[src/mame/bmc]bmcbowl.cpp bmcpokr.cpp popobear.cpp
[src/mame/booth]apexc_m.h
[src/mame/camputers]camplynx.cpp
[src/mame/cantab]jupace.cpp
[src/mame/capcom]alien.cpp bionicc.cpp cps1bl_5205.cpp cps1bl_pic.cpp cps2comm.h cps2crypt.h cps3_a.h egghunt.cpp instantm.cpp kenseim.cpp sf.cpp tigeroad_spr.h tvcapcom.cpp
[src/mame/casio]casio_rompack.cpp casloopy.cpp cfx9850.cpp fp1100.cpp fp200.cpp fp6000.cpp fp6000_kbd.h ht6000.cpp pb1000.cpp pv2000.cpp
[src/mame/ces]cesclass.cpp galgames.cpp
[src/mame/cinematronics]cinemat_a.h dlair.cpp dlair2.cpp leland_a.h nl_armora.h nl_barrier.h nl_boxingb.h nl_cinemat_common.h nl_ripoff.h nl_solarq.h nl_spacewar.h nl_speedfrk.h nl_starcas.h nl_starhawk.h nl_sundance.h nl_tailg.h nl_warrior.h
[src/mame/citoh]cit101.cpp cit101_kbd.h cit101xl.cpp cit220.cpp cit220_kbd.h
[src/mame/coleco]coleco_m.h
[src/mame/commodore]c64.cpp c64dtv.cpp c900.cpp cbm2.cpp cbm_snqk.h clcd.cpp mps1230.cpp pet.cpp plus4.cpp vic10.cpp vic20.cpp
[src/mame/compugraphic]pwrview.cpp
[src/mame/conitec]prof80mmu.h
[src/mame/cromemco]mcb216.cpp
[src/mame/dai]dai_snd.h
[src/mame/dataeast]backfire.cpp cntsteer.cpp dblewing.cpp decbac06.h deckarn.h decmxc06.h deco104.h deco146.h deco156_m.h deco16ic.h deco222.h deco_ace.h deco_irq.h decocass_tape.h decocomn.h decocpu6.h decocpu7.h decrmc3.h deshoros.cpp dreambal.cpp madmotor.cpp mirage.cpp progolf.cpp vaportra.cpp
[src/mame/ddr]ac1.cpp bcs3.cpp jtc.cpp k7659kb.h kc_keyb.h kramermc.cpp mc8020.cpp mc8030.cpp nanos.cpp pcm.cpp vcs80.cpp
[src/mame/dec]dc305.h dct11em.cpp dec_lk201.h decioga.h decmate2.cpp dectalk.cpp decwritr.cpp rainbow.cpp rx01.h vax11.cpp vk100.cpp vt100.cpp vt220.cpp vt240.cpp vt320.cpp vt52.cpp vt520.cpp vt62.cpp vtvideo.h
[src/mame/dgrm]blackt96.cpp
[src/mame/dms]dms5000.cpp zsbc3.cpp
[src/mame/drc]zrt80.cpp
[src/mame/dynax]dynax_blitter_rev2.h
[src/mame/eaca]cgenie.cpp
[src/mame/edevices]diverboy.cpp edevices.h mwarr.cpp pzletime.cpp
[src/mame/efo]cedar_magnet.cpp cedar_magnet_flop.h cedar_magnet_plane.h cedar_magnet_sprite.h nightmare.cpp
[src/mame/elektor]elekscmp.cpp junior.cpp
[src/mame/elektron]elektronmono.cpp
[src/mame/emusys]emax.cpp emu2.cpp emu3.cpp emu68k.cpp
[src/mame/ensoniq]enmirage.cpp esq1.cpp esqasr.cpp esqlcd.h esqmr.cpp esqpanel.h esqvfd.h
[src/mame/enterprise]ep64.cpp nick.h
[src/mame/eolith]eolith16.cpp vegaeo.cpp
[src/mame/epoch]scv.cpp
[src/mame/epson]px4.cpp qx10.cpp
[src/mame/ericsson]e9161.cpp eispc.cpp eispc_kb.h
[src/mame/excellent]dblcrown.cpp excellent_spr.h
[src/mame/exidy]exidy440_a.h exidyttl.cpp micropolis.h nl_carpolo.h nl_fireone.h nl_starfire.h

r191946 Wednesday 18th January, 2023 at 05:17:29 UTC by Vasantha Crabb
osd: Better XInput rhythm game controller support on Windows:

* Better support for extended controller type information.
* Support for velocity sensitive six-drum controller.
* Don't ignore button capabilites for keyboard controller.
[src/osd/modules/input]input_xinput.cpp

r191945 Wednesday 18th January, 2023 at 04:45:09 UTC by Angelo Salese
pc/quakeat.cpp: extend QA notes, denote bad dump
[/branches/pcat_qa/src/mame/misc]funkball.cpp
[/branches/pcat_qa/src/mame/pc]quakeat.cpp

r191944 Wednesday 18th January, 2023 at 03:07:12 UTC by benrg
Apple II: factor out NTSC color simulation and add config options (#10835)

Make most video modes produce a 560x192 monochrome bitmap that goes
through shared artifact color simulation code, and add some dip-switch
options to control the algorithm. This allows for combinations that
weren't supported before, such as color fringes on text and lores block
boundary artifacts.

This also implements the Video-7 foreground-background hires mode, since
it was easy to do with the shared code.
[src/mame/apple]apple2video.cpp apple2video.h

r191943 Wednesday 18th January, 2023 at 02:54:22 UTC by Angelo Salese
misc/comebaby.cpp: extend QA notes, convert to base PCI setup, denote bad dump;
namco/rbowlorama.cpp, pinball/newcanasta.cpp: rearrange driver base setup;
[/branches/pcat_qa/src/mame/misc]comebaby.cpp
[/branches/pcat_qa/src/mame/namco]rbowlorama.cpp
[/branches/pcat_qa/src/mame/pinball]newcanasta.cpp

r191942 Wednesday 18th January, 2023 at 01:12:54 UTC by Angelo Salese
misc/xtom3d.cpp: fix typo in specs
[/branches/pcat_qa/src/mame/misc]xtom3d.cpp

r191941 Wednesday 18th January, 2023 at 00:43:17 UTC by Angelo Salese
misc/chameleonrx1.cpp, misc/rfslotspcpent.cpp, misc/startouch.cpp, unico/unianapc.cpp: extend QA notes
[/branches/pcat_qa/src/mame/misc]chameleonrx1.cpp rfslotspcpent.cpp startouch.cpp
[/branches/pcat_qa/src/mame/unico]unianapc.cpp

r191940 Tuesday 17th January, 2023 at 22:05:10 UTC by Angelo Salese
misc/radikaldarts.cpp, misc/rawthrillspc.cpp: rearrange driver base setup
[/branches/pcat_qa/src/mame/misc]radikaldarts.cpp rawthrillspc.cpp

r191939 Tuesday 17th January, 2023 at 22:00:27 UTC by Angelo Salese
misc/playcenter.cpp: update note
[/branches/pcat_qa/src/mame/misc]playcenter.cpp

r191938 Tuesday 17th January, 2023 at 23:05:40 UTC by Olivier Galibert
m68000: Fix bit number modulo on bxxx (thanks qkumba again)
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py

r191937 Tuesday 17th January, 2023 at 21:38:53 UTC by Olivier Galibert
m68000: Fix byte order in movep, thanks qkumba
[/branches/new68k/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py

r191936 Tuesday 17th January, 2023 at 21:05:22 UTC by AJR
stmpc: Add RAM and preliminary AVDC hookup
[src/mame/stm]stmpc.cpp

r191935 Tuesday 17th January, 2023 at 18:12:18 UTC by Vasantha Crabb
osd: Improved XInput guitar support and added XInput Rock Band keyboard support.
[src/osd/modules/input]input_xinput.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team