Note Feed

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

Previous 50 199869 Revisions Next 50

r192857 Friday 17th March, 2023 at 18:21:40 UTC by Vasantha Crabb
dynax/royalmah.cpp: Moved games with banked ROM to a separate class
[src/mame/dynax]royalmah.cpp

r192856 Friday 17th March, 2023 at 13:29:41 UTC by AJR
mpc3000: Fix DMA addressing
[src/mame/akai]mpc3000.cpp

r192855 Friday 17th March, 2023 at 10:48:02 UTC by Curt Coder
mos6530n: Remove unreachable code.
[src/devices/machine]mos6530n.cpp

r192854 Friday 17th March, 2023 at 06:54:36 UTC by patrick.mackinlay
luaengine: fix msvc link failure due to mismatched signature
[src/frontend/mame]luaengine.cpp

r192853 Friday 17th March, 2023 at 04:12:10 UTC by Vasantha Crabb
taito/flstory.cpp: Renamed Fairyland Story sets and cleaned up a little.

* Renamed the clone set - it's an earlier version, not a version
 specifically for Japan (addresses MT08579).
* Consolidated source files, replaced literal tags, and removed some
 vestigial code from the old MCU simulation.
[src/mame]mame.lst
[src/mame/taito]flstory.cpp flstory.h flstory_v.cpp

r192852 Thursday 16th March, 2023 at 23:36:57 UTC by R. Belmont
mac.cpp: rename to macii.cpp [R. Belmont]
[src/mame]mame.lst
[src/mame/apple]mac.cpp macii.cpp*

