Note Feed

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

Previous 50 199869 Revisions Next 50

r176689 Sunday 1st August, 2021 at 20:59:18 UTC by Scott Stone
ibm5170.xml, ibm5170_cdrom.xml: Fixed parent/clone issue + clean up of related labels to uniquely identify.
[hash]ibm5170.xml ibm5170_cdrom.xml

r176688 Sunday 1st August, 2021 at 18:53:11 UTC by Nigel Barnes
coco12.cpp: Corrected installed RAM being off by 1 byte. Fixes MT#08045
[src/mame/machine]coco12.cpp

r176687 Sunday 1st August, 2021 at 14:13:04 UTC by 0kmg
bus/nes: Added support for Little Com 160 Korean multicart. (#8378)

New working software list additions (nes.xml)
-----------------------------------
Little Com 160 [NewRisingSun]
[hash]nes.xml
[src/devices/bus/nes]multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h

r176686 Sunday 1st August, 2021 at 14:03:56 UTC by Vasantha Crabb
formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by coverity).
[src/lib/formats]fsmgr.cpp

r176685 Sunday 1st August, 2021 at 13:31:34 UTC by Ville Linde
tc0780fpa: fix texture issues in optiger
[src/mame/video]tc0780fpa.cpp

r176684 Sunday 1st August, 2021 at 00:12:49 UTC by R. Belmont
apple2.cpp: Add and use the correct character ROM for the Pravetz 82. [sandacite.com, R. Belmont]
[src/mame/drivers]apple2.cpp

r176683 Saturday 31st July, 2021 at 19:06:14 UTC by Aaron Giles
voodoo: Address minor coverity complaints
[src/devices/video]voodoo.cpp voodoo_banshee.cpp voodoo_regs.h

r176682 Saturday 31st July, 2021 at 18:39:27 UTC by R. Belmont
fix OSD=mac compile [R. Belmont]
[src/osd/mac]window.cpp
[src/osd/modules/render]drawogl.cpp

r176681 Saturday 31st July, 2021 at 15:20:07 UTC by Ville Linde
taitopjc: Fixed lockup issues. Improved tilemap emulation.
[src/mame/drivers]taitopjc.cpp

r176680 Saturday 31st July, 2021 at 14:28:02 UTC by Osso
jantotsu.cpp: updated to use finders and other small cleanups
[src/mame/drivers]jantotsu.cpp

r176679 Saturday 31st July, 2021 at 13:29:16 UTC by Osso
mermaid.cpp: updated to use measured clock, one more note added, marked mermaid and clone as imperfect graphics
[src/mame/drivers]mermaid.cpp

r176678 Saturday 31st July, 2021 at 13:19:20 UTC by Osso
mermaid.cpp: added missing items to state saving, updated notes
[src/mame/drivers]mermaid.cpp

