Note Feed

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

Previous 50 199869 Revisions Next 50

r169421 Saturday 14th November, 2020 at 19:43:16 UTC by Nigel Barnes
xtal: Added XTAL for AlphaTantel.
[/branches/fmrewrite/src/emu]xtal.cpp

r169420 Saturday 14th November, 2020 at 18:35:12 UTC by David Haywood
Plug and Play improvements (#7461)

* Improve rendering, banking, inputs for beijuehh
* Identified register used for PRNG on GPL16250, needed for beijuehh

new NOT WORKING machines
------------------------------
My Arcade Retro Micro Controller - 220 Built-In Video Games (DGUN-2869) [Zup, Team Europe]
Lexibook Compact Cyber Arcade - PJ Masks [Zup, Team Europe]
[/branches/fmrewrite/src/devices/machine]generalplus_gpl16250soc.cpp generalplus_gpl16250soc.h generalplus_gpl16250soc_video.cpp generalplus_gpl16250soc_video.h spg2xx_video.cpp spg_renderer.cpp spg_renderer.h
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]generalplus_gpl16250_rom.cpp nes_vt02_vt03.cpp nes_vt369_vtunknown.cpp
[/branches/fmrewrite/src/mame/includes]generalplus_gpl16250.h
[/branches/fmrewrite/src/mame/machine]nes_vt_soc.cpp

