Note Feed

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

Previous 50 199869 Revisions Next 50

r176801 Thursday 5th August, 2021 at 07:04:07 UTC by Osso
ssfindo.cpp: addressed feedback and minor comment update
[src/mame/drivers]ssfindo.cpp

r176800 Thursday 5th August, 2021 at 03:55:24 UTC by Scott Stone
maygay1bsw.cpp: Added sound roms for m1jbond machine [Highwayman]
[src/mame/drivers]maygay1bsw.cpp

r176799 Wednesday 4th August, 2021 at 23:02:06 UTC by ajrhacker
Merge pull request #8388 from 0kmg/nes-9in1cal

bus/nes: Added support for Caltron 9 in 1 prototype.
[hash]ibm5170.xml ibm5170_cdrom.xml nes.xml
[scripts/src]bus.lua cpu.lua
[scripts/target/mame]mess.lua
[src/devices/bus/apricot/video]cards.cpp* cards.h* mono.cpp* mono.h* video.cpp* video.h*
[src/devices/bus/compis]hrg.cpp
[src/devices/bus/isa]num9rev.cpp
[src/devices/bus/nes]kaiser.cpp kaiser.h mmc3_clones.cpp mmc3_clones.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[src/devices/cpu/tms57002]57002dsm.cpp tmsmake.py
[src/devices/machine]fdc37c93x.cpp fdc37c93x.h smc91c9x.cpp smc91c9x.h z8536.cpp z8536.h
[src/devices/video]upd7220.cpp upd7220.h
[src/mame]mame.lst
[src/mame/drivers]a5105.cpp albazc.cpp albazg.cpp apxen.cpp chanbara.cpp dmv.cpp hh_cops1.cpp hhtiger.cpp if800.cpp lwriter.cpp megasys1.cpp mz6500.cpp namcofl.cpp qx10.cpp rainbow.cpp ssfindo.cpp timelimt.cpp vt240.cpp
[src/mame/includes]namcofl.h timelimt.h
[src/mame/layout]mhockeya.lay*
[src/mame/machine]coco12.cpp
[src/mame/video]mikromik.cpp namcofl.cpp pc9801.cpp timelimt.cpp

r176798 Sunday 1st August, 2021 at 19:41:43 UTC by 0kmg
bus/nes: Added support for Caltron 9 in 1 prototype.

- Also corrected Caltron 6 in 1 to more accurately reflect PCB behavior. Fixes the one game that wasn't working (Cosmos Cop).

New working software list additions
-----------------------------------
9 in 1 (USA, prototype)
[hash]ibm5170.xml ibm5170_cdrom.xml nes.xml
[scripts/src]bus.lua cpu.lua
[scripts/target/mame]mess.lua
[src/devices/bus/apricot/video]cards.cpp cards.h mono.cpp mono.h video.cpp video.h
[src/devices/bus/compis]hrg.cpp
[src/devices/bus/isa]num9rev.cpp
[src/devices/bus/nes]kaiser.cpp kaiser.h mmc3_clones.cpp mmc3_clones.h multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[src/devices/cpu/tms57002]57002dsm.cpp tmsmake.py
[src/devices/machine]fdc37c93x.cpp fdc37c93x.h smc91c9x.cpp smc91c9x.h z8536.cpp z8536.h
[src/devices/video]upd7220.cpp upd7220.h
[src/mame]mame.lst
[src/mame/drivers]a5105.cpp albazc.cpp albazg.cpp apxen.cpp chanbara.cpp dmv.cpp hh_cops1.cpp hhtiger.cpp if800.cpp lwriter.cpp megasys1.cpp mz6500.cpp namcofl.cpp qx10.cpp rainbow.cpp ssfindo.cpp timelimt.cpp vt240.cpp
[src/mame/includes]namcofl.h timelimt.h
[src/mame/layout]mhockeya.lay
[src/mame/machine]coco12.cpp
[src/mame/video]mikromik.cpp namcofl.cpp pc9801.cpp timelimt.cpp

