Note Feed

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

Previous 50 199869 Revisions Next 50

r194957 Tuesday 4th April, 2023 at 18:43:52 UTC by tim.lindner
add undocumented instructions and dissasembler (#11050)
[src/devices/cpu/m6809]6x09dasm.cpp 6x09dasm.h m6809.cpp m6809.h m6809.lst

r194956 Tuesday 4th April, 2023 at 18:34:27 UTC by holub
bus/spectrum: Added ZXBUS and NeoGS card. (#11032)
[scripts/src]bus.lua
[src/devices/bus/spectrum]neogs.cpp* neogs.h* zxbus.cpp* zxbus.h*
[src/mame/sinclair]neogs.cpp neogs.h tsconf.cpp tsconf.h

r194955 Tuesday 4th April, 2023 at 18:27:53 UTC by Vasantha Crabb
neogeo/neogeo.cpp: Hooked up memory card bank register.
[src/mame/neogeo]neogeo.cpp neogeo.h

r194954 Tuesday 4th April, 2023 at 17:52:58 UTC by Vasantha Crabb
Fix clang build.
[src/mame/neogeo]neogeo.h
[src/mame/virtual]vgmplay.cpp

r194953 Tuesday 4th April, 2023 at 17:48:39 UTC by Olivier Galibert
tmp68301: Remove leftover debug break and reduce log spam
[src/devices/cpu/m68000]tmp68301.cpp

r194952 Tuesday 4th April, 2023 at 17:33:46 UTC by Vasantha Crabb
neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines.

Hooked up the memory card write enable/disable and register select
lines, and corrected the address range where memory card access is
enabled.

Card addressing still isn't quite right - the card bank register isn't
hooked up.  Neo Geo CD consoles also haven't been updated.

Also, more of the same mechanical cleanup of copy/pasted comments,
const, and variable scope.
[src/devices/bus/a7800]a78_slot.h
[src/devices/bus/acorn/system]8k.cpp 8k.h
[src/devices/bus/adam]exp.cpp exp.h
[src/devices/bus/apf]slot.cpp slot.h
[src/devices/bus/aquarius]slot.cpp
[src/devices/bus/arcadia]slot.cpp slot.h
[src/devices/bus/astrocde]slot.cpp
[src/devices/bus/bbc/1mhzbus]datacentre.cpp datacentre.h
[src/devices/bus/bbc/rom]slot.cpp slot.h
[src/devices/bus/c64]exp.h
[src/devices/bus/cbm2]exp.cpp
[src/devices/bus/cgenie/expansion]floppy.cpp
[src/devices/bus/chanf]slot.cpp
[src/devices/bus/coco]cococart.h
[src/devices/bus/coleco/cartridge]exp.cpp
[src/devices/bus/cpc]cpc_rom.cpp cpc_rom.h
[src/devices/bus/crvision]slot.cpp slot.h
[src/devices/bus/ekara]slot.cpp
[src/devices/bus/electron]plus1.cpp plus1.h plus2.cpp plus2.h rombox.cpp rombox.h romboxp.cpp romboxp.h sidewndr.cpp sidewndr.h
[src/devices/bus/electron/cart]ap5.cpp ap5.h romp144.cpp romp144.h slot.cpp slot.h
[src/devices/bus/gamate]slot.cpp slot.h
[src/devices/bus/iq151]iq151.h
[src/devices/bus/vsmile]vsmile_slot.h
[src/devices/imagedev]diablo.h
[src/mame/neogeo]neogeo.cpp neogeo.h ng_memcard.cpp ng_memcard.h
[src/mame/shared]z80bin.cpp
[src/mame/sharp]x68k_hdc.h
[src/mame/ti]cc40.cpp snspellc.cpp ti74.cpp
[src/mame/virtual]vgmplay.cpp
[src/mame/vtech]clickstart.cpp geniusiq.cpp innotv_innotabmax.cpp iqunlim.cpp pc2000.cpp storio.cpp vtech1.cpp vtech2_m.cpp vtech_innotab.cpp
[src/mame/xerox]xerox820.cpp

r194951 Tuesday 4th April, 2023 at 17:29:47 UTC by Osso
- namco/polepos.cpp: corrected ROM names, added PCB locations & added PLDs. [Porchy, The PLD Archive, Brian Troha, The Dumping Union]

- funworld/supercrd.cpp: tweaked XOR tables a bit for fruitstr
[src/mame/funworld]supercrd.cpp
[src/mame/namco]polepos.cpp

r194950 Tuesday 4th April, 2023 at 17:15:18 UTC by Olivier Galibert
i8x9x: Fix a case where events could be delayed by mistake
[src/devices/cpu/mcs96]i8x9x.cpp

r194949 Tuesday 4th April, 2023 at 16:58:09 UTC by Olivier Galibert
tmp68301: Add timers and fix interrupts (thanks grdians for the test cases)
[src/devices/cpu/m68000]m68000.cpp m68000.h tmp68301.cpp tmp68301.h

r194948 Tuesday 4th April, 2023 at 12:43:17 UTC by Olivier Galibert
tmp68301: Reimplement in the new68k framework.  The timers are not yet implemented, couldn't find a driver which cared.  Hopefully the regression testing will find some.
[scripts/src]cpu.lua machine.lua
[src/devices/cpu/m68000]m68000.cpp m68000.h tmp68301.cpp* tmp68301.h*
[src/devices/machine]t10mmc.cpp tmp68301.cpp tmp68301.h
[src/mame/dynax]realbrk.cpp realbrk.h
[src/mame/kurzweil]krz2000.cpp
[src/mame/misc]joystand.cpp
[src/mame/nichibutsu]csplayh5.cpp niyanpai.cpp niyanpai.h
[src/mame/seta]kiwame.cpp seta2.cpp seta2.h seta2_v.cpp
[src/mame/taito]bingowav.cpp
[src/mame/yamaha]ymvl1.cpp

r194947 Tuesday 4th April, 2023 at 07:56:38 UTC by Osso
funworld/supercrd.cpp: identified one more XOR
[src/mame/funworld]supercrd.cpp

r194946 Tuesday 4th April, 2023 at 06:40:41 UTC by Vasantha Crabb
Small fixes and cleanup:

* emu/devfind.h: Allow range-based for loops on memory share finders.
* emu/emucore.h: Choose correct emu_fatalerror constructor when format
 string is an rvalue.
* osborne/osborne1.cpp: Allocate main RAM as a flat share, and use a
 view to switch in atttribute RAM.
* Reduced scope of some variables and edited some copy/pasted comments.
[src/devices/bus/aquarius]slot.h
[src/devices/bus/astrocde]slot.h
[src/devices/bus/coco]cococart.h
[src/devices/bus/ekara]slot.h
[src/devices/bus/gba]gba_slot.h
[src/devices/bus/intv]slot.h
[src/devices/bus/jakks_gamekey]slot.h
[src/devices/bus/m5]slot.h
[src/devices/bus/mc10]mc10_cart.cpp mc10_cart.h
[src/devices/bus/megadrive]md_slot.h
[src/devices/bus/mononcol]slot.h
[src/devices/bus/mtx]exp.h
[src/devices/bus/nabupc]adapter.h
[src/devices/bus/nes]nes_slot.h
[src/devices/bus/odyssey2]slot.h
[src/devices/bus/pce]pce_slot.h
[src/devices/bus/ql]rom.h
[src/devices/bus/saturn]sat_slot.h
[src/devices/bus/sega8]sega8_slot.h
[src/devices/bus/snes]snes_slot.h
[src/devices/bus/vectrex]slot.h
[src/devices/bus/vidbrain]exp.h
[src/devices/imagedev]avivideo.h microdrv.h picture.h
[src/devices/machine]ds6417.h
[src/emu]devfind.h emucore.h
[src/mame/mchester]ssem.cpp
[src/mame/memotech]mtx_m.cpp
[src/mame/microkey]primo_m.cpp
[src/mame/mit]tx0.cpp
[src/mame/mits]altair.cpp
[src/mame/motorola]mekd2.cpp
[src/mame/nascom]nascom1.cpp
[src/mame/neogeo]ng_memcard.cpp ng_memcard.h
[src/mame/netronics]elf.cpp
[src/mame/nichibutsu]myvision.cpp
[src/mame/nintendo]n64.cpp
[src/mame/osborne]osborne1.cpp
[src/mame/pc]ibmpcjr.cpp
[src/mame/pce]tourvis.cpp
[src/mame/pitronics]beta.cpp
[src/mame/psion]psion_pack.h psion_ssd.h
[src/mame/robotron]z1013.cpp
[src/mame/roland]roland_cm32p.cpp roland_r8.cpp
[src/mame/sega]sega_beena.cpp
[src/mame/sfrj]galaxy.cpp
[src/mame/sharp]pce220.cpp pce220_ser.cpp pce220_ser.h wizard.cpp
[src/mame/sinclair]spec_snqk.cpp timex.cpp
[src/mame/skeleton]c2color.cpp cd2650.cpp cosmicos.cpp digiblast.cpp easy_karaoke.cpp i7000.cpp squale.cpp
[src/mame/snk]ngp.cpp
[src/mame/sony]pockstat.cpp psxcd.h smc777.cpp
[src/mame/svi]svi318.cpp
[src/mame/ta]alphatro.cpp
[src/mame/tatung]einstein.cpp
[src/mame/telercas]tmc1800.cpp
[src/mame/thomson]thomson_m.cpp
[src/mame/ti]avigo.cpp snspell.cpp
[src/mame/tiger]gamecom.h gamecom_m.cpp k28m2.cpp
[src/mame/trs]coco_vhd.h trs80_m.cpp trs80m3_m.cpp
[src/mame/tvgames]elan_eu3a05.cpp generalplus_gpl16250_mobigo.cpp generalplus_gpl16250_nand.cpp generalplus_gpl16250_spi.cpp generalplus_gpl32612.cpp hyperscan_card.h magiceyes_pollux_vr3520f.cpp pubint_storyreader.cpp spg110.cpp spg2xx_ican.cpp spg2xx_smarttv.cpp spg2xx_telestory.cpp spg2xx_tvgogo.cpp spg2xx_vii.cpp
[src/mame/ussr]lviv.h

r194945 Tuesday 4th April, 2023 at 05:22:29 UTC by Osso
New clones marked not working
-----------------------------
Manx TT Superbike - DX [Brian Troha, The Dumping Union]
[src/mame]mame.lst
[src/mame/sega]model2.cpp

r194944 Tuesday 4th April, 2023 at 00:42:24 UTC by hap
es5510: fix some alu flag problems
[src/devices/cpu/es5510]es5510.cpp
[src/mame/snk]miconkit.cpp

r194943 Monday 3rd April, 2023 at 16:27:34 UTC by Osso
New working clones
------------------
Agent Super Bond (Super Cobra conversion, not encrypted) [Darran Allen]
[src/mame]mame.lst
[src/mame/galaxian]galaxian.cpp scobra.cpp
[src/mame/irem]m72.cpp

r194942 Monday 3rd April, 2023 at 12:02:03 UTC by Dirk Best
pegasos2: Initial devices for MV64361 and VT8231

Enough to get data from the initial bootloader to the serial console.
[scripts/src]machine.lua
[src/devices/machine]mv6436x.cpp* mv6436x.h* vt8231_isa.cpp* vt8231_isa.h*
[src/mame/skeleton]pegasos2.cpp

r194941 Monday 3rd April, 2023 at 11:31:34 UTC by hap
m68000: some variables were missing from savestate/zerofill
[src/devices/bus/electron]mc68k.cpp
[src/devices/bus/vme]vme_hcpu30.cpp
[src/devices/cpu/m68000]m68000.cpp m68kcommon.h
[src/devices/sound]k053260.cpp k053260.h
[src/mame/atari]toobin.cpp
[src/mame/capcom]cps2.cpp
[src/mame/fidelity]eag68k.cpp
[src/mame/handheld]hh_tms1k.cpp
[src/mame/layout]litelrn.lay mmarvin.lay
[src/mame/novag]diablo.cpp
[src/mame/sega]sega16sp.h segaic16.cpp segaic16.h segaybd.h
[src/mame/snk]miconkit.cpp

r194940 Monday 3rd April, 2023 at 06:00:30 UTC by 987123879113
namco/namcos10.cpp: Added US version of Mr. Driller 2. (#11072)

New working clones
----------------------------
Mr. Driller 2 (US, DR23 Ver.A) [twistedtymphony, Bill D., coolmod]
[src/mame]mame.lst
[src/mame/namco]namcos10.cpp

r194939 Monday 3rd April, 2023 at 05:43:32 UTC by arcadeshadow
svi318_cass.xml: Use lowercase descriptive text and avoid non-standard abbreviations. (#11068)
[hash]svi318_cass.xml

r194938 Monday 3rd April, 2023 at 02:34:38 UTC by 987123879113
namcos10: Reevaluate assumption about how later blocks are handled (#11071)
[src/mame/namco]namcos10.cpp

r194937 Sunday 2nd April, 2023 at 21:41:25 UTC by hap
k053260: allow to change rev flag on the fly
[src/devices/sound]k053260.cpp

r194936 Sunday 2nd April, 2023 at 21:09:55 UTC by AJR
machine.cpp: Recognize reset phase in describe_context
[src/emu]machine.cpp

r194935 Sunday 2nd April, 2023 at 20:56:05 UTC by hap
k053260: add sample reverse flag
[src/devices/sound]k053260.cpp k053260.h
[src/mame/handheld]hh_tms1k.cpp

r194934 Sunday 2nd April, 2023 at 18:36:07 UTC by hap
New working systems
-------------------
Lite 'n Learn: Electronic Organ [hap, Sean Riddle]
Weight Talker [hap, Sean Riddle]
[src/mame]mame.lst
[src/mame/handheld]hh_cop400.cpp hh_cops1.cpp hh_hmcs40.cpp hh_melps4.cpp hh_pic16.cpp hh_pps41.cpp hh_rw5000.cpp hh_sm510.cpp hh_tms1k.cpp hh_ucom4.cpp
[src/mame/layout]comparc.lay litelrn.lay*
[src/mame/namco]namcos10.cpp
[src/mame/neogeo]neogeo.cpp
[src/mame/snk]miconkit.cpp
[src/mame/taito]taito_en.cpp taito_f3.cpp
[src/mame/ti]cc40.cpp snspell.cpp

r194933 Sunday 2nd April, 2023 at 16:48:07 UTC by mark.garlanger
heathkit/tlb.cpp: Encapsulated Heathkit Terminal Logic Board as a device. (#10958)

* Also added variants with Super19, Watzman and Ultra ROMs.
* heathkit/h19.cpp, heathkit/h89.cpp: Use common Terminal Logic Board device.
[src/mame/heathkit]h19.cpp h89.cpp tlb.cpp* tlb.h*

r194932 Sunday 2nd April, 2023 at 16:31:07 UTC by r09
fmtowns_cd.xml: Added twelve working items, and replaced two items with better dumps. (#11058)

New working software list additions (fmtowns_cd.xml)
-----------------------------------
4D Driving (FM Towns Marty version) [redump.org]
Doki Doki Disk CD-ban - Club D.O. Vol. 2 [redump.org]
Doki Doki Disk CD-ban - Club D.O. Vol. 3 [redump.org]
FM Towns Marty Tentou Auto Demo '93 Natsu [redump.org]
FM Towns Super Technology Demo 1993 (HME-919) [redump.org]
HomeStudio V1.1L10 [redump.org]
Medicco to Asobou - Kazu-Katachi-Ryou [redump.org]
Monster Planet 2255 [redump.org]
NHK Special - Ginga Uchuu Odyssey Vol. 1 - Tabidachi Waga Taiyoukei [redump.org]
Pack 13000 Free Soft & Shareware [redump.org]
Psychic Detective Series Vol. 2 - Memories (DCCS remake) [redump.org, cyo.the.vile]
The Yachtman [redump.org]

Replaced software list items (fmtowns_cd.xml)
----------------------------
Mad Paradox [redump.org]
Provvidenza - Legenda la Spada di Alfa [redump.org]
[hash]fmtowns_cd.xml

r194931 Sunday 2nd April, 2023 at 16:24:26 UTC by frank.palazzolo
toshiba/pasopia.cpp, toshiba/pasopia7.cpp: Dumped character generator ROMs. (#9898)

toshiba/paso1600.cpp: Use Pasopia character generator ROM until correct ROM is dumped.
[src/mame/toshiba]paso1600.cpp pasopia.cpp pasopia7.cpp

r194930 Sunday 2nd April, 2023 at 16:19:29 UTC by Ryan Holtz
cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [Ryan Holtz]

Correctly support the R4650's lack of TLB.
[src/devices/cpu/mips]mips3.cpp mips3.h mips3com.h mips3drc.cpp

r194929 Sunday 2nd April, 2023 at 15:48:57 UTC by clawgrip
leapster.xml: Dumped five USA games. (#11064)

Also changed ROM sizes to hexadecimal, fixed some game metadata and added some games to the missing/dumped list in the comments.

New NOT_WORKING software list additions
-----------------------------------------
leapster.xml:
 Disney Princess (USA, set 2) [TeamEurope]
 Nick Jr. Go Diego Go! - Animal Rescuer (USA, set 2) [TeamEurope]
 Leapster 2 Gaming Pop (USA) [TeamEurope]
 Number Raiders - Arcade-Style Learning! (USA, set 1) [TeamEurope]
 Sonic X (USA, set 1) [TeamEurope]
[hash]leapster.xml

r194928 Sunday 2nd April, 2023 at 15:35:30 UTC by buffi
video/epic12.cpp: Improved CV1000 blitter timings based on hardware testing, and removed unsafe mode. (#10849)

* Fixed an off-by-one bug when setting dst_x_end and dst_y_end which caused destination writes to be one pixel too big.
* Corrected calculations to utilize both source and destination VRAM row counts.
* Updated VRAM access overhead.
* Track of when blitter is idle, since long sequences of clipped draws can cause the blitter to not do any work while remaining busy.
* Removed the edge case for "pixel widths need to be evenly divisable by 8" until more examples can be studied.
* Pad draws to even 4-byte boundaries, since VRAM accesses are always 4 pixels at the time.
* Also added documentation for 6 unhandled Blitter command offsets (see blitter_w). Thanks rtw for looking at these.
* misc/cv1k.cpp: Updated some notes.
[src/devices/video]epic12.cpp epic12.h epic12in.hxx
[src/mame/misc]cv1k.cpp

r194927 Sunday 2nd April, 2023 at 15:15:27 UTC by AJR
Improvements to debugger 'map' command
- Add names of physical and logical spaces now that one space can map to another
- Correct usage of address space masks
[src/emu/debug]debugcmd.cpp

r194926 Sunday 2nd April, 2023 at 12:13:04 UTC by Curt Coder
abc80: Cleanup
[src/mame/luxor]abc80.h abc80_v.cpp

r194925 Sunday 2nd April, 2023 at 10:06:51 UTC by Curt Coder
abc80: Emulate the TKN 80 80-column expansion kit. [Curt Coder]
abc80: Add system ROMs with checksum 10042. [PC/M]
[src/mame/luxor]abc80.cpp abc80.h abc80_v.cpp

r194924 Sunday 2nd April, 2023 at 10:06:51 UTC by Curt Coder
sn76477: Make it less verbose
[src/devices/sound]sn76477.cpp

r194923 Sunday 2nd April, 2023 at 07:19:39 UTC by smf
New working systems
-------------------
Space Micon Kit [Dillweed, smf]
[src/mame]mame.lst
[src/mame/snk]miconkit.cpp

r194922 Sunday 2nd April, 2023 at 02:27:22 UTC by R. Belmont
3rdparty: Another attempt to satisfy Windows Clang. [R. Belmont]
[scripts/src]3rdparty.lua

r194921 Sunday 2nd April, 2023 at 01:29:29 UTC by clawgrip
mobigo_cart.xml: Dumped a Spongebob SquarePants game (#11062)

New NOT_WORKING software list addition
-----------------------------------------------
Nickelodeon Spongebob SquarePants -  Defending the Secret Formula (USA) [TeamEurope]

Also fixed metadata for US version of "Disney/Pixar Toy Story 3" and add more info about dummy carts.
[hash]mobigo_cart.xml

r194920 Sunday 2nd April, 2023 at 01:07:16 UTC by R. Belmont
3rdparty.lua: Windows Clang needs another warning suppression for PortAudio. [R. Belmont]
[scripts/src]3rdparty.lua

r194919 Sunday 2nd April, 2023 at 00:10:36 UTC by Angelo Salese
fix: MT#07261
[hash]pcecd.xml
[src/mame/nec]pce_cd.cpp

r194918 Saturday 1st April, 2023 at 23:41:40 UTC by AJR
3rdparty.lua: Fix clang build after portaudio update
[scripts/src]3rdparty.lua

r194917 Saturday 1st April, 2023 at 23:03:31 UTC by R. Belmont
PortAudio: sync to upstream GitHub revision 0e9b386a1053261340bc8bb32335484ef77b258b [R. Belmont, PortAudio team]
* Tested and works on Windows, macOS, and Linux.
* Fixes compatibility with macOS Ventura and bugfixes WASAPI and WDM-KS on Windows.
[3rdparty/portaudio]CMakeLists.txt Makefile.in README.md* aclocal.m4 configure configure.in ltmain.sh pa_compare_def_files.py* pa_whitelint.py* vcpkg.json*
[3rdparty/portaudio/bindings/cpp]ChangeLog INSTALL aclocal.m4
[3rdparty/portaudio/bindings/cpp/build/gnu]config.guess
[3rdparty/portaudio/bindings/cpp/example]devs.cxx sine.cxx
[3rdparty/portaudio/bindings/cpp/include/portaudiocpp]AsioDeviceAdapter.hxx AutoSystem.hxx BlockingStream.hxx CFunCallbackStream.hxx CallbackInterface.hxx CallbackStream.hxx CppFunCallbackStream.hxx Device.hxx DirectionSpecificStreamParameters.hxx Exception.hxx HostApi.hxx InterfaceCallbackStream.hxx MemFunCallbackStream.hxx PortAudioCpp.hxx SampleDataFormat.hxx Stream.hxx StreamParameters.hxx System.hxx SystemDeviceIterator.hxx SystemHostApiIterator.hxx
[3rdparty/portaudio/bindings/cpp/source/portaudiocpp]AsioDeviceAdapter.cxx BlockingStream.cxx CFunCallbackStream.cxx CallbackInterface.cxx CallbackStream.cxx CppFunCallbackStream.cxx Device.cxx DirectionSpecificStreamParameters.cxx Exception.cxx HostApi.cxx InterfaceCallbackStream.cxx MemFunCallbackStream.cxx Stream.cxx StreamParameters.cxx System.cxx SystemDeviceIterator.cxx SystemHostApiIterator.cxx
[3rdparty/portaudio/cmake]PortAudioConfig.cmake.in* cmake_uninstall.cmake.in* portaudio-2.0.pc.in* portaudio.def.in*
[3rdparty/portaudio/cmake/modules]FindASIO.cmake* FindJACK.cmake* FindOSS.cmake* FindRegex.cmake*
[3rdparty/portaudio/cmake/toolchains]i686-w64-mingw32.cmake*
[3rdparty/portaudio/doc/src]api_overview.dox mainpage.dox
[3rdparty/portaudio/doc/src/tutorial]compile_cmake.dox compile_linux.dox compile_mac_coreaudio.dox compile_windows.dox compile_windows_asio_msvc.dox compile_windows_mingw-w64.dox* compile_windows_mingw.dox start_stop_abort.dox tutorial_start.dox writing_a_callback.dox
[3rdparty/portaudio/examples]CMakeLists.txt pa_devs.c pa_fuzz.c paex_mono_asio_channel_select.c paex_ocean_shore.c paex_pink.c paex_read_write_wire.c paex_record.c paex_record_file.c paex_saw.c paex_sine.c paex_sine_c++.cpp paex_wmme_ac3.c paex_wmme_surround.c paex_write_sine.c paex_write_sine_nonint.c
[3rdparty/portaudio/include]pa_asio.h pa_jack.h pa_linux_alsa.h pa_mac_core.h pa_win_ds.h pa_win_wasapi.h pa_win_waveformat.h pa_win_wdmks.h pa_win_wmme.h portaudio.h
[3rdparty/portaudio/msvc]portaudio.def* portaudio.dsp* portaudio.dsw* portaudio.sln* portaudio.vcproj* readme.txt*
[3rdparty/portaudio/qa]CMakeLists.txt* paqa_devs.c paqa_errs.c paqa_latency.c
[3rdparty/portaudio/qa/loopback]CMakeLists.txt*
[3rdparty/portaudio/qa/loopback/src]audio_analyzer.c audio_analyzer.h biquad_filter.c biquad_filter.h paqa.c paqa_tools.c paqa_tools.h qa_tools.h test_audio_analyzer.c test_audio_analyzer.h write_wav.c write_wav.h
[3rdparty/portaudio/src/common]pa_allocation.c pa_allocation.h pa_converters.c pa_converters.h pa_cpuload.c pa_cpuload.h pa_debugprint.c pa_debugprint.h pa_dither.c pa_dither.h pa_endianness.h pa_front.c pa_gitrevision.h pa_hostapi.h pa_memorybarrier.h pa_process.c pa_process.h pa_ringbuffer.c pa_ringbuffer.h pa_stream.c pa_stream.h pa_trace.c pa_trace.h pa_types.h pa_util.h
[3rdparty/portaudio/src/hostapi/alsa]pa_linux_alsa.c
[3rdparty/portaudio/src/hostapi/asihpi]pa_linux_asihpi.c
[3rdparty/portaudio/src/hostapi/asio]ASIO-README.txt pa_asio.cpp
[3rdparty/portaudio/src/hostapi/audioio]pa_unix_audioio.c*
[3rdparty/portaudio/src/hostapi/coreaudio]notes.txt pa_mac_core.c pa_mac_core_blocking.c pa_mac_core_blocking.h pa_mac_core_internal.h pa_mac_core_old.c pa_mac_core_utilities.c pa_mac_core_utilities.h
[3rdparty/portaudio/src/hostapi/dsound]pa_win_ds.c pa_win_ds_dynlink.c pa_win_ds_dynlink.h
[3rdparty/portaudio/src/hostapi/jack]pa_jack.c
[3rdparty/portaudio/src/hostapi/oss]pa_unix_oss.c recplay.c
[3rdparty/portaudio/src/hostapi/skeleton]pa_hostapi_skeleton.c
[3rdparty/portaudio/src/hostapi/wasapi]pa_win_wasapi.c
[3rdparty/portaudio/src/hostapi/wasapi/mingw-include]AudioSessionTypes.h* PropIdl.h* ShTypes.h* audioclient.h functiondiscoverykeys.h functiondiscoverykeys_devpkey.h* ksproxy.h propkey.h* sdkddkver.h* winapifamily.h*
[3rdparty/portaudio/src/hostapi/wdmks]pa_win_wdmks.c readme.txt
[3rdparty/portaudio/src/hostapi/wmme]pa_win_wmme.c
[3rdparty/portaudio/src/os/unix]pa_unix_hostapis.c pa_unix_util.c pa_unix_util.h
[3rdparty/portaudio/src/os/win]pa_win_coinitialize.c pa_win_coinitialize.h pa_win_hostapis.c pa_win_util.c pa_win_util.h* pa_win_waveformat.c pa_win_wdmks_utils.c pa_win_wdmks_utils.h pa_x86_plain_converters.c pa_x86_plain_converters.h
[3rdparty/portaudio/test]CMakeLists.txt pa_minlat.c patest1.c patest_buffer.c patest_callbackstop.c patest_clip.c patest_converters.c patest_dither.c patest_dsound_find_best_latency_params.c patest_dsound_low_level_latency_params.c patest_dsound_surround.c patest_hang.c patest_in_overflow.c patest_jack_wasapi.c patest_latency.c patest_leftright.c patest_longsine.c patest_many.c patest_maxsines.c patest_mono.c patest_multi_sine.c patest_out_underflow.c patest_prime.c patest_read_record.c patest_ringmix.c patest_sine8.c patest_sine_channelmaps.c patest_sine_formats.c patest_sine_srate.c patest_sine_time.c patest_start_stop.c patest_stop.c patest_stop_playout.c patest_suggested_vs_streaminfo_latency.c patest_suggested_vs_streaminfo_latency.py patest_sync.c patest_timing.c patest_toomanysines.c patest_two_rates.c patest_underflow.c patest_unplug.c patest_wire.c patest_wmme_find_best_latency_params.c patest_wmme_low_level_latency_params.c patest_write_stop.c patest_write_stop_hang_illegal.c
[scripts/src]3rdparty.lua

r194916 Saturday 1st April, 2023 at 23:03:31 UTC by GitHub
-

r194915 Saturday 1st April, 2023 at 19:48:36 UTC by R. Belmont
intv: fix validation [R. Belmont]
[src/mame/mattel]intv.h

r194914 Saturday 1st April, 2023 at 17:08:06 UTC by erik
Reduced I/O port lookups in a number of drivers. (#11061)
[src/mame/casio]pv2000.cpp
[src/mame/dec]decwritr.cpp vk100.cpp
[src/mame/mattel]intv.h intv_m.cpp
[src/mame/motorola]mekd2.cpp
[src/mame/sharp]mz80.h mz80_m.cpp
[src/mame/skeleton]mycom.cpp wicat.cpp
[src/mame/zpa]iq151.cpp

r194913 Saturday 1st April, 2023 at 15:20:51 UTC by AJR
crazyfgt: Use standard types for inputs, also number these and note pinout
[src/mame/seta]seta.cpp

r194912 Saturday 1st April, 2023 at 15:03:53 UTC by simzy39
dataeast/dec0.cpp: Removed superfluous list of games in comment. (#11027)
[src/mame/dataeast]dec0.cpp

r194911 Saturday 1st April, 2023 at 14:42:32 UTC by michael.sanborn
Made NBA Jam Tournament Edition titles more consistent with marketing materials. (#11035)

* Arcade releases were known as "NBA Jam Tournament Edition".
* Console releases all used "NBA Jam T.E." in box art and marketing material.
[hash]gameboy.xml gamegear.xml megadriv.xml psx.xml saturn.xml snes.xml
[src/mame/midway]midtunit.cpp

r194910 Saturday 1st April, 2023 at 14:32:53 UTC by AJR
floppycntrl.cpp: Fix clang error: function definition is not allowed here
[src/frontend/mame/ui]floppycntrl.cpp

r194909 Saturday 1st April, 2023 at 14:29:09 UTC by David Haywood
namco/namcos10.cpp: Reset mrdrilr2, mrdrilr2j and chocovdr settings storage area. (#11059)
[src/mame/namco]namcos10.cpp

r194908 Saturday 1st April, 2023 at 14:09:38 UTC by Vasantha Crabb
leapfrog: Less redundancy in source file names.

Also edited a pile of copy/pasted comments and made some minor code
cleanups (reducing variable scope, etc.).
[src/devices/bus/sdk85]memexp.h
[src/devices/bus/vc4000]slot.h
[src/devices/machine]hp_dc100_tape.h
[src/frontend/mame/ui]floppycntrl.cpp
[src/mame]mame.lst
[src/mame/atari]lynx.cpp
[src/mame/ausnz]binbug.cpp d6800.cpp eti660.cpp pipbug.cpp
[src/mame/booth]apexc_m.cpp
[src/mame/cantab]jupace.cpp
[src/mame/force]force68k.cpp
[src/mame/funtech]supracan.cpp
[src/mame/handheld]gameking.cpp
[src/mame/homebrew]phunsy.cpp ravens.cpp
[src/mame/homelab]homelab.cpp
[src/mame/hp]hp2640_tape.h hp48_port.h hp80_optrom.h hp9825_optrom.h hp9845_optrom.h hp_ipc_optrom.h
[src/mame/igs]pgm2_memcard.h
[src/mame/intel]rex6000.cpp
[src/mame/leapfrog]iquest.cpp* leapfrog_iquest.cpp leapfrog_leappad.cpp leapfrog_leapster_explorer.cpp leappad.cpp* leapster_explorer.cpp*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team