Note Feed

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

Previous 50 199869 Revisions Next 50

r194057 Sunday 19th March, 2023 at 14:55:16 UTC by Angelo Salese
nec/pcfx.cpp: pad latches are active high, make pcfxga main menu to be usable
[/branches/a800_cart/src/mame/nec]pcfx.cpp

r194056 Sunday 19th March, 2023 at 14:41:22 UTC by bartmanabyss
brother/ax145.cpp: Added skeleton driver for Brother AX-145 word processor. (#10994)

New systems marked not working
-----------------------
Brother AX-145
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/brother]ax145.cpp*

r194055 Sunday 19th March, 2023 at 12:02:02 UTC by Angelo Salese
hash/pcecd.xml: QA notes (#10956)

* pce_cd.cpp: convert to logmacro, fix regression on stop/repeat conditions, workaround MT#07972

* Delete unnecessary stub files from the other branch

* hash/pcecd.xml: QA notes

* nec/pce_cd.cpp: fix MT#07972 for good

* hash/pcecd.xml: update QA

* hash/pcecd.xml, nec/pce_cd.cpp: update QA

* nec/pce_cd.cpp: make pregap to have a minimum of 2 seconds, fixes redbook offset

* sound/cdda.cpp: add an actual write callback for audio playback end event

* nec/pce_cd.cpp: implement CDDA audio end event, fixes redbook repeat with emeraldd

* hash/pcecd.xml: update QA

* nec/pce_cd.cpp: do not send an irq when start/end redbook commands are issued, fixes macr2036 (MT #5995), jleagt94, iganin

* hash/pcecd.xml: QA heavy hitters

* hash/pcecd.xml: QA

* nec/pce_cd.cpp: unbreak snatcher, unbreak audio CD player

* nec/pce_cd.cpp: document crazyhos btanb

* nec/pce_cd.cpp: make BRAM to init to a standard scdsys format data

* hash/pcecd.xml: acknowledge games using Save-Kun peripheral

* nec/pce_cd.cpp: fix cdda get_channel_volume index overflow

* sound/cdda.cpp: fix longstanding regression with get_channel_volume, rename it to get_channel_sample

* nec/pce_cd.cpp: QA fader

* nec/pce_cd.cpp: cancel redbook when audio start + play mode = 0 is issued, fixes ppersia sound when picking up sword

* hash/pcecd.xml: finalize QA

* nec/pce_cd.cpp: misc cleanups

* hash/pcecd.xml: fix neklegbb description tag

* hash/pcecd.xml: faussete/traveler description fixes
[/branches/a800_cart/hash]pcecd.xml tg16.xml
[/branches/a800_cart/src/devices/bus/pce]pce_rom.cpp
[/branches/a800_cart/src/devices/bus/pce_ctrl]pcectrl.cpp
[/branches/a800_cart/src/devices/sound]cdda.cpp cdda.h
[/branches/a800_cart/src/mame/nec]pce_cd.cpp pce_cd.h pce_m.cpp

r194054 Sunday 19th March, 2023 at 11:34:06 UTC by AJR
ice_bozopail.cpp: Actually map the handlers
[/branches/a800_cart/src/mame/ice]ice_bozopail.cpp

r194053 Sunday 19th March, 2023 at 07:23:56 UTC by Osso
ice/ice_bozopail.cpp: fixed GCC compile on Windows
[/branches/a800_cart/src/mame/ice]ice_bozopail.cpp

r194052 Sunday 19th March, 2023 at 01:32:45 UTC by AJR
ice_bozo: Add coin inputs and sound
[/branches/a800_cart/src/mame/ice]ice_bozopail.cpp

r194051 Sunday 19th March, 2023 at 00:06:45 UTC by AJR
cdsys5.cpp: Add some preliminary mappings
[/branches/a800_cart/src/mame/skeleton]cdsys5.cpp

r194050 Sunday 19th March, 2023 at 00:06:12 UTC by AJR
mc68hc11: Fix WAI handling for now
[/branches/a800_cart/src/devices/cpu/mc68hc11]mc68hc11.cpp

r194049 Saturday 18th March, 2023 at 23:33:39 UTC by Vasantha Crabb
misc/homdata.cpp, konami/thunderx.cpp: Cleaned up a little.

Replaced bankdev with views, cleaned up ROM banking, split up classes
for fewer optional object finders.
[/branches/a800_cart/src/devices/bus/mackbd]keyboard.cpp pluskbd.cpp
[/branches/a800_cart/src/mame/konami]thunderx.cpp thunderx.h thunderx_v.cpp
[/branches/a800_cart/src/mame/misc]homedata.cpp homedata.h homedata_v.cpp

r194048 Saturday 18th March, 2023 at 23:10:11 UTC by AJR
mc68hc11: Use standard interrupt handling for RESET vector; add XIRQ input
[/branches/a800_cart/src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h

r194047 Saturday 18th March, 2023 at 23:09:25 UTC by AJR
alphasma.cpp: Fix regression from a8b6c64ed0888f638d87d596586d6562de31ae9d
[/branches/a800_cart/src/mame/skeleton]alphasma.cpp

r194046 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert
lisa: reduce the fdc rom region size
[/branches/a800_cart/src/mame/apple]lisa.cpp

r194045 Saturday 18th March, 2023 at 21:37:11 UTC by Olivier Galibert
windows: blind fix for the debugger
[/branches/a800_cart/src/osd/modules/debugger/win]memoryviewinfo.cpp

r194044 Saturday 18th March, 2023 at 20:34:45 UTC by AJR
mc68hc11: Clean up interrupt code and generalize handling; enable all timer output compare and count overflow interrupts (only TOC1 was fully supported before)
[/branches/a800_cart/src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h

r194043 Saturday 18th March, 2023 at 20:27:43 UTC by Olivier Galibert
dimemory: Add the target address space to translate, wrap the constants
divtlb: Wrap the constants
[/branches/a800_cart/docs/source/techspecs]device_memory_interface.rst
[/branches/a800_cart/src/devices/cpu/alpha]alpha.cpp alpha.h
[/branches/a800_cart/src/devices/cpu/arm7]arm7.cpp arm7.h
[/branches/a800_cart/src/devices/cpu/clipper]clipper.cpp clipper.h
[/branches/a800_cart/src/devices/cpu/h6280]h6280.cpp h6280.h
[/branches/a800_cart/src/devices/cpu/i386]athlon.cpp i386.cpp i386.h i386op16.hxx i386op32.hxx i386priv.h i386segs.hxx
[/branches/a800_cart/src/devices/cpu/i86]i286.cpp i286.h
[/branches/a800_cart/src/devices/cpu/m6502]m4510.cpp m4510.h
[/branches/a800_cart/src/devices/cpu/m68000]m68020.cpp m68020.h m68kcpu.cpp m68kmusashi.h
[/branches/a800_cart/src/devices/cpu/mips]mips1.cpp mips1.h mips3.cpp mips3.h mips3com.cpp mips3drc.cpp mips3fe.cpp r4000.cpp r4000.h
[/branches/a800_cart/src/devices/cpu/mn1880]mn1880.cpp mn1880.h
[/branches/a800_cart/src/devices/cpu/nec]nec.cpp nec.h
[/branches/a800_cart/src/devices/cpu/ns32000]ns32000.cpp ns32000.h
[/branches/a800_cart/src/devices/cpu/powerpc]ppc.h ppccom.cpp ppcdrc.cpp ppcfe.cpp
[/branches/a800_cart/src/devices/cpu/romp]romp.cpp romp.h
[/branches/a800_cart/src/devices/cpu/z180]z180.cpp z180.h
[/branches/a800_cart/src/devices/cpu/z80]kc82.cpp kc82.h
[/branches/a800_cart/src/devices/machine]cammu.cpp cammu.h
[/branches/a800_cart/src/emu]dimemory.cpp dimemory.h divtlb.cpp divtlb.h
[/branches/a800_cart/src/emu/debug]debugbuf.cpp debugcmd.cpp dvmemory.cpp express.cpp
[/branches/a800_cart/src/frontend/mame]luaengine_mem.cpp
[/branches/a800_cart/src/mame/apple]macpdm.cpp
[/branches/a800_cart/src/mame/ibm]rtpc_iocc.h
[/branches/a800_cart/src/mame/konami]konamim2.cpp
[/branches/a800_cart/src/mame/microsoft]mct_adr.h
[/branches/a800_cart/src/mame/sega]chihiro.cpp
[/branches/a800_cart/src/mame/shared]xbox.cpp
[/branches/a800_cart/src/osd/modules/debugger]debuggdbstub.cpp
[/branches/a800_cart/src/osd/modules/debugger/qt]memorywindow.cpp

r194042 Saturday 18th March, 2023 at 18:43:15 UTC by AJR
mccpm.cpp: Replace bankdev with memory view
[/branches/a800_cart/src/mame/skeleton]mccpm.cpp

r194041 Saturday 18th March, 2023 at 18:23:35 UTC by AJR
cdc721: Replace bankdevs with memory views
[/branches/a800_cart/src/mame/skeleton]cdc721.cpp

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

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

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

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

r194036 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.
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/taito]flstory.cpp flstory.h flstory_v.cpp

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

r194034 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]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/msx]msx.cpp msx2.cpp

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

r194032 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
[/branches/a800_cart/hash]ibm5150.xml

r194031 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.
[/branches/a800_cart/src/mame/snk]hng64.cpp hng64.h hng64_3d.ipp hng64_v.cpp

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

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

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

r194027 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
[/branches/a800_cart/src/mame/atari]atarist.cpp

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

r194025 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
[/branches/a800_cart/src/devices/machine]upd765.cpp upd765.h
[/branches/a800_cart/src/mame/akai]mpc3000.cpp

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

r194023 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.
[/branches/a800_cart/hash]msx1_cart.xml

r194022 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]
[/branches/a800_cart/src/mame/apple]maciici.cpp rbv.cpp* rbv.h*

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