r169419 Saturday 14th November, 2020 at 18:23:37 UTC by romain.tisserand
Fix drawscanline_core leftover loop, should not live inside unrolled loop (#7474)
[/branches/fmrewrite/src/emu]drawgfxt.ipp

r169418 Saturday 14th November, 2020 at 18:18:41 UTC by Vasantha Crabb
luaengine.cpp: Use sol::lua_nil - sol::nil is an alias of it that may not always be available
[/branches/fmrewrite/src/frontend/mame]luaengine.cpp

r169417 Saturday 14th November, 2020 at 17:46:51 UTC by hap
3do: remove wrong fallthrough
[/branches/fmrewrite/src/mame/machine]3do.cpp

r169416 Saturday 14th November, 2020 at 17:42:53 UTC by hap
tlcs90: add missing break;
[/branches/fmrewrite/src/devices/cpu/tlcs90]tlcs90.cpp tlcs90d.cpp

r169415 Saturday 14th November, 2020 at 17:37:16 UTC by Nigel Barnes
New machines marked as NOT_WORKING
----------------------------------
AlphaTantel [Binary Dinosaurs, Nigel Barnes]
[/branches/fmrewrite/scripts/target/mame]mess.lua
[/branches/fmrewrite/src/mame]mame.lst mess.flt
[/branches/fmrewrite/src/mame/drivers]alphatan.cpp*

r169414 Saturday 14th November, 2020 at 17:37:16 UTC by Nigel Barnes
saa5050: Implemented TLC (Transmitted Large Character) output line.
[/branches/fmrewrite/src/devices/video]saa5050.cpp saa5050.h

r169413 Saturday 14th November, 2020 at 17:37:15 UTC by Nigel Barnes
tanbus_mpvdu/tanbus_ravdu: Cards support inverse video.
[/branches/fmrewrite/src/devices/bus/tanbus]mpvdu.cpp ravdu.cpp

r169412 Saturday 14th November, 2020 at 17:37:15 UTC by Nigel Barnes
bbc_tube_arm: Use tap to page out the ROM.
[/branches/fmrewrite/src/devices/bus/bbc/tube]tube_arm.cpp tube_arm.h

r169411 Saturday 14th November, 2020 at 17:31:50 UTC by hap
tlcs90: this fallthrough at opcode must be wrong
[/branches/fmrewrite/src/devices/cpu/e0c6200]e0c6200.cpp
[/branches/fmrewrite/src/devices/cpu/tlcs90]tlcs90.cpp tlcs90d.cpp
[/branches/fmrewrite/src/devices/sound]namco.cpp

r169410 Saturday 14th November, 2020 at 17:23:22 UTC by Vasantha Crabb
clang doesn't like how we're using std::void_t - switch back to our own void_t-alike until it can be investigated
[/branches/fmrewrite/src/emu]devcb.h emumem.h

r169409 Saturday 14th November, 2020 at 17:16:50 UTC by ryan.holtz
machine/n64: Fixed an incorrect fallthrough. The situation should never occur in practice, but it's better to be safe. [Ryan Holtz]
[/branches/fmrewrite/src/mame/machine]n64.cpp

r169408 Saturday 14th November, 2020 at 17:14:16 UTC by ryan.holtz
-dspp: Fix erroneous fallthroughs. [Ryan Holtz]
[/branches/fmrewrite/src/devices/cpu/dspp]dsppfe.cpp

r169407 Saturday 14th November, 2020 at 16:58:54 UTC by Vasantha Crabb
Enable GCC implicit fallthrough warning.

I've guessed whether break or [[fallthrough]] is appropriate.  In cases
where it looked particularly suspicious, I added a FIXME comment.  All
of these changes should be reviewed by someone familiar with the code.
[/branches/fmrewrite/scripts]genie.lua
[/branches/fmrewrite/scripts/src]3rdparty.lua
[/branches/fmrewrite/src/devices/bus/ata]atapicdr.cpp
[/branches/fmrewrite/src/devices/bus/bbc/fdc]opus.cpp
[/branches/fmrewrite/src/devices/bus/electron]plus2.cpp romboxp.cpp
[/branches/fmrewrite/src/devices/bus/gameboy]rom.cpp
[/branches/fmrewrite/src/devices/bus/gba]rom.cpp
[/branches/fmrewrite/src/devices/bus/isa]3c503.cpp gus.cpp mcd.cpp myb3k_fdc.cpp sblaster.cpp
[/branches/fmrewrite/src/devices/bus/nes]cony.cpp mmc3_clones.cpp multigame.cpp namcot.cpp nes_ines.hxx pirate.cpp
[/branches/fmrewrite/src/devices/bus/pce]pce_rom.cpp
[/branches/fmrewrite/src/devices/bus/sunmouse]hlemouse.cpp
[/branches/fmrewrite/src/devices/bus/vcs]dpc.cpp
[/branches/fmrewrite/src/devices/bus/wswan]rom.cpp
[/branches/fmrewrite/src/devices/cpu/bcp]dp8344.cpp
[/branches/fmrewrite/src/devices/cpu/ccpu]ccpu.cpp
[/branches/fmrewrite/src/devices/cpu/cosmac]cosmac.cpp
[/branches/fmrewrite/src/devices/cpu/dspp]dspp.cpp dsppfe.cpp
[/branches/fmrewrite/src/devices/cpu/i8089]i8089_dasm.cpp
[/branches/fmrewrite/src/devices/cpu/i86]i286.cpp
[/branches/fmrewrite/src/devices/cpu/m68000]m68kfpu.cpp m68kmmu.h
[/branches/fmrewrite/src/devices/cpu/mips]mips3.cpp mips3fe.cpp r4000.cpp
[/branches/fmrewrite/src/devices/cpu/pdp1]pdp1.cpp
[/branches/fmrewrite/src/devices/cpu/powerpc]ppcfe.cpp
[/branches/fmrewrite/src/devices/cpu/tlcs90]tlcs90.cpp tlcs90d.cpp
[/branches/fmrewrite/src/devices/cpu/tms7000]tms7000.cpp
[/branches/fmrewrite/src/devices/cpu/z8]z8.cpp
[/branches/fmrewrite/src/devices/machine]cdp1879.cpp ds1994.cpp fga002.cpp i8271.cpp i8279.cpp mb89374.cpp s3520cf.cpp strata.cpp vrc5074.cpp
[/branches/fmrewrite/src/devices/sound]namco.cpp tms5220.cpp
[/branches/fmrewrite/src/devices/video]mos6566.cpp pc_vga.cpp voodoo.cpp zeus2.cpp
[/branches/fmrewrite/src/frontend/mame]luaengine.cpp
[/branches/fmrewrite/src/lib/formats]cqm_dsk.cpp
[/branches/fmrewrite/src/mame/audio]vboy.cpp
[/branches/fmrewrite/src/mame/drivers]altos8600.cpp barata.cpp besta.cpp bfm_swp.cpp cops.cpp cosmic.cpp cxhumax.cpp fcrash.cpp model3.cpp mpu4vid.cpp mpu5.cpp psion5.cpp rainbow.cpp ti89.cpp tx0.cpp
[/branches/fmrewrite/src/mame/machine]3do.cpp amiga.cpp arkanoid.cpp isbc_215g.cpp lynx.cpp mpu4.cpp n64.cpp twincobr.cpp
[/branches/fmrewrite/src/mame/video]dynax.cpp k007342.cpp konamigx.cpp psychic5.cpp vc4000.cpp
[/branches/fmrewrite/src/osd/modules/render/d3d]d3dhlsl.cpp
[/branches/fmrewrite/src/tools/imgtool/modules]psion.cpp

r169406 Saturday 14th November, 2020 at 16:57:08 UTC by Vasantha Crabb
Minimal changes to sol2 and bgfx to compile as C++17.

These changes should be sent upstream as pull requests.
[/branches/fmrewrite/3rdparty/bgfx/src]renderer_d3d12.h
[/branches/fmrewrite/3rdparty/sol2/sol]sol.hpp

r169405 Saturday 14th November, 2020 at 16:53:47 UTC by Vasantha Crabb
-Switch to building MAME as C++17.

* Updated sol2 to 3.2.2
* Updated pugixml to 1.10
* Increased minimum clang version to 6
* Cleaned up some stuff that can use new features
[/branches/fmrewrite]COPYING
[/branches/fmrewrite/3rdparty/pugixml].codecov.yml .gitignore .travis.yml CMakeLists.txt Makefile README.md appveyor.yml readme.txt
[/branches/fmrewrite/3rdparty/pugixml/contrib]foreach.hpp
[/branches/fmrewrite/3rdparty/pugixml/docs]config.adoc manual.adoc manual.html quickstart.adoc quickstart.html
[/branches/fmrewrite/3rdparty/pugixml/docs/images]dom_tree.png
[/branches/fmrewrite/3rdparty/pugixml/scripts]nuget.autopkg nuget_build.bat nuget_build.ps1* pugixml.pc.in pugixml.podspec pugixml_vs2010.vcxproj pugixml_vs2010_static.vcxproj pugixml_vs2013.vcxproj pugixml_vs2013_static.vcxproj pugixml_vs2015_static.vcxproj* pugixml_vs2017.vcxproj* pugixml_vs2017_static.vcxproj* pugixml_vs2019.vcxproj* pugixml_vs2019_static.vcxproj*
[/branches/fmrewrite/3rdparty/pugixml/scripts/natvis]pugixml.natvis* pugixml_compact.natvis*
[/branches/fmrewrite/3rdparty/pugixml/scripts/nuget]pugixml.nuspec*
[/branches/fmrewrite/3rdparty/pugixml/scripts/nuget/build/native]pugixml-propertiesui.xml* pugixml.targets*
[/branches/fmrewrite/3rdparty/pugixml/src]pugiconfig.hpp pugixml.cpp pugixml.hpp
[/branches/fmrewrite/3rdparty/pugixml/tests]allocator.cpp allocator.hpp archive.pl autotest-appveyor.ps1 common.hpp fuzz_parse.cpp helpers.hpp main.cpp test.cpp test.hpp test_document.cpp test_dom_modify.cpp test_dom_text.cpp test_dom_traverse.cpp test_header_guard.cpp test_header_iosfwd_1.cpp test_header_iosfwd_2.cpp test_header_iostream_1.cpp test_header_iostream_2.cpp test_header_only_1.cpp test_header_only_2.cpp test_header_string_1.cpp test_header_string_2.cpp test_header_string_iostream.cpp test_memory.cpp test_parse.cpp test_parse_doctype.cpp test_unicode.cpp test_version.cpp test_write.cpp test_xpath.cpp test_xpath_api.cpp test_xpath_functions.cpp test_xpath_operators.cpp test_xpath_parse.cpp test_xpath_paths.cpp test_xpath_paths_abbrev_w3c.cpp test_xpath_paths_w3c.cpp test_xpath_variables.cpp test_xpath_xalan_1.cpp test_xpath_xalan_2.cpp test_xpath_xalan_3.cpp test_xpath_xalan_4.cpp test_xpath_xalan_5.cpp writer_string.cpp writer_string.hpp
[/branches/fmrewrite/3rdparty/pugixml/tests/data]empty.xml large.xml latintest_latin1.xml latintest_utf8.xml multiline.xml small.xml truncation.xml utftest_utf16_be.xml utftest_utf16_be_bom.xml utftest_utf16_be_clean.xml utftest_utf16_be_nodecl.xml utftest_utf16_le.xml utftest_utf16_le_bom.xml utftest_utf16_le_clean.xml utftest_utf16_le_nodecl.xml utftest_utf32_be.xml utftest_utf32_be_bom.xml utftest_utf32_be_clean.xml utftest_utf32_be_nodecl.xml utftest_utf32_le.xml utftest_utf32_le_bom.xml utftest_utf32_le_clean.xml utftest_utf32_le_nodecl.xml utftest_utf8.xml utftest_utf8_bom.xml utftest_utf8_clean.xml utftest_utf8_nodecl.xml тест.xml
[/branches/fmrewrite/3rdparty/pugixml/tests/data_fuzz_parse]basic.xml doctype.xml refs.xml types.xml utf16.xml utf32.xml
[/branches/fmrewrite/3rdparty/sol2].gitignore .travis.yml CONTRIBUTING.md LICENSE.txt README.md bootstrap.py install.deps.sh ninja_syntax.py single.py sol.hpp test_containers.cpp test_coroutines.cpp test_customizations.cpp test_functions.cpp test_inheritance.cpp test_operators.cpp test_overflow.cpp test_simple_usertypes.cpp test_stack_guard.hpp test_storage.cpp test_strings.cpp test_tables.cpp test_usertypes.cpp tests.cpp
[/branches/fmrewrite/3rdparty/sol2/docs]Makefile make.bat
[/branches/fmrewrite/3rdparty/sol2/docs/presentations]ThePhD - No Overhead C Abstraction - 2016.10.14.pdf
[/branches/fmrewrite/3rdparty/sol2/docs/source]benchmarks.rst cmake.rst codecvt.rst compilation.rst conf.py eevee_code_after.jpg eevee_code_before.jpg errors.rst exceptions.rst features.rst index.rst licenses.rst mentions.rst origin.rst performance.rst rtti.rst safety.rst sol.png sol.psd traits.rst usertypes.rst
[/branches/fmrewrite/3rdparty/sol2/docs/source/api]api-top.rst as_args.rst as_function.rst as_table.rst c_call.rst compatibility.rst containers.rst coroutine.rst error.rst function.rst make_reference.rst metatable_key.rst object.rst optional.rst overload.rst property.rst protect.rst protected_function.rst proxy.rst readonly.rst reference.rst resolve.rst simple_usertype.rst stack.rst stack_reference.rst state.rst table.rst this_state.rst thread.rst tie.rst types.rst unique_usertype_traits.rst user.rst userdata.rst usertype.rst usertype_memory.rst var.rst variadic_args.rst
[/branches/fmrewrite/3rdparty/sol2/docs/source/tutorial]all-the-things.rst customization.rst cxx-in-lua.rst existing.rst functions.rst getting-started.rst ownership.rst tutorial-top.rst variables.rst
[/branches/fmrewrite/3rdparty/sol2/examples]any_return.cpp basic.cpp config.cpp config.lua coroutine.cpp customization.cpp functions.cpp namespacing.cpp player_script.lua protected_functions.cpp require.cpp self_call.cpp static_variables.cpp tables.cpp usertype.cpp usertype_advanced.cpp usertype_bitfields.cpp usertype_initializers.cpp usertype_simple.cpp usertype_special_functions.cpp usertype_var.cpp variables.cpp variadic_args.cpp
[/branches/fmrewrite/3rdparty/sol2/single/sol]sol.hpp
[/branches/fmrewrite/3rdparty/sol2/sol]as_args.hpp bind_traits.hpp call.hpp compatibility.hpp config.hpp* container_usertype_metatable.hpp coroutine.hpp debug.hpp demangle.hpp deprecate.hpp error.hpp forward.hpp* function.hpp function_result.hpp function_types.hpp function_types_core.hpp function_types_overloaded.hpp function_types_stateful.hpp function_types_stateless.hpp function_types_templated.hpp in_place.hpp inheritance.hpp load_result.hpp object.hpp optional.hpp optional_implementation.hpp overload.hpp property.hpp protect.hpp protected_function.hpp protected_function_result.hpp proxy.hpp proxy_base.hpp raii.hpp reference.hpp resolve.hpp simple_usertype_metatable.hpp sol.hpp* stack.hpp stack_check.hpp stack_check_get.hpp stack_core.hpp stack_field.hpp stack_get.hpp stack_guard.hpp stack_pop.hpp stack_probe.hpp stack_proxy.hpp stack_push.hpp stack_reference.hpp state.hpp state_view.hpp string_shim.hpp table.hpp table_core.hpp table_iterator.hpp thread.hpp tie.hpp traits.hpp tuple.hpp types.hpp userdata.hpp usertype.hpp usertype_metatable.hpp usertype_traits.hpp variadic_args.hpp wrapper.hpp
[/branches/fmrewrite/3rdparty/sol2/sol/compatibility]5.0.0.h 5.1.0.h 5.2.0.h 5.x.x.h 5.x.x.inl version.hpp
[/branches/fmrewrite/docs/source/initialsetup]compilingmame.rst
[/branches/fmrewrite/scripts]genie.lua
[/branches/fmrewrite/scripts/src]3rdparty.lua emu.lua
[/branches/fmrewrite/scripts/src/mame]frontend.lua
[/branches/fmrewrite/src/devices/bus/amiga/keyboard]a1200.cpp a1200.h a2000.cpp a2000.h matrix.cpp matrix.h
[/branches/fmrewrite/src/devices/bus/amiga/zorro]a2052.cpp a2052.h a2058.cpp a2058.h a2065.cpp a2065.h a2232.cpp a2232.h a590.cpp a590.h action_replay.cpp action_replay.h buddha.cpp buddha.h
[/branches/fmrewrite/src/devices/bus/hexbus]hexbus.cpp hexbus.h hx5102.cpp hx5102.h tp0370.cpp tp0370.h
[/branches/fmrewrite/src/devices/bus/hp_dio]hp98265a.cpp hp98265a.h hp98543.cpp hp98543.h hp98544.cpp hp98544.h hp98550.cpp hp98550.h hp98603a.cpp hp98603a.h hp98603b.cpp hp98603b.h hp98620.cpp hp98620.h hp98643.cpp hp98643.h hp98644.cpp hp98644.h hp_dio.cpp hp_dio.h human_interface.cpp human_interface.h
[/branches/fmrewrite/src/devices/bus/hp_hil]hlebase.cpp hlebase.h hlekbd.cpp hlekbd.h hlemouse.cpp hlemouse.h
[/branches/fmrewrite/src/devices/bus/intellec4]insdatastor.cpp insdatastor.h intellec4.cpp intellec4.h prommemory.cpp prommemory.h tapereader.cpp tapereader.h
[/branches/fmrewrite/src/devices/bus/interpro/keyboard]hle.cpp hle.h lle.cpp lle.h
[/branches/fmrewrite/src/devices/bus/isa]sblaster.cpp
[/branches/fmrewrite/src/devices/bus/nes]mmc3_clones.cpp waixing.cpp
[/branches/fmrewrite/src/devices/bus/nubus]nubus_image.cpp
[/branches/fmrewrite/src/devices/bus/psx]analogue.cpp
[/branches/fmrewrite/src/devices/bus/rs232]hlemouse.cpp hlemouse.h
[/branches/fmrewrite/src/devices/bus/sgikbd]hlekbd.cpp hlekbd.h
[/branches/fmrewrite/src/devices/bus/sunkbd]hlekbd.cpp hlekbd.h
[/branches/fmrewrite/src/devices/bus/sunmouse]hlemouse.cpp hlemouse.h
[/branches/fmrewrite/src/devices/bus/ti8x]bitsocket.cpp bitsocket.h graphlinkhle.cpp graphlinkhle.h teeconn.cpp teeconn.h tispeaker.cpp tispeaker.h
[/branches/fmrewrite/src/devices/bus/ti99/colorbus]busmouse.cpp busmouse.h colorbus.cpp colorbus.h
[/branches/fmrewrite/src/devices/bus/ti99/gromport]cartridges.cpp cartridges.h gkracker.cpp gkracker.h gromport.cpp gromport.h multiconn.cpp multiconn.h singleconn.cpp singleconn.h
[/branches/fmrewrite/src/devices/bus/ti99/internal]992board.cpp 992board.h 998board.cpp 998board.h buffram.cpp buffram.h datamux.cpp datamux.h evpcconn.cpp evpcconn.h genboard.cpp genboard.h ioport.cpp ioport.h
[/branches/fmrewrite/src/devices/bus/ti99/joyport]handset.cpp handset.h joyport.cpp joyport.h mecmouse.cpp mecmouse.h
[/branches/fmrewrite/src/devices/bus/ti99/peb]bwg.cpp bwg.h cc_fdc.cpp cc_fdc.h evpc.cpp evpc.h forti.cpp forti.h hfdc.cpp hfdc.h horizon.cpp horizon.h hsgpl.cpp hsgpl.h memex.cpp memex.h myarcfdc.cpp myarcfdc.h myarcmem.cpp myarcmem.h pcode.cpp pcode.h peribox.cpp peribox.h pgram.cpp pgram.h samsmem.cpp samsmem.h sidmaster.cpp sidmaster.h spchsyn.cpp spchsyn.h ti_32kmem.cpp ti_32kmem.h ti_fdc.cpp ti_fdc.h ti_rs232.cpp ti_rs232.h tn_ide.cpp tn_ide.h tn_usbsm.cpp tn_usbsm.h
[/branches/fmrewrite/src/devices/cpu/alpha]alphad.cpp
[/branches/fmrewrite/src/devices/cpu/arm]armdasm.cpp
[/branches/fmrewrite/src/devices/cpu/arm7]arm7dasm.cpp
[/branches/fmrewrite/src/devices/cpu/h8]h8make.py
[/branches/fmrewrite/src/devices/cpu/hd61700]hd61700d.cpp
[/branches/fmrewrite/src/devices/cpu/i86]i186.cpp
[/branches/fmrewrite/src/devices/cpu/m6502]m6502make.py
[/branches/fmrewrite/src/devices/cpu/m68000]m68kmmu.h
[/branches/fmrewrite/src/devices/cpu/mips]mips3.cpp mips3fe.cpp
[/branches/fmrewrite/src/devices/cpu/nanoprocessor]nanoprocessor.cpp
[/branches/fmrewrite/src/devices/cpu/pdp1]tx0.cpp
[/branches/fmrewrite/src/devices/cpu/sh]sh4.cpp sh_fe.cpp
[/branches/fmrewrite/src/devices/cpu/sparc]sparcdasm.cpp
[/branches/fmrewrite/src/devices/cpu/tms9900]9900dasm.cpp
[/branches/fmrewrite/src/devices/cpu/z180]z180dasm.cpp
[/branches/fmrewrite/src/devices/machine]68340sim.cpp terminal.cpp
[/branches/fmrewrite/src/devices/sound]disc_dev.hxx disc_flt.hxx disc_mth.hxx i5000.cpp
[/branches/fmrewrite/src/devices/video]ef9345.cpp voodoo.cpp zeus2.cpp
[/branches/fmrewrite/src/emu]addrmap.h devcb.h devdelegate.cpp device.cpp device.h device.ipp dimemory.h distate.cpp emucore.h emufwd.h emumem.cpp emumem.h mconfig.h render.h rendlay.cpp
[/branches/fmrewrite/src/emu/debug]dvmemory.cpp
[/branches/fmrewrite/src/emu/video]resnet.h
[/branches/fmrewrite/src/frontend/mame]cheat.cpp luaengine.cpp luaengine.h
[/branches/fmrewrite/src/frontend/mame/ui]filesel.cpp inputmap.cpp miscmenu.cpp viewgfx.cpp
[/branches/fmrewrite/src/lib/formats]jvc_dsk.cpp td0_dsk.cpp
[/branches/fmrewrite/src/lib/netlist/devices]nld_4316.cpp
[/branches/fmrewrite/src/lib/util]chd.cpp coretmpl.h strformat.h xmlfile.cpp xmlfile.h
[/branches/fmrewrite/src/mame/drivers]bfm_swp.cpp cxhumax.cpp fmtowns.cpp mpu5.cpp pluto5.cpp spaceg.cpp ti99_8.cpp
[/branches/fmrewrite/src/mame/machine]315_5649.cpp gb.cpp konamigx.cpp lynx.cpp mathbox.cpp micro3d.cpp
[/branches/fmrewrite/src/mame/video]boogwing.cpp dynax_blitter_rev2.cpp hnayayoi.cpp konamigx.cpp midzeus.cpp rmnimbus.cpp stic.cpp taito_f3.cpp vtvideo.cpp
[/branches/fmrewrite/src/osd/modules/debugger/win]debugviewinfo.cpp debugwininfo.cpp editwininfo.cpp
[/branches/fmrewrite/src/osd/modules/output]win32_output.cpp
[/branches/fmrewrite/src/osd/windows]window.cpp
[/branches/fmrewrite/src/tools]srcclean.cpp
[/branches/fmrewrite/src/tools/imgtool/modules]amiga.cpp

r169404 Saturday 14th November, 2020 at 16:05:13 UTC by hap
namcos22: window clip camera vl/vr was wrong way around
[/branches/fmrewrite/src/mame/drivers]namcos22.cpp
[/branches/fmrewrite/src/mame/video]namcos22.cpp

r169403 Saturday 14th November, 2020 at 13:03:17 UTC by Michael Zapf
ti99: Reimplementation of the Horizon RAMdisk card with all config options of the real hardware.
[/branches/fmrewrite/src/devices/bus/ti99/gromport]cartridges.cpp
[/branches/fmrewrite/src/devices/bus/ti99/peb]horizon.cpp horizon.h

r169402 Saturday 14th November, 2020 at 11:37:09 UTC by Osso
- miqslvr.cpp: avoid outright crashes as per discussion in 074385edd69786e6d506fcb8a86fc212057046fe

- lindbergh.cpp: minor spelling fixes
[/branches/fmrewrite/src/mame/drivers]lindbergh.cpp midqslvr.cpp

r169401 Saturday 14th November, 2020 at 07:50:16 UTC by cam900
galastrm.cpp: Add notes for rotation (#7456)
[/branches/fmrewrite/src/mame/drivers]galastrm.cpp

r169400 Saturday 14th November, 2020 at 07:47:16 UTC by heroponrikibestest
lindbergh.cpp: Add Psy-Phi to driver game list (#7437)
[/branches/fmrewrite/src/mame/drivers]lindbergh.cpp

r169399 Saturday 14th November, 2020 at 07:38:34 UTC by brian.troha
seta2.cpp: Minor ROM name correction for Puzzle De Bowling and fix cut-n-paste
[/branches/fmrewrite/src/mame/drivers]seta2.cpp

r169398 Saturday 14th November, 2020 at 07:05:46 UTC by clawgrip
New working clones  (#7471)

* New working clones

------------------
Sauro (set 2) [Victor Fernandez (City Game), ClawGrip]

* Add 'sauroa'
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]sauro.cpp

r169397 Friday 13th November, 2020 at 18:37:31 UTC by Osso
- alpha68k_n.cpp: added a note about the kyros MCU [Guru]

- metro.cpp: fixed MT07786
[/branches/fmrewrite/src/mame/drivers]alpha68k_n.cpp metro.cpp

r169396 Friday 13th November, 2020 at 18:23:41 UTC by Osso
taito_f3.h: fix wrong endianness I introduced yesterday
[/branches/fmrewrite/src/mame/includes]taito_f3.h

r169395 Friday 13th November, 2020 at 13:18:08 UTC by hap
namcos22: add Pr3tty F1y's bugreport to TODO list
[/branches/fmrewrite/src/mame/drivers]namcos22.cpp

r169394 Friday 13th November, 2020 at 09:04:24 UTC by Vasantha Crabb
rendlay.cpp: Set initial value for bounds callback, it can be called before tags are resolved.
[/branches/fmrewrite/src/emu]render.cpp rendlay.cpp

r169393 Friday 13th November, 2020 at 04:53:25 UTC by tim.lindner
coco12.cpp, coco3.cpp, dragon.cpp: Removed IRQ trampolines from CoCo driver family. (#7393)

* Also fixed dragon 32 parallel port.
[/branches/fmrewrite/src/mame/drivers]coco12.cpp coco3.cpp dragon.cpp
[/branches/fmrewrite/src/mame/includes]coco.h coco3.h dgnalpha.h dragon.h
[/branches/fmrewrite/src/mame/machine]coco.cpp coco3.cpp dgnalpha.cpp dragon.cpp

r169392 Friday 13th November, 2020 at 04:26:31 UTC by Vasantha Crabb
-emu/devfind: More cleanup/consistency changes.
* Removed .mask(), as it’s not reliable in the general case.
* Added asserts to things that assume power-of-two sizes.
* Got rid of virtual qualifier on pointer-to-member operator.
* Made helpers a bit more assertive about logging warnings.

-emu/rendlay.cpp: Use delegates to avoid hot conditional branches.

-docs: Finished off description of object finders and output finders.
[/branches/fmrewrite/docs/source/techspecs]object_finders.rst
[/branches/fmrewrite/scripts/minimaws/lib]wsgiserve.py
[/branches/fmrewrite/src/devices/machine]tc009xlvc.cpp tc009xlvc.h
[/branches/fmrewrite/src/devices/sound]k007232.cpp k007232.h l7a1045_l6028_dsp_a.cpp l7a1045_l6028_dsp_a.h tc8830f.cpp
[/branches/fmrewrite/src/devices/video]ef9364.cpp
[/branches/fmrewrite/src/emu]devfind.cpp devfind.h render.h rendlay.cpp
[/branches/fmrewrite/src/mame/audio]taito_en.cpp
[/branches/fmrewrite/src/mame/drivers]5clown.cpp am1000.cpp coolpool.cpp f1gp.cpp gunpey.cpp m68705prg.cpp metlfrzr.cpp mmd2.cpp psikyo.cpp qvt70.cpp tvboy.cpp usgames.cpp
[/branches/fmrewrite/src/mame/includes]coolpool.h
[/branches/fmrewrite/src/mame/machine]nb1412m2.cpp
[/branches/fmrewrite/src/mame/video]artmagic.cpp dcheese.cpp homedata.cpp k051316.cpp k051960.cpp k052109.cpp k053244_k053245.cpp k053246_k053247_k055673.cpp k053246_k053247_k055673.h pastelg.cpp pgm.cpp pgm2.cpp psikyo.cpp rltennis.cpp usgames.cpp

r169391 Friday 13th November, 2020 at 03:00:56 UTC by brian.troha
New working clones
------------------
Endless Riches (Ver 1.21) [Hammy, Ekorz]
Super Cup Finals (Ver 2.1O 1993/11/19, single PCB) [nnap]
G-Darius (Ver 2.02O) [The Dumping Union]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]seta2.cpp taito_f3.cpp zn.cpp

r169390 Thursday 12th November, 2020 at 18:47:38 UTC by hap
misc comments: very unimportant corrections
[/branches/fmrewrite/src/devices/sound]spkrdev.cpp
[/branches/fmrewrite/src/devices/video]i8244.cpp
[/branches/fmrewrite/src/emu]screen.h
[/branches/fmrewrite/src/mame/drivers]conchess.cpp mephisto_academy.cpp mephisto_polgar.cpp

r169389 Thursday 12th November, 2020 at 17:42:56 UTC by David Haywood
st2205u: DMA required by PR #7430 (#7444)
[/branches/fmrewrite/src/devices/cpu/m6502]st2205u.cpp

r169388 Thursday 12th November, 2020 at 17:09:36 UTC by Osso
taito_f3: fixed regression
[/branches/fmrewrite/src/mame/drivers]taito_f3.cpp
[/branches/fmrewrite/src/mame/includes]taito_f3.h

r169387 Thursday 12th November, 2020 at 14:54:50 UTC by davidhaywood
new NOT WORKING machines
-----
Mini Arcade Console (Arcade 10-in-1) [Team Europe]
Arcade Classics Mini Handheld Arcade (Supreme 150) [Team Europe]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]unk6502_st2xxx.cpp

r169386 Thursday 12th November, 2020 at 14:41:28 UTC by cam900
undrfire.cpp: Hooked up TC0360PRI priority controller (fixes priorities in cbombers). (#7460)
[/branches/fmrewrite/src/mame/drivers]undrfire.cpp
[/branches/fmrewrite/src/mame/includes]undrfire.h
[/branches/fmrewrite/src/mame/video]tc0360pri.cpp undrfire.cpp

r169385 Thursday 12th November, 2020 at 14:27:07 UTC by shattered
ie15: update logging, use device_matrix_keyboard_interface (#7463)
[/branches/fmrewrite/src/devices/machine]ie15.cpp ie15.h ie15_kbd.cpp ie15_kbd.h

r169384 Thursday 12th November, 2020 at 08:41:56 UTC by tim.lindner
dgnalpha: fix typo in address map. Disk I/O works again. (#7468)
[/branches/fmrewrite/src/mame/drivers]dragon.cpp

r169383 Wednesday 11th November, 2020 at 15:19:05 UTC by clawgrip
New NOT_WORKING software list additions (#7466)

---------------------------------------
picno.xml:
 Picno de Kuku, Chibimaruko-chan no Tashizan Hikizan [TeamEurope]
[/branches/fmrewrite/hash]picno.xml

r169382 Wednesday 11th November, 2020 at 12:48:55 UTC by Robbbert
pce220: added a few missing natural keys
[/branches/fmrewrite/src/mame/drivers]pce220.cpp

r169381 Wednesday 11th November, 2020 at 10:48:55 UTC by clawgrip
wizard_cart.xml: Added notes; wizard.cpp: Fixed year, added notes. (#7464)
[/branches/fmrewrite/hash]wizard_cart.xml
[/branches/fmrewrite/src/mame/drivers]wizard.cpp

r169380 Wednesday 11th November, 2020 at 09:11:35 UTC by hap
ay8910: remove old printf msg
[/branches/fmrewrite/src/devices/sound]ay8910.cpp

r169379 Wednesday 11th November, 2020 at 04:39:16 UTC by Justin Kerk
ibm5170.xml: Fix part names on xargon2 and xargon3
[/branches/fmrewrite/hash]ibm5170.xml

r169378 Wednesday 11th November, 2020 at 04:35:01 UTC by arcadeshadow
ibm5150.xml: Marked blockout as bad dump (modified OEM ID and modified root) (#7447)
[/branches/fmrewrite/hash]ibm5150.xml

r169377 Wednesday 11th November, 2020 at 03:41:01 UTC by arcadeshadow
ibm5170 - New working software list additions

Added: SimAnt (3.5", v1.08), SimAnt (3.5", v1.06), SimAnt (5.25", v1.08), SimAnt (5.25", v1.06), SimAnt (windows 3.x release)
Redumped: [simant] old set has a modified OEM Id and a modified root
[/branches/fmrewrite/hash]ibm5170.xml

r169376 Tuesday 10th November, 2020 at 18:55:50 UTC by Osso
vegas.cpp: fixed MT07757
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]vegas.cpp

r169375 Tuesday 10th November, 2020 at 18:39:41 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
IQ-7000 [Sean Riddle, Recreativas.org]

New NOT_WORKING software list additions
---------------------------------------
3 Dimensional Spreadsheet (IQ-8B01) [Recreativas.org]
8-Language Translator (IQ-703A) [Sean Riddle, Recreativas.org]
Time Expense Manager (IQ-701A) [Recreativas.org]
[/branches/fmrewrite/hash]wizard_cart.xml*
[/branches/fmrewrite/scripts/target/mame]mess.lua
[/branches/fmrewrite/src/mame]mame.lst mess.flt
[/branches/fmrewrite/src/mame/drivers]wizard.cpp*

r169374 Tuesday 10th November, 2020 at 09:52:41 UTC by David Haywood
new WORKING & NOT WORKING machines (Plug and Play) (#7454)

new NOT WORKING machines
-----
Mini Arcade Machine (Thumbs Up, 240IN1ARC) [David Haywood, TeamEurope]

new WORKING machines
-------
Lexibook JG7410 100-in-1 [David Haywood, TeamEurope]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]nes_vt369_vtunknown.cpp spg2xx_zone.cpp

r169373 Tuesday 10th November, 2020 at 09:51:33 UTC by jbtx77gr
goldstar.cpp: Corrected U79 PROM location. (#7459)

U70 is a  HD74LS157P logic IC, the correct location is u79.
[/branches/fmrewrite/src/mame/drivers]goldstar.cpp

r169372 Tuesday 10th November, 2020 at 04:03:14 UTC by R. Belmont
apple2: Support the SUP'R'TERMINAL 80-column card. [R. Belmont]
[/branches/fmrewrite/scripts/src]bus.lua
[/branches/fmrewrite/src/devices/bus/a2bus]suprterminal.cpp* suprterminal.h*
[/branches/fmrewrite/src/mame/drivers]apple2.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team