Note Feed

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

Previous 50 199869 Revisions Next 50

r188957 Monday 22nd August, 2022 at 22:58:28 UTC by Justin Kerk
New working software list additions
-----------------------------------
pc98: Mind Buster!! [Justin Kerk]
[/branches/barcrest/hash]pc98.xml

r188956 Monday 22nd August, 2022 at 19:01:26 UTC by Vasantha Crabb
Lua scripting enhancements:

Added minimal support for manipulating bitmaps and drawing them in
render containers.  Y'CbCr 4:2:2, RGB and ARGB are supported.  Argument
order doesn't always match the underlying classes to make the Lua
interface more consistent with render bounds and render containers.

Added bindings for device_palette_interface.

Fixed some errors in the documentation as well as documenting new
functionality.
[/branches/barcrest/docs/source/techspecs]luareference.rst
[/branches/barcrest/src/frontend/mame]luaengine.cpp luaengine_render.cpp
[/branches/barcrest/src/lib/util]bitmap.cpp

r188955 Monday 22nd August, 2022 at 10:05:48 UTC by hap
bmxstunts: copy 2nd half of another dump attempt to bmxl rom
[/branches/barcrest/src/mame/galaxian]galaxian.cpp
[/branches/barcrest/src/mame/thepit]thepit_v.cpp

r188954 Sunday 21st August, 2022 at 22:37:55 UTC by Scott Stone
vgmplay.xml:  Added 20 new entries [VGMRips.net, Tafoid]
[/branches/barcrest/hash]vgmplay.xml

r188953 Sunday 21st August, 2022 at 18:01:29 UTC by Osso
bus.lua, machine.lua: fixed a couple of entries
[/branches/barcrest/scripts/src]bus.lua machine.lua

r188952 Sunday 21st August, 2022 at 13:10:46 UTC by Sandro Ronco
debuggdbstub.cpp: implement thread alive command.
[/branches/barcrest/src/osd/modules/debugger]debuggdbstub.cpp

r188951 Sunday 21st August, 2022 at 12:35:16 UTC by hap
render: give cloneof ext artwork priority over internal artwork
[/branches/barcrest/src/emu]render.cpp

r188950 Sunday 21st August, 2022 at 12:32:13 UTC by Vasantha Crabb
debugger/debuggdbstub.cpp: Fixed failure to find CPU.
[/branches/barcrest/src/osd/modules/debugger]debuggdbstub.cpp

r188949 Sunday 21st August, 2022 at 12:19:43 UTC by Sandro Ronco
Hyperscan: various updates

* Fixed hang in X-Men.
* Fixed some graphical issues.
* Implemented the TVE framebuffer (used in some homebrew demos).
[/branches/barcrest/hash]hyperscan.xml
[/branches/barcrest/src/devices/cpu/score]score.cpp scoredsm.cpp
[/branches/barcrest/src/devices/machine]spg290_ppu.cpp
[/branches/barcrest/src/mame/tvgames]spg29x.cpp

r188948 Sunday 21st August, 2022 at 10:31:40 UTC by hap
bmxstunts: add difficulty switch
[/branches/barcrest/src/mame/galaxian]galaxian.cpp

r188947 Sunday 21st August, 2022 at 05:59:30 UTC by Osso
New working clones
------------------
Turbo Force (US, set 2) [Bill D., Brian Troha, The Dumping Union]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/vsystem]aerofgt.cpp

r188946 Saturday 20th August, 2022 at 23:53:21 UTC by hap
Machines promoted to working
----------------------------
BMX Stunts [Ivan Vangelista, hap, chaneman, Andy Welburn]
[/branches/barcrest/src/mame/galaxian]galaxian.cpp

r188945 Saturday 20th August, 2022 at 23:33:41 UTC by David Haywood
Greatly improve Monon Color emulation (#10158)

* added emulation of required/used AXC51 / AX208 extended operations
* added preliminary emulation of required/used AXC51 / AX208 features
* added support for many Monon specific features, such as the video controller
* most games are playable, those not requiring a card/badge scanner to function at all are promoted
* no music, as it's contained in a game specific MCU under a glob on each cart
[/branches/barcrest/hash]monon_color.xml
[/branches/barcrest/scripts/src]bus.lua cpu.lua machine.lua
[/branches/barcrest/src/devices/bus/mononcol]carts.cpp* carts.h* rom.cpp* rom.h* slot.cpp* slot.h*
[/branches/barcrest/src/devices/cpu/axc51]axc51.cpp axc51.h axc51dasm.cpp axc51dasm.h axc51extops.hxx* axc51ops.hxx
[/branches/barcrest/src/devices/machine]generic_spi_flash.cpp* generic_spi_flash.h*
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/misc]monon_color.cpp*
[/branches/barcrest/src/mame/skeleton]monon_color.cpp
[/branches/barcrest/src/mame/tvgames]generalplus_gpl162xx_lcdtype.cpp st2302u_bbl_spi.cpp

