Note Feed

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

Previous 50 199869 Revisions Next 50

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

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

r176738 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)
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]bootleg.cpp bootleg.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[/branches/pc98_state/src/mame/machine]nes.cpp

r176737 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)
[/branches/pc98_state/src/mame/drivers]qx10.cpp

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

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

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

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

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

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

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

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

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

MAME 0.234
[/branches/pc98_state/hash]c64_cass.xml entex_sag.xml nes.xml trs80_cass.xml
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/bus/nes]bootleg.cpp bootleg.h multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[/branches/pc98_state/src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h f2mc16d.cpp mb9061x.cpp mb9061x.h
[/branches/pc98_state/src/devices/cpu/tx0]tx0.cpp
[/branches/pc98_state/src/devices/machine]hp_taco.cpp
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/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
[/branches/pc98_state/src/mame/includes]system1.h
[/branches/pc98_state/src/mame/machine]n64.cpp nes.cpp pgmprot_igs027a_type3.cpp pgmprot_igs027a_type3.h
[/branches/pc98_state/src/mame/video]apple2.cpp gime.cpp n64.cpp n64.h rdptpipe.cpp

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

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

r176726 Sunday 25th July, 2021 at 19:58:49 UTC by Vasantha Crabb
A few metadata fixes
[/branches/pc98_state/hash]c64_cass.xml entex_sag.xml ibm5170.xml neogeo.xml nes.xml trs80_cass.xml
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/bus/nes]bootleg.cpp bootleg.h multigame.cpp multigame.h nes_carts.cpp nes_ines.hxx nes_pcb.hxx nes_slot.h
[/branches/pc98_state/src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h f2mc16d.cpp mb9061x.cpp mb9061x.h
[/branches/pc98_state/src/devices/cpu/tx0]tx0.cpp
[/branches/pc98_state/src/devices/machine]hp_taco.cpp
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]apple2.cpp apple2gs.cpp apxen.cpp at.cpp dpsv55.cpp hh_hmcs40.cpp hh_sm510.cpp hh_tms1k.cpp megasys1.cpp neogeo.cpp pgm.cpp sag.cpp segas16b.cpp system1.cpp
[/branches/pc98_state/src/mame/includes]system1.h
[/branches/pc98_state/src/mame/machine]n64.cpp nes.cpp pgmprot_igs027a_type3.cpp pgmprot_igs027a_type3.h
[/branches/pc98_state/src/mame/video]apple2.cpp gime.cpp n64.cpp n64.h rdptpipe.cpp

r176725 Tuesday 27th July, 2021 at 21:37:37 UTC by hap
hh_hmcs40: unshuffled gscobra rom
[/branches/pc98_state/src/mame/drivers]hh_hmcs40.cpp

r176724 Tuesday 27th July, 2021 at 21:35:14 UTC by hap
New working software list additions
-----------------------------------
entex_sag: Basketball 3 [Kevin Horton, Sean Riddle]
[/branches/pc98_state/hash]entex_sag.xml
[/branches/pc98_state/src/mame/drivers]hh_hmcs40.cpp sag.cpp

r176723 Tuesday 27th July, 2021 at 19:22:30 UTC by Angelo Salese
neogeo.cpp: fix typo with Thrash Rally in documentation
[/branches/pc98_state/src/mame/drivers]neogeo.cpp

r176722 Tuesday 27th July, 2021 at 17:09:38 UTC by Ryan Holtz
N64 video adjustments: 8bpp mode, VI scan-out improvement (#8362)

* -n64: Fixed handling of 8bpp framebuffer mode. Adjusted how VI scan-out functions. [Ryan Holtz, krom]
* -rdp: Swapped 'magic matrix' dither pattern axes to match hardware tests. [Ryan Holtz, krom]
* -n64: Removed unnecessary cast.
[/branches/pc98_state/src/mame/machine]n64.cpp
[/branches/pc98_state/src/mame/video]n64.cpp n64.h rdptpipe.cpp

r176721 Tuesday 27th July, 2021 at 14:47:44 UTC by Vasantha Crabb
segas16b.cpp: Set year for The Destroyer From Jail to 1991 based on regulatory approval document date.
[/branches/pc98_state/src/mame/drivers]segas16b.cpp

r176720 Tuesday 27th July, 2021 at 12:37:04 UTC by Robbbert
trs80_cass: fixed usage for Hoppy.
[/branches/pc98_state/hash]trs80_cass.xml

r176719 Tuesday 27th July, 2021 at 12:21:45 UTC by Robbbert
New working software list additions
-----------------------------------
trs80_cass: Hoppy [Robbbert]
[/branches/pc98_state/hash]trs80_cass.xml

r176718 Tuesday 27th July, 2021 at 11:46:50 UTC by tim.lindner
coco3: GIME timer was twice as fast as it should be (#8365)
[/branches/pc98_state/src/mame/video]gime.cpp

r176717 Tuesday 27th July, 2021 at 10:19:20 UTC by hap
New machines marked as NOT_WORKING
----------------------------------
Super Cobra (Gakken, green version) [hap, Kevin Horton, Sean Riddle]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]hh_hmcs40.cpp

r176716 Tuesday 27th July, 2021 at 07:06:06 UTC by Dirk Best
New machines marked as NOT_WORKING
----------------------------------
ACT Apricot XEN [John Elliott]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]apxen.cpp*