r194020 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.
[/branches/a800_cart/src/mame/snk]hng64.cpp hng64.h hng64_3d.ipp hng64_sprite.ipp hng64_v.cpp

r194019 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)
[/branches/a800_cart/src/devices/machine]mos6530n.cpp

r194018 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.
[/branches/a800_cart/src/tools]srcclean.cpp

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

r194016 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.
[/branches/a800_cart/src/mame/ddr]kc.cpp kc.h kc_m.cpp

r194015 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)
[/branches/a800_cart/hash]pda600.xml*
[/branches/a800_cart/src/devices/cpu/z180]z180ops.h
[/branches/a800_cart/src/mame/amstrad]pda600.cpp pda600_copro.cpp* pda600_copro.h*
[/branches/a800_cart/src/mame/layout]pda600.lay*
[/branches/a800_cart/src/mame/misc]luckybal.cpp

r194014 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
[/branches/a800_cart/src/mame/konami]hyperspt.cpp

r194013 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.
[/branches/a800_cart/src/devices/bus/amiga/keyboard]a2000.cpp matrix.cpp
[/branches/a800_cart/src/tools]srcclean.cpp

r194012 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.
[/branches/a800_cart/src/devices/cpu/i386]athlon.cpp athlon.h
[/branches/a800_cart/src/mame/pc]nforcepc.cpp nforcepc.h
[/branches/a800_cart/src/mame/shared]xbox.cpp xbox.h xbox_nv2a.cpp xbox_nv2a.h xbox_pci.cpp xbox_pci.h

r194011 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.
[/branches/a800_cart/scripts/src]bus.lua
[/branches/a800_cart/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
[/branches/a800_cart/src/devices/bus/msx/minicart]minicart.cpp* minicart.h*
[/branches/a800_cart/src/devices/bus/msx/module]module.cpp* module.h* sfg.cpp* sfg.h*
[/branches/a800_cart/src/devices/bus/msx/slot]cartridge.cpp cartridge.h
[/branches/a800_cart/src/mame/msx]msx.h

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

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

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

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team