r188944 Saturday 20th August, 2022 at 23:30:43 UTC by hap
bmxstunts: combine half of the 1st dump attempt with current
[/branches/barcrest/src/mame/galaxian]galaxian.cpp

r188943 Saturday 20th August, 2022 at 22:32:11 UTC by 0kmg
nes.xml: Added two dumps. (#10245)

New working software list additions
-----------------------------------
NARC (USA, CES sample, prototype) [Hard4Games, Dustin Echoes, Forest of Illusion]
Controller Test Program (Japan) [Forest of Illusion]
[/branches/barcrest/hash]nes.xml

r188942 Saturday 20th August, 2022 at 22:19:03 UTC by 0kmg
nintendo/playch10.cpp: Minor bug fix and MMC1 cleanup. (#10244)

nintendo/nes.cpp: Mark famitvc1 as not working.
nes.xml: Mark shinsend as not supported.
[/branches/barcrest/hash]nes.xml
[/branches/barcrest/src/mame/nintendo]nes.cpp playch10.cpp vsnes.cpp

r188941 Saturday 20th August, 2022 at 22:15:27 UTC by hap
bmxstunts: improve sound
[/branches/barcrest/src/mame/galaxian]galaxian.cpp galaxian.h galaxian_v.cpp

r188940 Saturday 20th August, 2022 at 20:22:03 UTC by Osso
galaxian.cpp: redumped bmxstunts. Confirmed both dumps in MAME come from the same PCB and that one is just bad. Removed the bad dump. Still needs more work before it can be considered playable. [chaneman]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/galaxian]galaxian.cpp galaxian.h galaxian_v.cpp

r188939 Saturday 20th August, 2022 at 20:14:53 UTC by hap
chess artwork: fix xml error on white bishop
[/branches/barcrest/artwork/chess]README.md wb.svg
[/branches/barcrest/src/devices/cpu/tms1000]tms2100.cpp
[/branches/barcrest/src/devices/machine]ds1207.cpp

r188938 Saturday 20th August, 2022 at 15:59:00 UTC by Vasantha Crabb
nintendo/gb.cpp: A bit of cleanup.

* Combined driver source files.
* Split up state classes and got rid of legacy start/reset callback
 overrides.
* Use configured banking for GBC RAM (fixes some save state issues, but
 there could be more lurking).
* Moved notes about cartridge hardware to more appropriate places.
[/branches/barcrest/src/devices/bus/gameboy]gb_slot.h mbc.cpp rom.cpp
[/branches/barcrest/src/mame/nintendo]gb.cpp gb.h gb_m.cpp

r188937 Saturday 20th August, 2022 at 10:56:56 UTC by Vasantha Crabb
emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices.

Currently the speaker device is the only way sound can get to the OSD
layer, so its presence or absence determines whether the emulated system
is capabale of producing sound.  A few systems use chips with sound
capability for other purposes (typically I/O or video) while leaving the
sound outputs disconnected.  These systems should display the notice
about the absence of sound output.
[/branches/barcrest/src/emu]validity.cpp
[/branches/barcrest/src/frontend/mame/ui]info.cpp

r188936 Saturday 20th August, 2022 at 04:44:52 UTC by Osso
tecfri/holeland.cpp, tecfri/sauro.cpp, tecfri/speedbal.cpp: consolidated drivers in single files, minor cleanups
[/branches/barcrest/src/mame/misc]astrcorp.cpp
[/branches/barcrest/src/mame/taito]buggychl.cpp
[/branches/barcrest/src/mame/tecfri]holeland.cpp holeland.h holeland_v.cpp sauro.cpp sauro.h sauro_v.cpp speedbal.cpp speedbal.h speedbal_v.cpp

r188935 Friday 19th August, 2022 at 17:39:36 UTC by Vasantha Crabb
bus: Get rid of some dubious tag manipulation.

The implementation details of how the cartridges allocate storage for
memory really shouldn't be part of the interface.  Having tags in the
headers encourages people to depend on these implementation details.
This gets rid of it in most of the headers.  A few particularly leaky
abstractions (bbc/rom, electron/cart, gba, generic, jakks_gamekey, m5)
depend on this, so it can't be removed in those cases without further
refactoring to encapsulate the slot devices better.

This doesn't change behaviour, it just mechanically removes stuff from
the headers and uses device_t::subtag rather than string manipulation on
tags.  Most of the cartridge devices shouldn't have rom_alloc member
functions at all - the region created by the software list loader can be
used directly when loading from the software list, and the slot can
allocate a region with the same tag when loading loose software.  This
avoids creating an extra region and copying the data when loading from
the software list.  See vboy for an example that doesn't allocate a
superfluous region.
[/branches/barcrest/src/devices/bus/a7800]a78_slot.cpp a78_slot.h
[/branches/barcrest/src/devices/bus/a800]a800_slot.cpp a800_slot.h
[/branches/barcrest/src/devices/bus/apf]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/aquarius]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/arcadia]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/astrocde]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/bbc/rom]slot.cpp
[/branches/barcrest/src/devices/bus/chanf]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/crvision]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/ekara]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/electron/cart]slot.cpp
[/branches/barcrest/src/devices/bus/gamate]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/gameboy]gb_slot.cpp gb_slot.h
[/branches/barcrest/src/devices/bus/gba]gba_slot.cpp
[/branches/barcrest/src/devices/bus/generic]slot.cpp
[/branches/barcrest/src/devices/bus/intv]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/jakks_gamekey]slot.cpp
[/branches/barcrest/src/devices/bus/m5]slot.cpp
[/branches/barcrest/src/devices/bus/mc10]mc10_cart.cpp
[/branches/barcrest/src/devices/bus/megadrive]md_slot.cpp md_slot.h
[/branches/barcrest/src/devices/bus/mtx]exp.cpp
[/branches/barcrest/src/devices/bus/nes]nes_ines.hxx nes_pcb.hxx nes_slot.cpp nes_slot.h nes_unif.hxx
[/branches/barcrest/src/devices/bus/pce]pce_slot.cpp pce_slot.h
[/branches/barcrest/src/devices/bus/saturn]sat_slot.cpp sat_slot.h
[/branches/barcrest/src/devices/bus/scv]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/sega8]sega8_slot.cpp sega8_slot.h
[/branches/barcrest/src/devices/bus/snes]snes_slot.cpp snes_slot.h
[/branches/barcrest/src/devices/bus/vboy]slot.cpp
[/branches/barcrest/src/devices/bus/vc4000]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/vcs]vcs_slot.cpp
[/branches/barcrest/src/devices/bus/vectrex]slot.cpp slot.h
[/branches/barcrest/src/devices/bus/vsmile]vsmile_slot.cpp vsmile_slot.h
[/branches/barcrest/src/devices/bus/wswan]slot.cpp slot.h
[/branches/barcrest/src/mame/intergraph]interpro.cpp* interpro_arbga.cpp* interpro_arbga.h* interpro_ioga.cpp* interpro_ioga.h* interpro_mcga.cpp* interpro_mcga.h* interpro_sga.cpp* interpro_sga.h*
[/branches/barcrest/src/mame/interpro]interpro.cpp interpro_arbga.cpp interpro_arbga.h interpro_ioga.cpp interpro_ioga.h interpro_mcga.cpp interpro_mcga.h interpro_sga.cpp interpro_sga.h