r176715 Tuesday 27th July, 2021 at 02:08:09 UTC by ajrhacker
Merge pull request #8364 from tlindner/coco3-forceram

coco3: adjust $FEXX constant RAM setting
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp dpsv55.cpp
[/branches/pc98_state/src/mame/video]apple2.cpp

r176714 Tuesday 27th July, 2021 at 02:00:31 UTC by tim.lindner
Force constant  RAM does not override ROM settings.
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp dpsv55.cpp
[/branches/pc98_state/src/mame/video]apple2.cpp gime.cpp

r176713 Tuesday 27th July, 2021 at 01:23:25 UTC by AJR
dpsv55: Add LCD screen
[/branches/pc98_state/src/mame/drivers]dpsv55.cpp

r176712 Tuesday 27th July, 2021 at 01:08:40 UTC by R. Belmont
apple2gs: pass TrueGS SHR Linearization test. [R. Belmont, Peter Ferrie, John Brooks]
[/branches/pc98_state/src/mame/drivers]apple2gs.cpp
[/branches/pc98_state/src/mame/video]apple2.cpp

r176711 Monday 26th July, 2021 at 21:47:03 UTC by hap
trspacmis: put companyname in title string, conflict with galaxian.cpp spcmission recently added set
[/branches/pc98_state/src/mame/drivers]hh_sm510.cpp

r176710 Monday 26th July, 2021 at 21:13:43 UTC by hap
system1: spacing
[/branches/pc98_state/src/mame/drivers]hh_tms1k.cpp system1.cpp

r176709 Monday 26th July, 2021 at 21:02:35 UTC by Osso
New working clones

------------------
Rafflesia (not encrypted) [Shane Reel]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]system1.cpp
[/branches/pc98_state/src/mame/includes]system1.h

r176708 Monday 26th July, 2021 at 18:09:04 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Sony DPS-V55 Multi-Effect Processor [DBWBP]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/cpu/f2mc16]mb9061x.cpp mb9061x.h
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]dpsv55.cpp*

r176707 Monday 26th July, 2021 at 18:07:44 UTC by AJR
f2mc16: Updates and fixes
- Emulate various additional instructions and modes
- Fix banking for direct addressing mode
- Fix semantics of CLRB and number of bytes consumed by SETB
- Fix mistake with calculating N and Z flags for SUB and CMP and writing incorrect result for SUB
- Use INC(W)(L) A and DEC(W)(L) A pseudo-operations in disassembly
[/branches/pc98_state/src/devices/cpu/f2mc16]f2mc16.cpp f2mc16.h f2mc16d.cpp

r176706 Monday 26th July, 2021 at 18:05:38 UTC by 0kmg
nes.xml: Set correct board type for 2dkjb bootleg. (#8355)
[/branches/pc98_state/hash]nes.xml

r176705 Monday 26th July, 2021 at 17:48:15 UTC by 0kmg
bus/nes: Fixed non-working Whirlwind LE10 SMB2 FDS conversion. (#8361)

Software list items promoted to working (nes.xml)
---------------------------------------
Super Mario Bros. 2 (LE10)
[/branches/pc98_state/hash]nes.xml
[/branches/pc98_state/src/devices/bus/nes]bootleg.cpp bootleg.h
[/branches/pc98_state/src/mame/machine]nes.cpp

r176704 Monday 26th July, 2021 at 00:21:22 UTC by ajrhacker
Merge pull request #8359 from 0kmg/nes-2bignose

bus/nes: Added support for a Big Nose 2-in-1 cart.
[/branches/pc98_state/hash]c64_cass.xml
[/branches/pc98_state/src/devices/cpu/tx0]tx0.cpp
[/branches/pc98_state/src/devices/machine]hp_taco.cpp
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]apple2.cpp megasys1.cpp pgm.cpp
[/branches/pc98_state/src/mame/machine]pgmprot_igs027a_type3.cpp pgmprot_igs027a_type3.h

r176703 Sunday 25th July, 2021 at 20:27:12 UTC by 0kmg
bus/nes: Added support for a Big Nose 2-in-1 cart.

- Demoted bignfo to unsupported. It has timing issues like many Camerica games. It is likewise not working in the added 2-in-1.

New working software list additions (nes.xml)
-----------------------------------
2 in 1 - Big Nose the Caveman & Big Nose Freaks Out [MLX]
[/branches/pc98_state/hash]c64_cass.xml 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
[/branches/pc98_state/src/devices/cpu/tx0]tx0.cpp
[/branches/pc98_state/src/devices/machine]hp_taco.cpp
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]apple2.cpp megasys1.cpp pgm.cpp
[/branches/pc98_state/src/mame/machine]pgmprot_igs027a_type3.cpp pgmprot_igs027a_type3.h

r176702 Sunday 25th July, 2021 at 19:55:07 UTC by R. Belmont
apple2.cpp updates:
- Reading $C01X doesn't have the key-down flag on pre-IIe machines [R. Belmont]
- Pravetz 8M now has the correct character ROM [Petko Bordjukov]
[/branches/pc98_state/src/mame/drivers]apple2.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team