r192851 Thursday 16th March, 2023 at 20:33:48 UTC by wilbertpol
msx/msx2.cpp: New not working clone. (#11000)

New clones marked not working
-----------------------------
Victor HC-90A (MSX2, Japan) [Daniel Padilla, openMSX]
[src/mame]mame.lst
[src/mame/msx]msx.cpp msx2.cpp

r192850 Thursday 16th March, 2023 at 19:36:40 UTC by AJR
mb89352: Fix reset readback and selection timeout
[src/devices/machine]mb89352.cpp mb89352.h
[src/mame/akai]mpc3000.cpp

r192849 Thursday 16th March, 2023 at 19:26:24 UTC by arcadeshadow
ibm5150.xml: Added 32 items, and replaced a number of items with better dumps. (#10955)

Also added notes on copy protection schemes.

New working software list additions (ibm5150.xml)
--------------------------------------------
Ballistix [Total DOS Collection]
Crazy Cars II [Total DOS Collection]
Defender of the Crown [Total DOS Collection]
Fire & Forget II (3.5") [Total DOS Collection]
Fire & Forget II (5.25") [Total DOS Collection]
Gauntlet II [The Good Old Days]
Mini-Putt [Total DOS Collection]
Police Quest: In Pursuit of the Death Angel (5.25", v2.0G) [The Good Old Days]
Police Quest: In Pursuit of the Death Angel (3.5", v2.0G) [The Good Old Days]
Police Quest: In Pursuit of the Death Angel (3.5", v2.0E) [The Good Old Days]
Renegade [Total DOS Collection]
Rick Dangerous 2 (Futura release) [Total DOS Collection]
Speedball 2 - Brutal Deluxe (3.5", Futura Games release) [Total DOS Collection]
Test Drive (3.5", v1.0) [Total DOS Collection]
Test Drive (5.25", v1.1) [Total DOS Collection]
Test Drive (5.25", v1.0) [Total DOS Collection]
Test Drive II: The Duel (3.5") [Total DOS Collection]
Test Drive II: The Duel (5.25") [Total DOS Collection]
Test Drive II - Car Disk: Musclecars (5.25") [Total DOS Collection]
Test Drive II - Car Disk: Musclecars (3.5") [Total DOS Collection]
Test Drive II - Car Disk: The Supercars (3.5") [Total DOS Collection]
Test Drive II - Car Disk: The Supercars (5.25") [Total DOS Collection]
Test Drive II - Scenery Disk: California Challenge (5.25") [Total DOS Collection]
Test Drive II - Scenery Disk: California Challenge (3.5") [Total DOS Collection]
The Simpsons - Bart vs. the Space Mutants (5.25") [Total DOS Collection]
Zak McKracken and the Alien Mindbenders [The Good Old Days]
Zak McKracken and the Alien Mindbenders (Enhanced version) [The Good Old Days]

New NOT working software list additions (ibm5150.xml)
--------------------------------------------
Arkanoid [Total DOS Collection]
Dick Tracy [Total DOS Collection]
F-15 Strike Eagle II [Total DOS Collection]
Gauntlet [Total DOS Collection]
Out Run (5.25", Kixx release) [Total DOS Collection]
RoboCop [Total DOS Collection]

Redump (ibm5150.xml)
--------------------------------------------
Bad Dudes (5.25") [Total DOS Collection]
Budokan - The Martial Spirit (3.5") [Total DOS Collection]
Zool (Big Games release) [The Good Old Days]

Software promoted to working (ibm5150.xml)
--------------------------------------------
Bad Dudes (5.25") [Total DOS Collection]

Removed software (ibm5150.xml)
--------------------------------------------
Fire & Forget 2
[hash]ibm5150.xml

r192848 Thursday 16th March, 2023 at 17:50:41 UTC by David Haywood
snk/hng64.cpp: Implemented texture wrap size table. (#10999)

Fixes many texturing issues in roadedge and xrally.
[src/mame/snk]hng64.cpp hng64.h hng64_3d.ipp hng64_v.cpp

r192847 Thursday 16th March, 2023 at 14:34:16 UTC by AJR
mpc3000: Hook up timer interrupts
[src/devices/cpu/nec]v5x.h
[src/mame/akai]mpc3000.cpp
[src/mame/snk]hng64_a.cpp

r192846 Thursday 16th March, 2023 at 13:06:06 UTC by AJR
mpc3000.cpp: Fix copy-and-paste mistake in last commit
[src/mame/akai]mpc3000.cpp

r192845 Thursday 16th March, 2023 at 13:02:50 UTC by AJR
mpc3000.cpp: Add FDC IRQ (does nothing yet)
[src/mame/akai]mpc3000.cpp

r192844 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert
st: add wait state of mfp accesses, partially helps syntax terror, makes ventura run
[src/mame/atari]atarist.cpp

r192843 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert
pasti: Setup form and variant
[src/lib/formats]pasti_dsk.cpp

r192842 Thursday 16th March, 2023 at 12:30:42 UTC by Olivier Galibert
upd765: Minimally add some auxcmd commands to the 72069 (need docs!)
mpc3000: Add a drive, it helps
[src/devices/machine]upd765.cpp upd765.h
[src/mame/akai]mpc3000.cpp

r192841 Thursday 16th March, 2023 at 05:47:29 UTC by Justin Kerk
Update mess.flt
[src/mame]mess.flt

r192840 Thursday 16th March, 2023 at 04:42:53 UTC by wilbertpol
msx1_cart.xml: Adjusted parent/clone relationships, and removed bad dumps/hacks. (#10995)

Swapped sets to make the newer version the parent:
btanuki and btanukia, clapton2 and clapton2a, and yrm101 and yrm101a.

Removed entries where the copy protections are patched out:
alcazara, antarct, coastraca, coastracb, gooniesa, gooniesb, guardica,
hyprallya, hyprallyb, hyprallyc, hypersp3a, hypersp3b, kingvalb,
kingvalc, kingvald, mopirangc, mopirangd, midbrosa, mkidwiza, konbballa,
konboxina, konboxinb, konfootba, konfootbb, kongolfb, knightmra,
knightmrb, konsoccrb, konsoccrc, pingpongb, pingpongc, pippolsa,
pippolsb, pippolsc, pitfallb, qberta, rambob, ramboc, sboy2a, tetris,
thexdera, thexderb, twinbeea, twinbeeb, twinbeec, yiear2b.

Renamed antarcta to antarct, pillboxa to pillbox, rogerruba to rogerrub, tetrisa to tetris.

Removed bad dumps seikachoa and starblazb

Removed carraceb - same as carracea with one additional unused byte.

Removed squishema. Hacked name during game play.

Removed manually recreated dumps fireresca and rogerrub.

Removed hacked dumps:
amtruckb, exerionb, galforcea, galforceb, mrdowildh, pillbox, redzonea.

Removed cas2crc conversion hack psyched.

Removed warrioda - has leftover code at offset 7fe0 to start the
software from a cartridge to file conversion.

Added notes.
[hash]msx1_cart.xml

r192839 Thursday 16th March, 2023 at 02:03:33 UTC by R. Belmont
maciici.cpp: Split out RBV video and interrupt controller into a separate device. [R. Belmont]
[src/mame/apple]maciici.cpp rbv.cpp* rbv.h*

r192838 Wednesday 15th March, 2023 at 17:46:34 UTC by utz82
ddr/kc: Fixed KC 85/2 DAC output (removed erroneous shift). (#10993)
[src/mame/ddr]kc.h kc_m.cpp

r192837 Wednesday 15th March, 2023 at 16:46:08 UTC by David Haywood
snk/hng64.cpp: Improved rendering: (#10990)

* Fixed roadedge name entry screen.
* Render sprites before mixing.
* Fixed texture scroll (visible on roadedge billboards).
* Added safety checks on texture fetches.
[src/mame/snk]hng64.cpp hng64.h hng64_3d.ipp hng64_sprite.ipp hng64_v.cpp

r192836 Wednesday 15th March, 2023 at 12:37:33 UTC by Curt Coder
mos6530n: Keep timer running forever past terminal count. [Curt Coder]

MAME Testers bugs fixed
-----------------------
- 06629: [Side-by-side] (atari/a7800.cpp): a7800 a7800p: Incorrect RIOT Behavior (Curt Coder)
[src/devices/machine]mos6530n.cpp

r192835 Wednesday 15th March, 2023 at 01:03:34 UTC by Angelo Salese
nec/pce_cd.cpp: misc cleanups
[/branches/pcecd_qa/src/devices/bus/pce]pce_rom.cpp
[/branches/pcecd_qa/src/mame/nec]pce_cd.cpp pce_m.cpp

r192834 Wednesday 15th March, 2023 at 01:02:43 UTC by Angelo Salese
hash/pcecd.xml: finalize QA
[/branches/pcecd_qa/hash]pcecd.xml
[/branches/pcecd_qa/src/mame/nec]pce_cd.cpp

r192833 Sunday 12th March, 2023 at 19:17:04 UTC by Angelo Salese
nec/pce_cd.cpp: cancel redbook when audio start + play mode = 0 is issued, fixes ppersia sound when picking up sword
[/branches/pcecd_qa/src/mame/nec]pce_cd.cpp pce_cd.h

r192832 Tuesday 14th March, 2023 at 19:50:01 UTC by Vasantha Crabb
tools/srcclean.cpp: Escape 'high' Unicode characters found in strings rather than nuking them.
[src/tools]srcclean.cpp

r192831 Tuesday 14th March, 2023 at 17:33:09 UTC by Vasantha Crabb
ddr/kc.cpp, ddr/kc_m.cpp: Tidied up a little.
[src/frontend/mame/ui]ui.cpp
[src/mame/amstrad]pda600_copro.cpp
[src/mame/ddr]README.md kc.cpp kc.h kc_m.cpp kc_v.cpp

r192830 Tuesday 14th March, 2023 at 17:10:24 UTC by utz82
ddr/kc.cpp: Fixed sound emulation: (#10989)

* Split KC 85/2 (HC 900), 85/3, and 85/4 state implementations.
* Removed internal speaker from KC 85/2.
* Ensure output to internal speaker on KC 85/3..4 is 1-bit.
* Added missing Clock signal for CTC on KC 85/4.
* Disconnected CTC channel 1 from internal speaker.
* Implemented sound flip-flop reset via PIO B bit 0 on KC 85/4.
* Implemented DAC sound (85/2..3: 31*2+1 levels, 85/4: 15*2+1 levels).
* Disable speaker sound on KC 85/4 when DAC level is 0.
[src/mame/ddr]kc.cpp kc.h kc_m.cpp

r192829 Tuesday 14th March, 2023 at 16:30:13 UTC by Sandro Ronco
amstrad/pda600.cpp: Added simulation of coprocessor, input and storage. (#10862)

* Added HLE character recognition.
* Added pen display input.
* Added PCMCIA memory card support and initial software list.
* Added internal layout.
* cpu/z180: Fixed SLP instruction.

New working software list items
-------------------------------
pda600: Games (Crazy Money, Mosaic and Pagged)
pda600: Games Demo (Game 44, Squares and FliView)
[hash]pda600.xml*
[src/devices/cpu/z180]z180ops.h
[src/mame/amstrad]pda600.cpp pda600_copro.cpp* pda600_copro.h*
[src/mame/layout]pda600.lay*
[src/mame/misc]luckybal.cpp

r192828 Tuesday 14th March, 2023 at 13:22:40 UTC by clawgrip
konami/hyperspt.cpp: Add note about Tecfri set (#10991)

* konami/hyperspt.cpp: Add note about Tecfri set
[src/mame/konami]hyperspt.cpp

r192827 Monday 13th March, 2023 at 22:38:51 UTC by Vasantha Crabb
-tools/srcclean.cpp: Use the same rules for character literals and strings in C++.

-bus/amiga/keyboard: Use UCS4 character literals.
[src/devices/bus/amiga/keyboard]a2000.cpp matrix.cpp
[src/tools]srcclean.cpp

r192826 Monday 13th March, 2023 at 20:29:37 UTC by Samuele Zannoli
nforcepc: make required changes to let it boot from floppy disk
The pci devices shared with the xbox have been updated to support dma on
the lpc bus.
The athlon processor has been updated to support writes in the
as_opcodes space.
[src/devices/cpu/i386]athlon.cpp athlon.h
[src/mame/pc]nforcepc.cpp nforcepc.h
[src/mame/shared]xbox.cpp xbox.h xbox_nv2a.cpp xbox_nv2a.h xbox_pci.cpp xbox_pci.h

r192825 Monday 13th March, 2023 at 19:35:01 UTC by wilbertpol
bus/msx: Moved Yamaha module and minicart slots into their own folders. (#10984)

Also defined MSX cartridge slot options in one place.
[scripts/src]bus.lua
[src/devices/bus/msx/cart]cartridge.cpp cartridge.h disk.cpp ram.cpp slotexpander.cpp slotoptions.cpp* slotoptions.h* yamaha.cpp yamaha.h yamaha_ucn01.cpp
[src/devices/bus/msx/minicart]minicart.cpp* minicart.h*
[src/devices/bus/msx/module]module.cpp* module.h* sfg.cpp* sfg.h*
[src/devices/bus/msx/slot]cartridge.cpp cartridge.h
[src/mame/msx]msx.h

r192824 Monday 13th March, 2023 at 18:13:10 UTC by Vasantha Crabb
apple/mac.cpp, apple/maciici.cpp, dataeast/exprraid.cpp: Minor cleanup.
[src/frontend/mame]luaengine.cpp
[src/mame/apple]mac.cpp maciici.cpp
[src/mame/dataeast]exprraid.cpp
[src/mame/irem]m72.cpp

r192823 Monday 13th March, 2023 at 17:11:31 UTC by Osso
dataeast/exprraid.cpp: added note about undumped revision, consolidated driver in single file
[src/mame/dataeast]exprraid.cpp exprraid.h exprraid_v.cpp

r192822 Monday 13th March, 2023 at 17:08:00 UTC by hap
adsp2100: fix regression with ABS opcode S flag [mjrgh]
[src/devices/cpu/adsp2100]2100ops.hxx

r192821 Monday 13th March, 2023 at 15:05:54 UTC by erik
cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe equivalents. (#10979)

cpu/h8/h8_sci.cpp: Made clock mode a scoped enumeration and fixed a save state issue.
[src/devices/cpu/h8]h8_sci.cpp h8_sci.h h8_timer8.cpp h8s2245.cpp
[src/devices/cpu/tms32010]32010dsm.cpp
[src/devices/cpu/tms32025]32025dsm.cpp

r192820 Monday 13th March, 2023 at 13:46:18 UTC by hap
dac.h: fix mistake on prev commit
[src/devices/sound]dac.h

r192819 Monday 13th March, 2023 at 13:43:46 UTC by hap
dac.h: add generic 5bit dac
[src/devices/sound]dac.h

r192818 Monday 13th March, 2023 at 13:13:28 UTC by hap
vgmplay: workaround for 7759 md pin write
[src/mame/virtual]vgmplay.cpp

r192817 Monday 13th March, 2023 at 12:52:13 UTC by hap
upd7759: only detect mode change in idle state
[src/devices/cpu/sm510]sm510base.cpp
[src/devices/machine]nmc9306.cpp
[src/devices/sound]upd7759.cpp upd7759.h
[src/mame/bfm]bfcobra.cpp
[src/mame/handheld]hh_tms1k.cpp
[src/mame/sega]segas16b.cpp system16.cpp
[src/mame/tryom]chess.cpp

r192816 Monday 13th March, 2023 at 01:47:10 UTC by Carl
ega: be less strict about valid display settings
[src/devices/video]crtc_ega.cpp

r192815 Sunday 12th March, 2023 at 23:12:48 UTC by R. Belmont
maciici.cpp: fix GCC compile. [R. Belmont]
[src/mame/apple]maciici.cpp

r192814 Sunday 12th March, 2023 at 23:00:58 UTC by R. Belmont
maciici.cpp: Moved the Macintosh IIci and IIsi to their own driver. [R. Belmont]

mac.cpp: Condensed to single-file driver, began cleanup and simplification of the code. [R. Belmont]
[src/mame]mame.lst
[src/mame/apple]mac.cpp mac.h mac_m.cpp mac_v.cpp maciici.cpp*

r192813 Sunday 12th March, 2023 at 20:41:40 UTC by AJR
m50734: Partially emulate stepper motor controller registers
[src/devices/cpu/m6502]m50734.cpp m50734.h

r192812 Sunday 12th March, 2023 at 19:58:48 UTC by AJR
m740: Correct PC value following LDA ($zz, X)
[src/devices/cpu/m6502]om740.lst

r192811 Sunday 12th March, 2023 at 19:30:46 UTC by Osso
irem/m72.cpp: corrected ROM names & added IC locations for many sets [Brian Troha]
[src/mame/irem]m72.cpp

r192810 Sunday 12th March, 2023 at 18:51:22 UTC by Vasantha Crabb
plugins/data: Use local sqlite3 library variable.
[plugins/data]database.lua

r192809 Sunday 12th March, 2023 at 18:46:26 UTC by Osso
New systems marked not working
------------------------------
Multi Game IV (AMGSK_VA3.85) [TeamEurope]
[src/mame]mame.lst
[src/mame/misc]amaticmg.cpp

r192808 Sunday 12th March, 2023 at 16:54:11 UTC by invertego
emu/rgbgen.h: Made out-of-range shift deterministic. (#10987)

Matches the SSE and VMX implementation.

Fixes obvious rendering artefacts with the N64 RDP on AArch64 targets.
[src/emu]validity.cpp
[src/emu/video]rgbgen.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team