r188934 Friday 19th August, 2022 at 16:07:43 UTC by Osso
New working clones
------------------
B.Rap Boys Special (World, older) [nnap]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/kaneko]kaneko16.cpp

r188933 Friday 19th August, 2022 at 15:06:03 UTC by Vasantha Crabb
Merged some single-platform projects into company projects.

Also moved a few things out of skeleton into other places.
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/ausnz]pegasus.cpp*
[/branches/barcrest/src/mame/aviion]aviion88k.cpp
[/branches/barcrest/src/mame/dg]aviion88k.cpp*
[/branches/barcrest/src/mame/ibm]ibm6580.cpp* ibm6580_fdc.cpp* ibm6580_fdc.h* ibm6580_kbd.cpp* ibm6580_kbd.h* rosetta.cpp* rosetta.h* rtpc.cpp* rtpc_iocc.cpp* rtpc_iocc.h*
[/branches/barcrest/src/mame/ibm6580]ibm6580.cpp ibm6580_fdc.cpp ibm6580_fdc.h ibm6580_kbd.cpp ibm6580_kbd.h
[/branches/barcrest/src/mame/jazz]jazz.cpp mct_adr.cpp mct_adr.h
[/branches/barcrest/src/mame/microsoft]jazz.cpp* mct_adr.cpp* mct_adr.h*
[/branches/barcrest/src/mame/philips]minitel_2_rpic.cpp*
[/branches/barcrest/src/mame/rtpc]rosetta.cpp rosetta.h rtpc.cpp rtpc_iocc.cpp rtpc_iocc.h
[/branches/barcrest/src/mame/skeleton]minitel_2_rpic.cpp pegasus.cpp trs80dt1.cpp
[/branches/barcrest/src/mame/sony]cxd8442q.cpp* cxd8442q.h* cxd8452aq.cpp* cxd8452aq.h* dmac3.cpp* dmac3.h* dmac_0266.cpp* dmac_0266.h* dmac_0448.cpp* dmac_0448.h* news_38xx.cpp* news_68k.cpp* news_hid.cpp* news_hid.h* news_r3k.cpp* news_r4k.cpp*
[/branches/barcrest/src/mame/sony_news]cxd8442q.cpp cxd8442q.h cxd8452aq.cpp cxd8452aq.h dmac3.cpp dmac3.h dmac_0266.cpp dmac_0266.h dmac_0448.cpp dmac_0448.h news_38xx.cpp news_68k.cpp news_hid.cpp news_hid.h news_r3k.cpp news_r4k.cpp
[/branches/barcrest/src/mame/trs]trs80dt1.cpp*