r176677 Saturday 31st July, 2021 at 11:45:45 UTC by clawgrip
startouch.cpp: Fix typos (#8369)
[src/mame/drivers]startouch.cpp

r176676 Saturday 31st July, 2021 at 11:45:14 UTC by David Haywood
new WORKING machine (#8370)

* new WORKING machine
------
Paris Dakar (31/03/87, Spanish) [Jose Marquez - Retrobytes, Recreativas.org]

* new NOT WORKING machines
-------
Dracula's Castle (Magnet System) [Jose Marquez - Retrobytes, Recreativas.org]
[src/mame]mame.lst
[src/mame/audio]efo_zsu.cpp
[src/mame/drivers]cedar_magnet.cpp

r176675 Saturday 31st July, 2021 at 11:33:33 UTC by algestam
hh_sm510: rescan display for auslalom (#8377)
[src/mame/drivers]hh_sm510.cpp

r176674 Saturday 31st July, 2021 at 02:05:56 UTC by davide.cavalca
chdman: add a few more hard disk templates (#8352)
[src/tools]chdman.cpp

r176673 Friday 30th July, 2021 at 17:22:39 UTC by clawgrip
New WORKING clones (#8371)

-------------------------------
Rescate Lunar (Spanish bootleg of Lunar Rescue) [Ricardo - Factory Arcade, Recreativas.org]
[src/mame]mame.lst
[src/mame/drivers]8080bw.cpp

r176672 Friday 30th July, 2021 at 14:53:46 UTC by ajrhacker
Merge pull request #8376 from jessexm/patch-1

imd_dsk.cpp: Fix segmentation fault saving FM track
[scripts/src]machine.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/machine]applefdintf.cpp applefdintf.h applepic.cpp* applepic.h* swim1.cpp swim1.h
[src/mame/drivers]mac.cpp
[src/mame/includes]mac.h
[src/mame/machine]mac.cpp

r176671 Friday 30th July, 2021 at 03:41:35 UTC by jesse.marroquin
imd_dsk.cpp: Fix segmentation fault saving FM track

Incorrect cell size for FM track results in empty bitstream that ultimately causes data.empty() to seg fault.
[scripts/src]machine.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/machine]applefdintf.cpp applefdintf.h applepic.cpp applepic.h swim1.cpp swim1.h
[src/lib/formats]imd_dsk.cpp
[src/mame/drivers]mac.cpp
[src/mame/includes]mac.h
[src/mame/machine]mac.cpp

r176670 Friday 30th July, 2021 at 14:43:28 UTC by AJR
swim1: Disable read side effects to help debugging
[src/devices/machine]swim1.cpp swim1.h

r176669 Friday 30th July, 2021 at 14:42:36 UTC by AJR
applepic: Add timer and remaining GPIO
[src/devices/machine]applepic.cpp applepic.h
[src/mame/drivers]mac.cpp
[src/mame/includes]mac.h

r176668 Friday 30th July, 2021 at 03:46:05 UTC by AJR
applepic: Add device files missing from 918da8411db59ec376d800ae2a424344a6736a25
[src/devices/machine]applepic.cpp* applepic.h*

r176667 Friday 30th July, 2021 at 03:40:16 UTC by AJR
maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and OSS interrupt control
* machine/applefdintf.*: Correct permissions
[scripts/src]machine.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/machine]applefdintf.cpp applefdintf.h
[src/mame/drivers]mac.cpp
[src/mame/includes]mac.h
[src/mame/machine]mac.cpp

r176666 Thursday 29th July, 2021 at 21:49:05 UTC by 0kmg
bus/nes: Fixed the 3 non-working games in 11 in 1 Ball Series multicart. (#8373)

- Fixed games: Volleyball, Paddle, Dynamite Bowling
[hash]nes.xml
[src/devices/bus/nes]multigame.cpp multigame.h

r176665 Thursday 29th July, 2021 at 21:03:51 UTC by Samuele Zannoli
i82371sb.cpp: various changes, windows 98 recognizes the ide busmaster controller in pcipc driver
- corrections to pci configuration space maps
- remove useless redefinitions of command_w/r in ide device
- placeholders for nmi, stpclk and extsmi lines of isa bridge
- correctly support 8 bit writes to idetim registers
[src/devices/machine]i82371sb.cpp i82371sb.h

r176664 Thursday 29th July, 2021 at 21:03:51 UTC by Samuele Zannoli
i82439hx.cpp: corrections to pci configuration space map and decoding to debug log of pam register writes
[src/devices/machine]i82439hx.cpp i82439hx.h

r176663 Thursday 29th July, 2021 at 21:03:51 UTC by Samuele Zannoli
fdc37c93x.cpp: add placeholder routine for mouse irq
[src/devices/machine]fdc37c93x.cpp fdc37c93x.h

r176662 Thursday 29th July, 2021 at 13:51:50 UTC by Robbbert
trs80_cass: fixed silly mistake
[hash]trs80_cass.xml

r176661 Thursday 29th July, 2021 at 13:27:35 UTC by 0kmg
bus/nes: Fixed a BMC 31 in 1 pirate multi-game. (#8368)

Software list items promoted to working (nes.xml)
---------------------------------------
31 in 1
[hash]nes.xml
[src/devices/bus/nes]multigame.cpp multigame.h

r176660 Thursday 29th July, 2021 at 05:22:51 UTC by Vasantha Crabb
Slightly cleaned up OSD input modules.

Removed support for DirectInput 7 and earlier.  It hasn't been tested in
years, and it's not relevant on any supported OS.  DirectInput is
effectively finalised at version 8, and is unlikely to get an API update
in the future.

Use more string[_view] and fewer C strings, and tightened up scope of a
few things.
[/trunk]makefile
[scripts/src/osd]windows.lua
[src/emu]input.cpp input.h inputdev.cpp inputdev.h ioport.cpp
[src/osd/modules/input]input_common.cpp input_common.h input_dinput.cpp input_dinput.h input_module.h input_none.cpp input_rawinput.cpp input_sdl.cpp input_uwp.cpp input_win32.cpp input_windows.cpp input_windows.h input_winhybrid.cpp input_x11.cpp input_xinput.cpp input_xinput.h

r176659 Thursday 29th July, 2021 at 03:12:41 UTC by AJR
motoxgo: Add "extra" I/O CPU to configuration
[scripts/target/mame]arcade.lua
[src/mame/drivers]namcos23.cpp

r176658 Thursday 29th July, 2021 at 03:10:42 UTC by AJR
f2mc16: Updates
- Emulate many more opcodes
- Add interrupt callback for debugger
- Correct disassembly of MOVW io, A
[src/devices/cpu/f2mc16]f2mc16.cpp f2mc16d.cpp

r176657 Wednesday 28th July, 2021 at 21:50:00 UTC by smf
Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing the index or name with a # and passing as the first parameter. [smf]
[src/emu/debug]debugcmd.cpp

r176656 Wednesday 28th July, 2021 at 21:29:54 UTC by Carl
pc9801: disable code causing egc issues and add color compare support
[src/mame/drivers]pc9801.cpp
[src/mame/includes]pc9801.h
[src/mame/video]pc9801.cpp

r176655 Wednesday 28th July, 2021 at 20:45:18 UTC by AJR
f2mc16: General cleanup
- Add helper functions for increment and decrement operations and short direct banking
- Rationalize use of temporary variables
- Modify only lowest 8 bits of accumulator for XOR A, #imm8
- Perform a 16-bit rather than 8-bit write for MOVW @RLx + #disp8, A
- Use SSB instead of USB for @RW3 or @RW7 addressing when S flag is set
- Fix numerous flag calculations
[src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h

r176654 Wednesday 28th July, 2021 at 18:22:22 UTC by Osso
royalmah.cpp: added banking to rkjanoh2, too. Almost playable, but bad colors.
[src/mame/drivers]royalmah.cpp

r176653 Wednesday 28th July, 2021 at 15:44:55 UTC by 0kmg
bus/nes: Added support for YUNG-08 SMB2 FDS conversions. (#8366)

Software list items promoted to working (nes.xml)
---------------------------------------
Super Mario Bros. 2 (YUNG-08)
Super Mario Bros. 2 (YUNG-08, no protection)
[hash]nes.xml
[src/devices/bus/nes]bootleg.cpp bootleg.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[src/mame/machine]nes.cpp

r176652 Wednesday 28th July, 2021 at 15:39:27 UTC by brian.johnson
qx10.cpp: Corected video RAM size - onlly 128k is present (fixes graphics scrolling). (#8333)
[src/mame/drivers]qx10.cpp

r176651 Wednesday 28th July, 2021 at 12:22:23 UTC by Scott Stone
dangbar.cpp:  fix sspanic label typo
[src/mame/drivers]dangbar.cpp

r176650 Wednesday 28th July, 2021 at 10:48:19 UTC by patrick.mackinlay
ns32082: implement program flow trace support
[src/devices/cpu/ns32000]ns32000.cpp ns32000.h ns32000dasm.cpp slave.h
[src/devices/machine]ns32082.cpp ns32082.h

r176649 Wednesday 28th July, 2021 at 05:31:01 UTC by patrick.mackinlay
ns32202: fix syntax errors
[src/devices/machine]ns32202.cpp

r176648 Wednesday 28th July, 2021 at 05:28:42 UTC by patrick.mackinlay
ns32kdb: corrected eprom labels
[src/mame/drivers]ns32kdb.cpp

r176647 Wednesday 28th July, 2021 at 05:27:06 UTC by patrick.mackinlay
ns32kdb: additional firmware [Vince Ibeachum]

* serial diagnostic support
* corrected timer clock
[src/mame/drivers]ns32kdb.cpp

r176646 Wednesday 28th July, 2021 at 05:24:40 UTC by patrick.mackinlay
ns32202: implement counter current values
[src/devices/machine]ns32202.cpp ns32202.h

r176645 Wednesday 28th July, 2021 at 05:23:45 UTC by patrick.mackinlay
ns32000: fix smr instruction bug
[src/devices/cpu/ns32000]ns32000.cpp

r176644 Wednesday 28th July, 2021 at 05:23:45 UTC by GitHub
-

r176643 Wednesday 28th July, 2021 at 05:23:45 UTC by GitHub
-

r176642 Wednesday 28th July, 2021 at 02:59:58 UTC by Vasantha Crabb
Merge tag 'mame0234' into mainline-master

MAME 0.234
[hash]c64_cass.xml entex_sag.xml nes.xml trs80_cass.xml
[scripts/target/mame]mess.lua
[src/devices/bus/nes]bootleg.cpp bootleg.h multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h f2mc16d.cpp mb9061x.cpp mb9061x.h
[src/devices/cpu/tx0]tx0.cpp
[src/devices/machine]hp_taco.cpp
[src/mame]mame.lst mess.flt
[src/mame/drivers]apple2.cpp apple2gs.cpp apxen.cpp* dpsv55.cpp* hh_hmcs40.cpp hh_sm510.cpp hh_tms1k.cpp megasys1.cpp neogeo.cpp pgm.cpp sag.cpp segas16b.cpp system1.cpp
[src/mame/includes]system1.h
[src/mame/machine]n64.cpp nes.cpp pgmprot_igs027a_type3.cpp pgmprot_igs027a_type3.h
[src/mame/video]apple2.cpp gime.cpp n64.cpp n64.h rdptpipe.cpp

r176641 Tuesday 27th July, 2021 at 07:02:24 UTC by Vasantha Crabb
Version bump for MAME 0.234
[/trunk]makefile
[android-project/app/src/main]AndroidManifest.xml

r176640 Monday 26th July, 2021 at 16:58:18 UTC by Vasantha Crabb
c64_cass.xml: Removed stray space in description for advbasil.
[hash]c64_cass.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team