Note Feed

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

Previous 50 199869 Revisions Next 50

r176789 Wednesday 4th August, 2021 at 16:11:06 UTC by hap
New working clones
------------------
Hockey (Mattel, export version) [hap, Sean Riddle]
[src/mame]mame.lst
[src/mame/drivers]hh_cops1.cpp
[src/mame/layout]mhockeya.lay*

r176788 Wednesday 4th August, 2021 at 16:04:08 UTC by 0kmg
bus/nes: Added support for a Kaiser 4-in-1 cart. (#8390)

New working software list additions (nes.xml)
-----------------------------------
4 in 1 (KS-106C)
[hash]nes.xml
[src/devices/bus/nes]kaiser.cpp kaiser.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h

r176787 Wednesday 4th August, 2021 at 02:25:38 UTC by Angelo Salese
pc9801.cpp: removed SDIP trampolines
[/branches/pc98_state/src/mame/drivers]pc9801.cpp
[/branches/pc98_state/src/mame/includes]pc9801.h

r176786 Wednesday 4th August, 2021 at 01:19:19 UTC by Angelo Salese
pc9801.cpp: add proper -26 -86& -118 dip/jumper options, fix I/O config installations
[/branches/pc98_state/src/devices/bus/cbus]mpu_pc98.cpp pc9801_118.cpp pc9801_118.h pc9801_26.cpp pc9801_26.h pc9801_86.cpp pc9801_86.h pc9801_cbus.cpp pc9801_cbus.h pc9801_snd.cpp pc9801_snd.h
[/branches/pc98_state/src/mame/drivers]pc9801.cpp

r176785 Wednesday 4th August, 2021 at 00:20:34 UTC by jeff.muizelaar
lwriter.cpp: Add support for the original LaserWriter. (#8391)
[src/mame]mame.lst
[src/mame/drivers]lwriter.cpp

r176784 Tuesday 3rd August, 2021 at 13:53:49 UTC by 0kmg
nes.xml: Removed fancybro multicart extract. (#8394)

CRC match of the game can be found in at least one multicart, mc_52gam. Extracted game crashes when reset since it tries to return to the multicart menu.
[hash]nes.xml

r176783 Tuesday 3rd August, 2021 at 13:18:51 UTC by Samuele Zannoli
fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet
[src/devices/machine]fdc37c93x.cpp fdc37c93x.h

r176782 Tuesday 3rd August, 2021 at 10:31:05 UTC by hap
timelimt: halve maincpu nmi rate, fixed spriteram out of bounds access
[src/mame/drivers]timelimt.cpp
[src/mame/includes]timelimt.h
[src/mame/video]timelimt.cpp

r176781 Tuesday 3rd August, 2021 at 10:03:25 UTC by hap
namcofl: fix network status error, this also fixes the paralyzed flagman [Angelo Salese]
[src/mame/drivers]namcofl.cpp
[src/mame/includes]namcofl.h
[src/mame/video]namcofl.cpp

r176780 Tuesday 3rd August, 2021 at 03:03:51 UTC by ajrhacker
Merge pull request #8392 from ksherlock/91c9x-2

smc91c96 updates ( apple2e, a2osx w/ lancegs)

r176779 Tuesday 3rd August, 2021 at 01:16:25 UTC by kelvin.sherlock
smc91c96 updates (a2osx w/ lancegs)

1. m_loopback_result needs to be a signed into so negative status codes remain negative.
2. FDSE bit was masked out
3. when full duplex switched internet is active, deferrals and collisions not used
4. implement AUTO_RELEASE
[src/devices/machine]smc91c9x.cpp smc91c9x.h

r176778 Monday 2nd August, 2021 at 14:32:48 UTC by Angelo Salese
pc9801.cpp: fix pc9821ap2 timer error at POST
[/branches/pc98_state/src/mame/drivers]pc9801.cpp

r176777 Monday 2nd August, 2021 at 14:57:58 UTC by Osso
albazc.cpp, albazg.cpp, chanbara.cpp: made use of object finders and other minor cleanups
[src/mame/drivers]albazc.cpp albazg.cpp chanbara.cpp

r176776 Monday 2nd August, 2021 at 14:01:15 UTC by Angelo Salese
pc9801.cpp: correct actual parent sets
[/branches/pc98_state/src/mame/drivers]pc9801.cpp

r176775 Monday 2nd August, 2021 at 13:43:51 UTC by Angelo Salese
Fix merge conflicts
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/bus/cbus]pc9801_cbus.cpp
[/branches/pc98_state/src/devices/machine]upd4991a.cpp* upd4991a.h*
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]neogeo.cpp pc9801.cpp pc98ha.cpp*
[/branches/pc98_state/src/mame/includes]pc9801.h

r176774 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.
[/branches/pc98_state/hash]ibm5170.xml ibm5170_cdrom.xml

r176773 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
[/branches/pc98_state/src/mame/machine]coco12.cpp

r176772 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]
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h

r176771 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).
[/branches/pc98_state/src/lib/formats]fsmgr.cpp

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

r176769 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]
[/branches/pc98_state/src/mame/drivers]apple2.cpp

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

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

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

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

r176764 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
[/branches/pc98_state/src/mame/drivers]mermaid.cpp

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

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

r176761 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]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/audio]efo_zsu.cpp
[/branches/pc98_state/src/mame/drivers]cedar_magnet.cpp

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

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

r176758 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]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]8080bw.cpp

r176757 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
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/machine]applefdintf.cpp applefdintf.h applepic.cpp* applepic.h* swim1.cpp swim1.h
[/branches/pc98_state/src/mame/drivers]mac.cpp
[/branches/pc98_state/src/mame/includes]mac.h
[/branches/pc98_state/src/mame/machine]mac.cpp

r176756 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.
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/machine]applefdintf.cpp applefdintf.h applepic.cpp applepic.h swim1.cpp swim1.h
[/branches/pc98_state/src/lib/formats]imd_dsk.cpp
[/branches/pc98_state/src/mame/drivers]mac.cpp
[/branches/pc98_state/src/mame/includes]mac.h
[/branches/pc98_state/src/mame/machine]mac.cpp

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

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

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

r176752 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
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]arcade.lua mess.lua
[/branches/pc98_state/src/devices/machine]applefdintf.cpp applefdintf.h
[/branches/pc98_state/src/mame/drivers]mac.cpp
[/branches/pc98_state/src/mame/includes]mac.h
[/branches/pc98_state/src/mame/machine]mac.cpp

r176751 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
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]multigame.cpp multigame.h

r176750 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
[/branches/pc98_state/src/devices/machine]i82371sb.cpp i82371sb.h

r176749 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
[/branches/pc98_state/src/devices/machine]i82439hx.cpp i82439hx.h

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

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

r176746 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
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]multigame.cpp multigame.h

r176745 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.
[/branches/pc98_state]makefile
[/branches/pc98_state/scripts/src/osd]windows.lua
[/branches/pc98_state/src/emu]input.cpp input.h inputdev.cpp inputdev.h ioport.cpp
[/branches/pc98_state/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

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

r176743 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
[/branches/pc98_state/src/devices/cpu/f2mc16]f2mc16.cpp f2mc16d.cpp

r176742 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]
[/branches/pc98_state/src/emu/debug]debugcmd.cpp

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

r176740 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
[/branches/pc98_state/src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team