r188932 Friday 19th August, 2022 at 14:25:32 UTC by brice.onken
sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854)

* sony_news/news_hid.cpp: Added APbus I/O mapping.
* bus/nscsi/cd.cpp: Added Sony CD-ROM CDU-541 1.0A recognised by NEWS-OS.
* machine/upd765.cpp: Added National Semiconductor PC8477B clone.

New machines marked not working
--------------------
Sony NET WORK STATION NWS-5000X
[/branches/barcrest/src/devices/bus/nscsi]cd.cpp cd.h
[/branches/barcrest/src/devices/machine]upd765.cpp upd765.h
[/branches/barcrest/src/emu]xtal.cpp
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/sony_news]cxd8442q.cpp cxd8452aq.cpp news_hid.cpp news_hid.h news_r4k.cpp*

r188931 Friday 19th August, 2022 at 13:50:17 UTC by paul.arnold
machine/ds1207.cpp: Fixed initialisation of start time. (#10242)
[/branches/barcrest/src/devices/machine]ds1207.cpp

r188930 Friday 19th August, 2022 at 03:50:58 UTC by Osso
technos/mystston.cpp, technos/shadfrce.cpp, technos/ssozumo.cpp, technos/tagteam.cpp: consolidated drivers in single files, minor cleanups
[/branches/barcrest/src/mame/technos]mystston.cpp mystston.h mystston_v.cpp shadfrce.cpp shadfrce.h shadfrce_v.cpp ssozumo.cpp ssozumo.h ssozumo_v.cpp tagteam.cpp tagteam.h tagteam_v.cpp

r188929 Thursday 18th August, 2022 at 23:49:33 UTC by AJR
amstarz80.cpp: Add a few preliminary mappings
[/branches/barcrest/src/mame/misc]amstarz80.cpp

r188928 Thursday 18th August, 2022 at 23:42:05 UTC by AJR
bigkonggx: Simplify ROM descrambling even further
[/branches/barcrest/src/mame/galaxian]galaxian.cpp

r188927 Thursday 18th August, 2022 at 23:02:54 UTC by arcadeshadow
intv.xml: Metadata cleaning (#10240)

Lowercase on descriptive text on words like "Prototype", "Alt", "Unreleased", "Unfinished", "Fixed", "Download Version", "Hacked"
[/branches/barcrest/hash]intv.xml

r188926 Thursday 18th August, 2022 at 22:53:31 UTC by devin.acker
New NOT_WORKING machine (#10241)

-----------------------
VTech Phusion [Devin Acker]
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/vtech]phusion.cpp*

r188925 Thursday 18th August, 2022 at 22:39:08 UTC by AJR
cr16b: Fix sign extension of branch displacements in disassembly
[/branches/barcrest/src/devices/cpu/cr16b]cr16bdasm.cpp

r188924 Thursday 18th August, 2022 at 21:26:54 UTC by AJR
unidasm.cpp: Code cleanup
- Use ioprocs methods and do a single read for normal input files (i.e. without an additional memcpy)
- Compute pc_mask without using loop
- Correct likely mistake in calculation of rounded_size
- Split main function in two

* ioprocs.cpp: Remove no longer needed #include
[/branches/barcrest/src/lib/util]ioprocs.cpp
[/branches/barcrest/src/tools]unidasm.cpp

r188923 Thursday 18th August, 2022 at 21:21:55 UTC by michael.sanborn
sega/model3.cpp: Add US Title to most Scud Race sets. (#10225)

The US Title (Sega Super GT) is known to exist on most sets via service mode when you change region settings.

For some reason the parent allows you to change regions (Japan, USA, Export) which is interesting about this export set.
[/branches/barcrest/src/mame/sega]model3.cpp

r188922 Thursday 18th August, 2022 at 15:09:34 UTC by Vasantha Crabb
osd/modules/input: Include device serial number in ID when available for SDL joysticks.
[/branches/barcrest/src/osd/modules/input]input_sdl.cpp

r188921 Thursday 18th August, 2022 at 14:22:09 UTC by Vasantha Crabb
Cleanup of various recently-changed files.
[/branches/barcrest/src/devices/cpu/pic16c5x]pic16c5x.cpp
[/branches/barcrest/src/devices/machine]spifi3.cpp
[/branches/barcrest/src/mame/misc]magicard.cpp
[/branches/barcrest/src/mame/sony_news]cxd8442q.cpp cxd8452aq.cpp dmac3.cpp

r188920 Thursday 18th August, 2022 at 13:41:08 UTC by paul.arnold
misc/magicard.cpp: Added required devices and default NVRAM contents. (#9970)

* cpu/pic16c5x: Expose driven lines to I/O handlers in mask.
* machine/ds1207.cpp: Added DS1207 Time Key device.
* machine/msm6242.cpp: Fixed interrupt output pulse duration.
* machine/scc66470.cpp: Added Philips SCC66470 Video and System controller device.

Machines promoted to working
-------------------------------
Puzzle Me!
Lucky 7 (Impera) V04/91a

Clones promoted to working
-------------------------------
Magic Card Export 94 (V2.11a, set 3)
Magic Card - Wien (Sicherheitsversion 1.2)
unknown Poker 'TE06'
[/branches/barcrest/scripts/src]machine.lua
[/branches/barcrest/src/devices/cpu/pic16c5x]pic16c5x.cpp
[/branches/barcrest/src/devices/machine]ds1207.cpp* ds1207.h* msm6242.cpp msm6242.h scc66470.cpp* scc66470.h* scc68070.cpp scc68070.h
[/branches/barcrest/src/mame/misc]magicard.cpp
[/branches/barcrest/src/mame/philips]cdicdic.cpp

r188919 Thursday 18th August, 2022 at 10:26:25 UTC by hap
update prev commit: no, you can stay
[/branches/barcrest/src/mame/entex]sag.cpp

r188918 Thursday 18th August, 2022 at 10:25:03 UTC by hap
Revert "emu: make memory_share_creator endianness param optional, it is nonsense for byte-width RAM"

This reverts commit cfbffd321529cc21a5880e16c6a66c750f3b3e3b.
[/branches/barcrest/src/devices/bus/saitek_osa]maestro.cpp
[/branches/barcrest/src/emu]devfind.h
[/branches/barcrest/src/mame/chess]ave_arb.cpp tasc.cpp
[/branches/barcrest/src/mame/cxg]sphinx40.cpp
[/branches/barcrest/src/mame/entex]sag.cpp
[/branches/barcrest/src/mame/hegenerglaser]berlin.cpp modular.cpp modular_tm.cpp
[/branches/barcrest/src/mame/saitek]stratos.cpp

r188917 Thursday 18th August, 2022 at 10:24:32 UTC by hap
hitparade: change SYST to GAME
[/branches/barcrest/src/mame/atari]hitparade.cpp
[/branches/barcrest/src/mame/midcoin]24cdjuke.cpp

r188916 Thursday 18th August, 2022 at 07:29:09 UTC by arcadeshadow
a7800.xml: Cleaned up metadata: (#10237)

* Use lowercase for descriptive text in descriptions.
* Use uppercase for trademarks/proper nouns, like POKEY and ProSystem Emulator.
[/branches/barcrest/hash]a7800.xml

r188915 Thursday 18th August, 2022 at 07:08:38 UTC by Vasantha Crabb
frontend: Swallow save state slot key/button.
[/branches/barcrest/src/frontend/mame/ui]state.cpp state.h

r188914 Thursday 18th August, 2022 at 00:54:08 UTC by grantek
Implement SCC baud rate calculation (#10181)

- Also fix baud counter registers
Reference: http://www.zilog.com/docs/serial/ps0117.pdf

The X68000 uses the Clock Mode feature of the SCC, which multiplies the baud period by 16. Combined with a bug that read the baud counter from the wrong registers, this meant the emulator had two baud rate expiry callbacks running at some MHz.
[/branches/barcrest/src/devices/machine]8530scc.cpp 8530scc.h

r188913 Wednesday 17th August, 2022 at 23:16:46 UTC by hap
source org: move lk3000 to handheld folder
[/branches/barcrest/src/mame]mame.lst mess.flt
[/branches/barcrest/src/mame/handheld]lk3000.cpp*
[/branches/barcrest/src/mame/skeleton]lk3000.cpp

r188912 Wednesday 17th August, 2022 at 23:16:46 UTC by hap
New machines marked as NOT_WORKING
----------------------------------
Hit Parade 108 / 144 / 160 [hap, Sean Riddle]
[/branches/barcrest/src/mame]arcade.flt mame.lst
[/branches/barcrest/src/mame/atari]hitparade.cpp*
[/branches/barcrest/src/mame/handheld]hh_tms1k.cpp
[/branches/barcrest/src/mame/layout]hitparade.lay*

r188911 Wednesday 17th August, 2022 at 23:16:46 UTC by hap
emu: make memory_share_creator endianness param optional, it is nonsense for byte-width RAM
[/branches/barcrest/src/devices/bus/saitek_osa]maestro.cpp
[/branches/barcrest/src/emu]devfind.h
[/branches/barcrest/src/mame/chess]ave_arb.cpp tasc.cpp
[/branches/barcrest/src/mame/cxg]sphinx40.cpp
[/branches/barcrest/src/mame/entex]sag.cpp
[/branches/barcrest/src/mame/hegenerglaser]berlin.cpp modular.cpp modular_tm.cpp
[/branches/barcrest/src/mame/saitek]stratos.cpp

r188910 Wednesday 17th August, 2022 at 18:34:02 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Hold & Draw [Siftware]

- technos/bogeyman.cpp, technos/dogfgt.cpp, technos/matmania.cpp: consolidated drivers in single files, minor cleanups
[/branches/barcrest/src/mame]arcade.flt mame.lst
[/branches/barcrest/src/mame/misc]amstarz80.cpp*
[/branches/barcrest/src/mame/technos]bogeyman.cpp bogeyman.h bogeyman_v.cpp dogfgt.cpp dogfgt.h dogfgt_v.cpp matmania.cpp matmania.h matmania_v.cpp

r188909 Wednesday 17th August, 2022 at 09:23:16 UTC by arcadeshadow
channelf.xml: Use lowercase for descriptive text in descriptions and unabbreviated country names. (#10236)
[/branches/barcrest/hash]channelf.xml

r188908 Wednesday 17th August, 2022 at 09:10:11 UTC by Vasantha Crabb
sinclair/specpls3.cpp: Improved floppy drive configuration.

* Default to a single 3" SSDD drive, allow 3.5" SSDD drives.
* specpls3_flop.xml: Corrected interface type for term2a floppy.
[/branches/barcrest/hash]specpls3_flop.xml
[/branches/barcrest/src/emu]emuopts.cpp
[/branches/barcrest/src/mame/sinclair]specpls3.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team