r176797 Wednesday 4th August, 2021 at 23:01:33 UTC by ajrhacker
Merge pull request #8396 from 0kmg/nes-mapper361

bus/nes: Added support for several JY Company 4-in-1 bootlegs carts.

r176796 Wednesday 4th August, 2021 at 22:29:00 UTC by 0kmg
bus/nes: Added support for several JY Company 4-in-1 bootlegs carts.

New working software list additions (nes.xml)
-----------------------------------
1994 Ball 4 in 1 Series (JY-009) [famiac, NewRisingSun]
1996 Super HiK 4 in 1 (JY-018) [famiac, NewRisingSun]
1995 Super HiK 4 in 1 (JY-019) [famiac, NewRisingSun]
1996 Super HiK 4 in 1 (JY-020) [MLX]

Software list items promoted to working (nes.xml)
---------------------------------------
Game 4 in 1 (OK-411)
[hash]nes.xml
[src/devices/bus/nes]mmc3_clones.cpp mmc3_clones.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h

r176795 Wednesday 4th August, 2021 at 17:30:45 UTC by Dirk Best
apxen: Checkpoint, get something on screen

- Implement video slot and mono graphics video card
- Hook up CIO, SIO, RTC, PIT, SN76489
- Add daisy chain for Z80 devices and hook it up to the PIC
- Add system control ports
[scripts/src]bus.lua
[scripts/target/mame]mess.lua
[src/devices/bus/apricot/video]cards.cpp* cards.h* mono.cpp* mono.h* video.cpp* video.h*
[src/mame/drivers]apxen.cpp

r176794 Wednesday 4th August, 2021 at 17:30:38 UTC by Dirk Best
z8536: Better daisy chain support, fix port assignment when writing data
[src/devices/machine]z8536.cpp z8536.h

r176793 Wednesday 4th August, 2021 at 17:15:12 UTC by brian.johnson
video/upd7220.cpp: Made address space use word addressing, and implemented proper ead/dad/mask support for draw_char. (#8379)
[src/devices/bus/compis]hrg.cpp
[src/devices/bus/isa]num9rev.cpp
[src/devices/video]upd7220.cpp upd7220.h
[src/mame/drivers]a5105.cpp dmv.cpp hhtiger.cpp if800.cpp mz6500.cpp qx10.cpp rainbow.cpp vt240.cpp
[src/mame/video]mikromik.cpp pc9801.cpp

r176792 Wednesday 4th August, 2021 at 16:57:44 UTC by 0kmg
nes.xml: Two redumps, two new dumps, one dump removed. (#8395)

* Replaced smb10 and smario14 with cart redumps - previous dumps were ROM hacks to allow the games to work on ancient emulators. [NewRisingSun]
* Removed ROM hack smb11a - smb11 is the proper pirate MMC3-variant dump, so it is retained.
* Hooked magicblks up to a proper slot device - fixes graphics.

New working software list additions
-----------------------------------
The Ancient Modern Heros [NewRisingSun]
Super Mari - Mali Lugi - Mari no Daisakusen 2 [NewRisingSun]
[hash]nes.xml

r176791 Wednesday 4th August, 2021 at 16:53:28 UTC by Osso
megasys1.cpp updates:
* verified edfbl XTAL and clock [caius]
* dumped Peek A Boo Japan 1.1, matches peekaboo set [Ricardo Gonçalves]
* standardized PROM locations for games running on 1A  board [hammy]
[src/mame/drivers]megasys1.cpp

r176790 Wednesday 4th August, 2021 at 16:38:13 UTC by Osso
ssfindo.cpp: preliminary QS1000 hook up. There seems to be a bug in the ARM_VIDC20 device that causes static / bad sounds. Just set the related volume sliders to 0 to hear the QS1000.
[src/mame/drivers]ssfindo.cpp

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

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team