Note Feed

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

Previous 50 199869 Revisions Next 50

r197433 Tuesday 13th June, 2023 at 00:21:34 UTC by AJR
coinmvga: Incremental improvements
- Add I2C EEPROM and RTC
- Hook up YMZ280B IRQ properly
- Use standard VGA screen parameters

* h8: Add PC to unhooked port logging message; add notes about and slightly adjust cycle counts
[src/devices/cpu/h8]h8.cpp
[src/mame/misc]coinmvga.cpp

r197432 Monday 12th June, 2023 at 22:49:37 UTC by Angelo Salese
taito/taitowlf.cpp: convert to new PCI model (#11334)

taito/taitowlf.cpp: convert to new PCI model

taito/taitowlf.cpp: add proper pf2012 main BIOS [Guru]

video/atirage.cpp: hookup ATI Rage II+ DVD variant to p5txla

taito/taitowlf.cpp: virtualize CMOS and RTC as MB resources, initial implementation of Taito Wolf ROM DISK ISA
* pf2012 now manages to start loading the DOS process, failing with EMM386
[src/devices/video]atirage.cpp atirage.h
[src/mame]mame.lst
[src/mame/taito]taitowlf.cpp

r197431 Monday 12th June, 2023 at 21:00:44 UTC by Angelo Salese
taito/taitowlf.cpp: update QA [skip ci]
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r197430 Monday 12th June, 2023 at 20:50:30 UTC by Angelo Salese
taito/taitowlf.cpp: virtualize CMOS and RTC as MB resources, initial implementation of Taito Wolf ROM DISK ISA

* pf2012 now manages to start loading the DOS process, failing with EMM386
[/branches/pci_p5txla/src/devices/video]atirage.cpp
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r197429 Monday 12th June, 2023 at 19:13:18 UTC by Angelo Salese
video/atirage.cpp: hookup ATI Rage II+ DVD variant to p5txla
[/branches/pci_p5txla/src/devices/video]atirage.cpp atirage.h
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r197428 Monday 12th June, 2023 at 01:44:51 UTC by Angelo Salese
Merge branch 'master' into pci_p5txla
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r197427 Sunday 11th June, 2023 at 23:51:23 UTC by Angelo Salese
bus/a800: modernize cart slot interface (#10528)

- use address_maps instead of catch-all handlers;
- implement rd4 and rd5 line views;
- converted a800_rom_williams_device to the new system, make almost every entry in mega* and prisma* SW to actually boot;
- bus/a800: implement maxflash_1mb / maxflash_8mb devices.
* This allows loading arbitrary collection of .xex files built thru Maxflash Cartridge Studio program as flash ROM binaries;
- bus/a800: implement sic_128kb / sic_256kb / sic_512kb flash ROM devices;
- bus/a800: implement  ast2k, atrax, Blizzard 32kb, Adawliah, SpartaDOS 128KB, A5200 Super Cart variants;
- bus/a800: implement Super Charger math unit device;
- a800_slot.cpp: fix xegs cart default slot for loose cart loading;
- a800_carts.h: merge a800_turbo64 and a800_turbo128 into single a800_turbo slot option;
- bus/a800/a800_slot: split a5200 to own interface

New working software list additions
-----------------------------------
a800.xml: Maxflash Cartridge Studio - Demonstration Workbook [Atarimax Team], SIC! 31-in-1 Demonstration [SIC! Team]
a800.xml: Atrax 01, Atrax 02, Atrax 03, Atrax 04, Atrax 05, Atrax 06, Atrax 08, Atrax 09, Atrax 10, Atrax 11, Atrax 12, Atrax 13, Atrax 15 [Atarimania]
a800.xml: Prince of Persia (AtariMAX i/f), Prince of Persia (SIC! i/f) [AtariAge]

New software list items marked not working
------------------------------------------
a800.xml: Atrax 14, Atrax 16 [Atarimania], Turbo Hit (Blizzard 32kb) [atari.area]
a5200.xml: Bosconian 5200 - Star Destroyer (Ultimate Version) [AtariAge]
[/branches/pci_p5txla/hash]a5200.xml a800.xml a800_flop.xml xegs.xml
[/branches/pci_p5txla/scripts/src]bus.lua
[/branches/pci_p5txla/src/devices/bus/a800]a5200_supercart.cpp* a5200_supercart.h* a800_carts.cpp* a800_carts.h a800_slot.cpp a800_slot.h a8sio.cpp atari1050.h atari810.h atrax.cpp* atrax.h* bbsb.cpp* bbsb.h* cassette.cpp corina.cpp* corina.h* maxflash.cpp* maxflash.h* oss.cpp oss.h phoenix.cpp* phoenix.h* rom.cpp rom.h rtime8.cpp rtime8.h sic.cpp* sic.h* sparta.cpp sparta.h supercharger.cpp* supercharger.h* telelink2.cpp* telelink2.h* ultracart.cpp* ultracart.h* williams.cpp* williams.h*
[/branches/pci_p5txla/src/mame/atari]antic.cpp atari400.cpp atari400.h gtia.cpp

r197426 Sunday 11th June, 2023 at 23:33:05 UTC by Angelo Salese
misc/esripsys.cpp: remove non-existant PORT_PLAYER(3) tags
[/branches/pci_p5txla/src/mame/misc]esripsys.cpp

r197425 Sunday 11th June, 2023 at 21:47:00 UTC by michael.r..furman
coco_fdc: Allow FLEX to work on CoCo machines (#11329)

There are two parts to the change.  First is a correction to the coco_fdc
hardware emulation. Second is file format ordering adjustments wich make
things easier for using FLEX on CoCos.

For the hardware change:  Before the change FLEX was unable to boot on CoCo
machines.  The behaviour and troubleshooting showed that while the FLEX
kernel started up it was unable to read anything from Track 0.  Standard
FLEX disks have SD(FM) on Track 0, and the remainder of the disks (for CoCo
FLEX) are normally DD(MFM) or could also be SD(FM).  The bug was in the
handling of the WDC FDC's INTRQ line.  Reviewing the available
documentation and schematics showed that when the FDC asserts INTRQ two
things happen.  NMI is asserted on the CoCo bus and the HALT signal is
cleared.  The MAME code added an incorrect condition on clearing HALT: It
only happened when Double-Density operation was selected.  This change
fixes the logic to work the same way as is shown in the schematics, that
HALT is cleared any time INTRQ is asserted. SD(FM) disk operations work
properly and FLEX boots completely and runs correctly after making this
change.

File Format Ordering Adjustments:  This part of the change makes it easiser
to use FLEX in CoCo emulation with a wider variety of FLEX-formatted disk
images.  The issue here is that due to the way the JVC disk format works it
winds up being a catch-all for disk images.  Because FLEX has specific
formatting requirements and code to handle this and JVC has no support for
this special formatting, FLEX formats along with DMK and SDF are moved to
come before JVC in the formats list.  This allows a wider variery of
FLEX-formatted disk images to be properly detected.

The DMK disk image from the following recent restoration of FHL Color FLEX
was used for testing:

https://archive.org/details/color-flex-5.0.4-frank-hogg-laboratory
[/branches/pci_p5txla/src/devices/bus/coco]coco_fdc.cpp

r197424 Sunday 11th June, 2023 at 17:18:46 UTC by Vasantha Crabb
emu/devfind.h: Added a lookup() member function to device finders.

This simplifies looking up the target device during configuration.  It
is useful when configuring child devices in things like CPUs with
integrated peripherals.

emu/device.h: Allow templated subdevice() and siblingdevice() to work
with classes that don't derive from device_t (e.g. classes that derive
from device_interface).

util/delegate.h: Added more noexcept.  Won't make much difference as
most of the affected member functions are inline anyway.
[/branches/pci_p5txla/src/devices/bus/imi7000]imi7000.h
[/branches/pci_p5txla/src/devices/bus/isa]gus.cpp
[/branches/pci_p5txla/src/devices/bus/ti99/colorbus]colorbus.cpp
[/branches/pci_p5txla/src/devices/cpu/h8]h8.h
[/branches/pci_p5txla/src/devices/cpu/nec]v5x.h
[/branches/pci_p5txla/src/devices/cpu/psx]psx.h rcnt.cpp sio.cpp
[/branches/pci_p5txla/src/devices/cpu/upd7725]upd7725.cpp
[/branches/pci_p5txla/src/devices/cpu/z180]z180.h
[/branches/pci_p5txla/src/devices/cpu/z80]tmpz84c015.h
[/branches/pci_p5txla/src/devices/machine]40105.cpp 74123.cpp 74148.cpp am53cf96.cpp at.h cdp1879.cpp dp8573.cpp ds1315.cpp ds75160a.cpp ds75161a.cpp e05a30.cpp genpc.h i80130.cpp i82357.h ie15_kbd.cpp ie15_kbd.h ripple_counter.cpp z80ctc.h
[/branches/pci_p5txla/src/devices/sound]t6721a.cpp ymz280b.cpp
[/branches/pci_p5txla/src/devices/video]decsfb.cpp tms34061.cpp tms9927.cpp vic4567.cpp
[/branches/pci_p5txla/src/emu]devfind.h device.h
[/branches/pci_p5txla/src/lib/util]delegate.h
[/branches/pci_p5txla/src/mame/apple]macrtc.cpp
[/branches/pci_p5txla/src/mame/atari]gtia.cpp
[/branches/pci_p5txla/src/mame/konami]k573fpga.h
[/branches/pci_p5txla/src/mame/pinball]wpc.cpp
[/branches/pci_p5txla/src/mame/sgi]sgi_gr1.h
[/branches/pci_p5txla/src/mame/shared]megacdcd.h xbox_pci.h
[/branches/pci_p5txla/src/mame/sunelectronics]ikki.cpp
[/branches/pci_p5txla/src/mame/vsystem]vsystem_gga.cpp

r197423 Sunday 11th June, 2023 at 14:57:13 UTC by mark.garlanger
heathkit/h89.cpp add support for z37 soft-sector controller (#11276)

Machines promoted to WORKING
---------------------------------
Heathkit H89 [Mark Garlanger]
[/branches/pci_p5txla/src/mame/heathkit]h89.cpp intr_cntrl.cpp* intr_cntrl.h* tlb.cpp z37_fdc.cpp* z37_fdc.h*

r197422 Sunday 11th June, 2023 at 10:21:44 UTC by hap
namcos10: put test switch on F2
[/branches/pci_p5txla/src/mame/capcom]bionicc.cpp
[/branches/pci_p5txla/src/mame/namco]namcos10.cpp

r197421 Sunday 11th June, 2023 at 08:17:49 UTC by hap
h8.8: remove erroneous "auto"
[/branches/pci_p5txla/src/devices/cpu/h8]h8.h

r197420 Saturday 10th June, 2023 at 23:08:20 UTC by AJR
las3000: Add cassette and joystick interfaces (both untested); correct clocks
[/branches/pci_p5txla/src/devices/bus/a2gameio]gameio.cpp gameio.h
[/branches/pci_p5txla/src/mame/vtech]laser3k.cpp

r197419 Saturday 10th June, 2023 at 20:47:23 UTC by R. Belmont
osd/modules: Cleaned up most macOS deprecation warnings up to and including 10.13.  [R. Belmont]
* This raises the hard minimum macOS and SDK versions to 10.13.
* In practice, the minimum since 0.252 has been macOS 11 Big Sur.
* 10.13/10.14/10.15 can be built and run with this unsupported patch: https://gist.github.com/rb6502/8a1736ee3775f998e8e71faa47ae4b59
 The patch works for me, but no guarantees are offered and it may break at any time.
[/branches/pci_p5txla/src/osd/modules/debugger]debugosx.mm
[/branches/pci_p5txla/src/osd/modules/debugger/osx]debugconsole.mm debugview.mm debugwindowhandler.mm deviceinfoviewer.mm devicesviewer.mm disassemblyview.mm disassemblyviewer.mm errorlogviewer.mm memoryviewer.mm pointsviewer.mm
[/branches/pci_p5txla/src/osd/modules/sound]coreaudio_sound.cpp

r197418 Saturday 10th June, 2023 at 13:40:10 UTC by Angelo Salese
misc/coinmvga.cpp: fix most of GFX decoding
[/branches/pci_p5txla/src/mame/misc]coinmvga.cpp

r197417 Saturday 10th June, 2023 at 10:34:07 UTC by hap
buraikenb: comparing the rom data, it's a bootleg after all
[/branches/pci_p5txla/src/mame/capcom]lwings.cpp

r197416 Saturday 10th June, 2023 at 10:27:42 UTC by hap
1943: fix recent regression with bootleg sets
[/branches/pci_p5txla/src/mame/capcom]1943.cpp

r197415 Saturday 10th June, 2023 at 01:12:48 UTC by AJR
pc1000, misterx, ordisava: Emulation overhaul
- Fix bank switching of ROM areas
- Replace LCDC with type that has the correct accented characters for European versions
- Add localized key definitions for all three systems; identify all unknown keys and rebind keys to better match QWERTY/QWERTZ/AZERTY layouts
- Eliminate runtime port tag lookups
- Separate driver from pc2000.cpp
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/vtech]pc1000.cpp* pc2000.cpp

r197414 Saturday 10th June, 2023 at 01:05:26 UTC by AJR
sed1200: Modernize emulation
- Reduce bus to 4 bits (but note that an 8-bit variant exists), and add CS write handler to ensure multiple writes go to the correct nibbles. This results in considerable uglification of the mt32 driver code, but is more hardware-accurate.
- Speculatively eliminate cursor wraparound at first and last positions. This may or may not be accurate, but seems to produce neater results.
- Save state of internal variables.
[/branches/pci_p5txla/src/devices/video]sed1200.cpp sed1200.h
[/branches/pci_p5txla/src/mame/roland]roland_mt32.cpp

r197413 Saturday 10th June, 2023 at 00:21:42 UTC by arcadeshadow
specpls3_flop.xml: Software list additions (#11326)

New working software list additions
--------------------------------------------
19 Part One - Boot Camp [El Trastero del Spectrum]
2 por 1: Rock'n Roller + Wells & Fargo [Steven Brown, Planeta Sinclair]
Averno [Steven Brown, Planeta Sinclair]
Dragons of Flame [El Trastero del Spectrum]
Dungeons of Gomilandia (v0.1a) [RetroWorks]
Dungeons of Gomilandia (v0.1) [Spectrum Computing]
El Asombroso Spider-Man y Capitán America en La Venganza del Dr. Muerte! [El Trastero del Spectrum]
El Equipo A [El Trastero del Spectrum]
Frightmare (Zafiro) [El Trastero del Spectrum]
Gunship (Erbe, alt) [El Trastero del Spectrum]
High Steel (Erbe, alt) [Steven Brown, Planeta Sinclair]
Pit-Fighter (Dro Soft) [El Trastero del Spectrum]
Power Magic (alt) [El Trastero del Spectrum]
Rainbow Islands (Erbe, alt) [El Trastero del Spectrum]
Reaper [Spectrum Computing]
Renaud [El Trastero del Spectrum]
Seto Taisho Special Edition [Spectrum Computing]
Shadow Warriors (Erbe) [El Trastero del Spectrum]
Solo [El Trastero del Spectrum]
Starlife [El Trastero del Spectrum]
Test Match [Steven Brown, Planeta Sinclair]
The Dragonslayer Trilogy [Steven Brown, Planeta Sinclair]
The Duel - Test Drive II (Dro Soft) [El Trastero del Spectrum]
The Sunflower Number Show (alt) [Steven Brown, Planeta Sinclair]
The Tears of the Moon + Laskar's Crystals [Steven Brown, Planeta Sinclair]
Ulises [El Trastero del Spectrum]

New NOT working software list additions
--------------------------------------------
Heavy Metal [El Trastero del Spectrum]
Skate Wars [Steven Brown, Planeta Sinclair]
Spectrum +3 Spectacular [Steven Brown, Planeta Sinclair]
The Archon Collection [Steven Brown, Planeta Sinclair]

Redump software list
--------------------------------------------
NARC (Erbe) [El Trastero del Spectrum]

Metadata cleanups: update descriptions, added region and language info tag, moved XML comments to XML notes tag
[/branches/pci_p5txla/hash]specpls3_flop.xml

r197412 Saturday 10th June, 2023 at 00:11:20 UTC by AJR
pc1000.xml: Correct a few release years to match copyright text
[/branches/pci_p5txla/hash]pc1000.xml

r197411 Friday 9th June, 2023 at 20:21:24 UTC by Angelo Salese
misc/coinmvga.cpp: remove extra backslash [skip ci]
[/branches/pci_p5txla/src/mame/misc]coinmvga.cpp

r197410 Friday 9th June, 2023 at 20:19:24 UTC by Angelo Salese
misc/coinmvga.cpp: fix CPU type after OG feedback, fix video a bit
[/branches/pci_p5txla/src/mame/misc]coinmvga.cpp

r197409 Friday 9th June, 2023 at 17:05:09 UTC by hap
avengers: dumped protection mcu [Caps0ff, Phil Bennett]
[/branches/pci_p5txla/src/mame/atari]missile.cpp
[/branches/pci_p5txla/src/mame/capcom]lwings.cpp lwings.h lwings_v.cpp
[/branches/pci_p5txla/src/mame/seibu]toki.cpp
[/branches/pci_p5txla/src/mame/taito]rollrace.cpp

r197408 Friday 9th June, 2023 at 12:26:48 UTC by clawgrip
Dumped and added a Chinese kiddie ride (#11292)

New NOT_WORKING machine
---------------------------------
Happy Video [jordigahan, Recreativas.org]
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/skeleton]happyvideo.cpp*

r197407 Friday 9th June, 2023 at 12:25:36 UTC by clawgrip
Dumped (partially) and added a skeleton driver for a Spanish electromechanical hockey coinop (#11304)

New NOT_WORKING machine
---------------------------------
Mini Hockey [Museo Arcade Vintage, ClawGrip]
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/skeleton]minihock.cpp*

r197406 Friday 9th June, 2023 at 12:21:59 UTC by David Haywood
pkspirit - show something (#11325)
[/branches/pci_p5txla/src/mame/taito]pkspirit.cpp

r197405 Friday 9th June, 2023 at 11:57:34 UTC by Osso
namco/namcos23.cpp: fixed regression
[/branches/pci_p5txla/src/mame/namco]namcos23.cpp

r197404 Friday 9th June, 2023 at 11:49:10 UTC by Osso
New working clones
------------------
TeddyBoy Blues (315-5111, Old Ver.) [TeamEurope]
[/branches/pci_p5txla/src/devices/machine]segacrpt_device.cpp segacrpt_device.h
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/sega]system1.cpp system1.h

r197403 Friday 9th June, 2023 at 06:40:08 UTC by Curt Coder
abc1600: Add deprecation note.
[/branches/pci_p5txla/src/mame/luxor]abc1600.cpp

r197402 Friday 9th June, 2023 at 01:27:29 UTC by R. Belmont
Add missing file. [R. Belmont]
[/branches/pci_p5txla/src/mame/apple]apple3.h

r197401 Friday 9th June, 2023 at 00:37:09 UTC by R. Belmont
apple/apple2.cpp: added Apple ROM/Firmware card with 3 options: Applesoft, Integer, and User-Defined. [R. Belmont]
* Use "-rom file.bin" with the user-defined ROM card to make your own custom Apple.  File must be 12KiB and goes in
 D0/D8/E0/E8/F0/F8 order.

a2bus: wire up a method to assert the reset line on the slots. This is important for the ROM card. [R. Belmont]

apple/apple2.cpp,apple2e.cpp,apple2gs.cpp,apple3.cpp: Reset the a2bus when the 6502/65816 is reset. [R. Belmont]

apple/apple2gs.cpp: Reset the softswitches like a IIe on Control-Reset. [R. Belmont]

apple/apple3.cpp: Now has the same Control-Reset behavior improvements as the Apple IIs. [R. Belmont]
[/branches/pci_p5txla/scripts/src]bus.lua
[/branches/pci_p5txla/src/devices/bus/a2bus]a2bus.cpp a2bus.h cards.cpp romcard.cpp* romcard.h*
[/branches/pci_p5txla/src/mame/apple]apple2.cpp apple2e.cpp apple2gs.cpp apple3_m.cpp

r197400 Thursday 8th June, 2023 at 19:52:51 UTC by Olivier Galibert
Note to self: -valid is good for the soul
[/branches/pci_p5txla/src/devices/bus/nscsi]cdu415.cpp cdu415.h cdu75s.cpp cdu75s.h crd254sh.cpp crd254sh.h
[/branches/pci_p5txla/src/mame/atlus]bowltry.cpp
[/branches/pci_p5txla/src/mame/misc]coinmvga.cpp
[/branches/pci_p5txla/src/mame/namco]sweetland4.cpp
[/branches/pci_p5txla/src/mame/sega]segaufoh8.cpp
[/branches/pci_p5txla/src/mame/skeleton]argox.cpp
[/branches/pci_p5txla/src/mame/yamaha]ympsr340.cpp

r197399 Thursday 8th June, 2023 at 19:50:40 UTC by hap
seta: merge driver files
[/branches/pci_p5txla/src/mame/seta]downtown.cpp seta.cpp seta.h seta_v.cpp

r197398 Thursday 8th June, 2023 at 19:17:35 UTC by Olivier Galibert
h8_sci: Bring interface up in the cpu
[/branches/pci_p5txla/src/devices/cpu/h8]gt913.cpp gt913.h h8.cpp h8.h h83002.cpp h83002.h h83003.cpp h83003.h h83006.cpp h83006.h h83008.cpp h83008.h h83032.cpp h83032.h h83042.cpp h83042.h h83048.cpp h83048.h h83337.cpp h83337.h h8_dtc.cpp h8_intc.cpp h8_intc.h h8_sci.cpp h8_sci.h h8s2245.cpp h8s2245.h h8s2320.cpp h8s2320.h h8s2357.cpp h8s2357.h h8s2655.cpp h8s2655.h
[/branches/pci_p5txla/src/devices/machine]gt913_io.cpp
[/branches/pci_p5txla/src/devices/sound]xt446.cpp xt446.h
[/branches/pci_p5txla/src/mame/casio]ctk551.cpp
[/branches/pci_p5txla/src/mame/cybiko]cybiko.cpp
[/branches/pci_p5txla/src/mame/metro]metro.cpp
[/branches/pci_p5txla/src/mame/namco]namcond1.cpp namcos12.cpp namcos23.cpp
[/branches/pci_p5txla/src/mame/nichibutsu]hrdvd.cpp
[/branches/pci_p5txla/src/mame/seta]seta2.cpp
[/branches/pci_p5txla/src/mame/yamaha]ymmu100.cpp ymmu5.cpp ymmu50.cpp ymmu80.cpp ympsr340.cpp ymqy70.cpp ymvl70.cpp

r197397 Thursday 8th June, 2023 at 19:11:26 UTC by Michael Zapf
ncr5380/ti99: Use DRQ to set DMA state on controller card; remove in_dma_mode again
[/branches/pci_p5txla/src/devices/bus/ti99/peb]scsicard.cpp
[/branches/pci_p5txla/src/devices/machine]ncr5380.cpp ncr5380.h

r197396 Thursday 8th June, 2023 at 16:17:10 UTC by Olivier Galibert
h8 io: More simplifications, thanks everyone for the pointers
[/branches/pci_p5txla/src/devices/cpu/h8]gt913.cpp h8.cpp h8.h
[/branches/pci_p5txla/src/devices/sound]xt446.cpp
[/branches/pci_p5txla/src/mame/casio]ctk551.cpp
[/branches/pci_p5txla/src/mame/namco]namcond1.cpp namcos12.cpp namcos23.cpp
[/branches/pci_p5txla/src/mame/taito]invqix.cpp
[/branches/pci_p5txla/src/mame/yamaha]ymmu100.cpp ymmu50.cpp ymmu80.cpp ymvl70.cpp

r197395 Thursday 8th June, 2023 at 16:06:03 UTC by hap
vsystem: improve soundlatch timing where applicable
[/branches/pci_p5txla/src/devices/cpu/tms1000]smc1102.cpp
[/branches/pci_p5txla/src/mame/midway]midwayic.h midzeus.cpp midzeus.h
[/branches/pci_p5txla/src/mame/misc]micro3d.h micro3d_a.cpp micro3d_a.h
[/branches/pci_p5txla/src/mame/seta]seta.cpp
[/branches/pci_p5txla/src/mame/shared]dcs.cpp
[/branches/pci_p5txla/src/mame/vsystem]aerofgt.cpp aerofgt.h crshrace.cpp f1gp.cpp gstriker.cpp inufuku.cpp pipedrm.cpp tail2nos.cpp taotaido.cpp welltris.cpp

r197394 Thursday 8th June, 2023 at 16:01:04 UTC by Michael Zapf
ti99: Some debug output improvements
[/branches/pci_p5txla/src/devices/bus/ti99/peb]hfdc.cpp scsicard.cpp scsicard.h
[/branches/pci_p5txla/src/devices/imagedev]mfmhd.cpp
[/branches/pci_p5txla/src/devices/machine]hdc92x4.cpp

r197393 Thursday 8th June, 2023 at 15:42:02 UTC by Michael Zapf
ncr5380: Add a function to check for DMA mode.
[/branches/pci_p5txla/src/devices/machine]ncr5380.cpp ncr5380.h

r197392 Thursday 8th June, 2023 at 14:44:34 UTC by ywy
taito_f3_v.cpp: fix line zoom regression (trstar) (#11322)
[/branches/pci_p5txla/src/mame/taito]taito_f3_v.cpp

r197391 Thursday 8th June, 2023 at 13:51:58 UTC by simzy39
namco/namcos12.cpp: Update documentation (#11233)
[/branches/pci_p5txla/src/mame/namco]namcos12.cpp

r197390 Thursday 8th June, 2023 at 09:34:58 UTC by Olivier Galibert
yamaha: remove unused adc methods
[/branches/pci_p5txla/src/mame/yamaha]ymmu100.cpp ymmu50.cpp ymmu80.cpp ymvl70.cpp

r197389 Thursday 8th June, 2023 at 06:38:55 UTC by Olivier Galibert
h8_adc, h8_port: convert i/o to devcb at cpu level
[/branches/pci_p5txla/src/devices/cpu/h8]gt913.cpp gt913.h h8.cpp h8.h h83002.h h83003.h h83006.h h83008.h h83032.h h83042.h h83048.h h83337.h h8_adc.cpp h8_adc.h h8_port.cpp h8_port.h h8s2245.h h8s2320.h h8s2357.h h8s2655.h
[/branches/pci_p5txla/src/devices/machine]gt913_io.cpp gt913_io.h
[/branches/pci_p5txla/src/devices/sound]xt446.cpp xt446.h
[/branches/pci_p5txla/src/mame/bandai]design_master.cpp
[/branches/pci_p5txla/src/mame/brother]lw700i.cpp lw840.cpp
[/branches/pci_p5txla/src/mame/casio]ctk551.cpp
[/branches/pci_p5txla/src/mame/cybiko]cybiko.cpp cybiko.h
[/branches/pci_p5txla/src/mame/metro]metro.cpp metro.h
[/branches/pci_p5txla/src/mame/namco]namcond1.cpp namcos10_exio.cpp namcos10_exio.h namcos12.cpp namcos23.cpp
[/branches/pci_p5txla/src/mame/nichibutsu]hrdvd.cpp
[/branches/pci_p5txla/src/mame/sega]flashbeats.cpp
[/branches/pci_p5txla/src/mame/seta]seta2.cpp seta2.h
[/branches/pci_p5txla/src/mame/taito]invqix.cpp
[/branches/pci_p5txla/src/mame/yamaha]ymmu100.cpp ymmu5.cpp ymmu50.cpp ymmu80.cpp ymqy70.cpp ymvl70.cpp

r197388 Wednesday 7th June, 2023 at 12:24:04 UTC by AJR
mpu4plasma.cpp: Add SCC
[/branches/pci_p5txla/src/mame/barcrest]mpu4plasma.cpp

r197387 Wednesday 7th June, 2023 at 12:23:45 UTC by AJR
seta.h: Remove some leftover stuff
[/branches/pci_p5txla/src/mame/seta]seta.h

r197386 Wednesday 7th June, 2023 at 07:18:01 UTC by hap
downtown: fix compile warning
[/branches/pci_p5txla/src/mame/seta]downtown.cpp seta.cpp seta.h

r197385 Wednesday 7th June, 2023 at 04:55:10 UTC by Osso
zaccaria/zac2650.cpp: dumped PROM for tinv2650 [Andrew Welburn]
[/branches/pci_p5txla/src/mame/taito]pkspirit.cpp
[/branches/pci_p5txla/src/mame/zaccaria]zac2650.cpp zac2650.h zac2650_v.cpp

r197384 Wednesday 7th June, 2023 at 03:21:47 UTC by AJR
z80scc.cpp: Reset Highest IUS command is available on NMOS versions too according to manuals
[/branches/pci_p5txla/src/devices/machine]z80scc.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team