Note Feed

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

Previous 50 199869 Revisions Next 50

r195007 Wednesday 5th April, 2023 at 11:30:07 UTC by patrick.mackinlay
mb89352: retire legacy scsi device
[/branches/pcfx_modern-if/scripts/src]machine.lua
[/branches/pcfx_modern-if/src/devices/machine]mb89352.cpp mb89352.h

r195006 Wednesday 5th April, 2023 at 10:06:31 UTC by patrick.mackinlay
mb87030: add mb89351/2 variants

* implement program transfer interrupts
* suppress duplicate selection command completion
* terminate transfer command on phase mismatch
* implement message in/out ATN/ACK logic
* track interrupt output state
* minor logging improvements
[/branches/pcfx_modern-if/src/devices/machine]mb87030.cpp mb87030.h

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

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

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

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

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

r195000 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.
[/branches/pcfx_modern-if/src/devices/bus/a7800]a78_slot.h
[/branches/pcfx_modern-if/src/devices/bus/acorn/system]8k.cpp 8k.h
[/branches/pcfx_modern-if/src/devices/bus/adam]exp.cpp exp.h
[/branches/pcfx_modern-if/src/devices/bus/apf]slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/aquarius]slot.cpp
[/branches/pcfx_modern-if/src/devices/bus/arcadia]slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/astrocde]slot.cpp
[/branches/pcfx_modern-if/src/devices/bus/bbc/1mhzbus]datacentre.cpp datacentre.h
[/branches/pcfx_modern-if/src/devices/bus/bbc/rom]slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/c64]exp.h
[/branches/pcfx_modern-if/src/devices/bus/cbm2]exp.cpp
[/branches/pcfx_modern-if/src/devices/bus/cgenie/expansion]floppy.cpp
[/branches/pcfx_modern-if/src/devices/bus/chanf]slot.cpp
[/branches/pcfx_modern-if/src/devices/bus/coco]cococart.h
[/branches/pcfx_modern-if/src/devices/bus/coleco/cartridge]exp.cpp
[/branches/pcfx_modern-if/src/devices/bus/cpc]cpc_rom.cpp cpc_rom.h
[/branches/pcfx_modern-if/src/devices/bus/crvision]slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/ekara]slot.cpp
[/branches/pcfx_modern-if/src/devices/bus/electron]plus1.cpp plus1.h plus2.cpp plus2.h rombox.cpp rombox.h romboxp.cpp romboxp.h sidewndr.cpp sidewndr.h
[/branches/pcfx_modern-if/src/devices/bus/electron/cart]ap5.cpp ap5.h romp144.cpp romp144.h slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/gamate]slot.cpp slot.h
[/branches/pcfx_modern-if/src/devices/bus/iq151]iq151.h
[/branches/pcfx_modern-if/src/devices/bus/vsmile]vsmile_slot.h
[/branches/pcfx_modern-if/src/devices/imagedev]diablo.h
[/branches/pcfx_modern-if/src/mame/neogeo]neogeo.cpp neogeo.h ng_memcard.cpp ng_memcard.h
[/branches/pcfx_modern-if/src/mame/shared]z80bin.cpp
[/branches/pcfx_modern-if/src/mame/sharp]x68k_hdc.h
[/branches/pcfx_modern-if/src/mame/ti]cc40.cpp snspellc.cpp ti74.cpp
[/branches/pcfx_modern-if/src/mame/virtual]vgmplay.cpp
[/branches/pcfx_modern-if/src/mame/vtech]clickstart.cpp geniusiq.cpp innotv_innotabmax.cpp iqunlim.cpp pc2000.cpp storio.cpp vtech1.cpp vtech2_m.cpp vtech_innotab.cpp
[/branches/pcfx_modern-if/src/mame/xerox]xerox820.cpp

r194999 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
[/branches/pcfx_modern-if/src/mame/funworld]supercrd.cpp
[/branches/pcfx_modern-if/src/mame/namco]polepos.cpp

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

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

r194996 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.
[/branches/pcfx_modern-if/scripts/src]cpu.lua machine.lua
[/branches/pcfx_modern-if/src/devices/cpu/m68000]m68000.cpp m68000.h tmp68301.cpp* tmp68301.h*
[/branches/pcfx_modern-if/src/devices/machine]t10mmc.cpp tmp68301.cpp tmp68301.h
[/branches/pcfx_modern-if/src/mame/dynax]realbrk.cpp realbrk.h
[/branches/pcfx_modern-if/src/mame/kurzweil]krz2000.cpp
[/branches/pcfx_modern-if/src/mame/misc]joystand.cpp
[/branches/pcfx_modern-if/src/mame/nichibutsu]csplayh5.cpp niyanpai.cpp niyanpai.h
[/branches/pcfx_modern-if/src/mame/seta]kiwame.cpp seta2.cpp seta2.h seta2_v.cpp
[/branches/pcfx_modern-if/src/mame/taito]bingowav.cpp
[/branches/pcfx_modern-if/src/mame/yamaha]ymvl1.cpp

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

r194994 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.
[/branches/pcfx_modern-if/src/devices/bus/aquarius]slot.h
[/branches/pcfx_modern-if/src/devices/bus/astrocde]slot.h
[/branches/pcfx_modern-if/src/devices/bus/coco]cococart.h
[/branches/pcfx_modern-if/src/devices/bus/ekara]slot.h
[/branches/pcfx_modern-if/src/devices/bus/gba]gba_slot.h
[/branches/pcfx_modern-if/src/devices/bus/intv]slot.h
[/branches/pcfx_modern-if/src/devices/bus/jakks_gamekey]slot.h
[/branches/pcfx_modern-if/src/devices/bus/m5]slot.h
[/branches/pcfx_modern-if/src/devices/bus/mc10]mc10_cart.cpp mc10_cart.h
[/branches/pcfx_modern-if/src/devices/bus/megadrive]md_slot.h
[/branches/pcfx_modern-if/src/devices/bus/mononcol]slot.h
[/branches/pcfx_modern-if/src/devices/bus/mtx]exp.h
[/branches/pcfx_modern-if/src/devices/bus/nabupc]adapter.h
[/branches/pcfx_modern-if/src/devices/bus/nes]nes_slot.h
[/branches/pcfx_modern-if/src/devices/bus/odyssey2]slot.h
[/branches/pcfx_modern-if/src/devices/bus/pce]pce_slot.h
[/branches/pcfx_modern-if/src/devices/bus/ql]rom.h
[/branches/pcfx_modern-if/src/devices/bus/saturn]sat_slot.h
[/branches/pcfx_modern-if/src/devices/bus/sega8]sega8_slot.h
[/branches/pcfx_modern-if/src/devices/bus/snes]snes_slot.h
[/branches/pcfx_modern-if/src/devices/bus/vectrex]slot.h
[/branches/pcfx_modern-if/src/devices/bus/vidbrain]exp.h
[/branches/pcfx_modern-if/src/devices/imagedev]avivideo.h microdrv.h picture.h
[/branches/pcfx_modern-if/src/devices/machine]ds6417.h
[/branches/pcfx_modern-if/src/emu]devfind.h emucore.h
[/branches/pcfx_modern-if/src/mame/mchester]ssem.cpp
[/branches/pcfx_modern-if/src/mame/memotech]mtx_m.cpp
[/branches/pcfx_modern-if/src/mame/microkey]primo_m.cpp
[/branches/pcfx_modern-if/src/mame/mit]tx0.cpp
[/branches/pcfx_modern-if/src/mame/mits]altair.cpp
[/branches/pcfx_modern-if/src/mame/motorola]mekd2.cpp
[/branches/pcfx_modern-if/src/mame/nascom]nascom1.cpp
[/branches/pcfx_modern-if/src/mame/neogeo]ng_memcard.cpp ng_memcard.h
[/branches/pcfx_modern-if/src/mame/netronics]elf.cpp
[/branches/pcfx_modern-if/src/mame/nichibutsu]myvision.cpp
[/branches/pcfx_modern-if/src/mame/nintendo]n64.cpp
[/branches/pcfx_modern-if/src/mame/osborne]osborne1.cpp
[/branches/pcfx_modern-if/src/mame/pc]ibmpcjr.cpp
[/branches/pcfx_modern-if/src/mame/pce]tourvis.cpp
[/branches/pcfx_modern-if/src/mame/pitronics]beta.cpp
[/branches/pcfx_modern-if/src/mame/psion]psion_pack.h psion_ssd.h
[/branches/pcfx_modern-if/src/mame/robotron]z1013.cpp
[/branches/pcfx_modern-if/src/mame/roland]roland_cm32p.cpp roland_r8.cpp
[/branches/pcfx_modern-if/src/mame/sega]sega_beena.cpp
[/branches/pcfx_modern-if/src/mame/sfrj]galaxy.cpp
[/branches/pcfx_modern-if/src/mame/sharp]pce220.cpp pce220_ser.cpp pce220_ser.h wizard.cpp
[/branches/pcfx_modern-if/src/mame/sinclair]spec_snqk.cpp timex.cpp
[/branches/pcfx_modern-if/src/mame/skeleton]c2color.cpp cd2650.cpp cosmicos.cpp digiblast.cpp easy_karaoke.cpp i7000.cpp squale.cpp
[/branches/pcfx_modern-if/src/mame/snk]ngp.cpp
[/branches/pcfx_modern-if/src/mame/sony]pockstat.cpp psxcd.h smc777.cpp
[/branches/pcfx_modern-if/src/mame/svi]svi318.cpp
[/branches/pcfx_modern-if/src/mame/ta]alphatro.cpp
[/branches/pcfx_modern-if/src/mame/tatung]einstein.cpp
[/branches/pcfx_modern-if/src/mame/telercas]tmc1800.cpp
[/branches/pcfx_modern-if/src/mame/thomson]thomson_m.cpp
[/branches/pcfx_modern-if/src/mame/ti]avigo.cpp snspell.cpp
[/branches/pcfx_modern-if/src/mame/tiger]gamecom.h gamecom_m.cpp k28m2.cpp
[/branches/pcfx_modern-if/src/mame/trs]coco_vhd.h trs80_m.cpp trs80m3_m.cpp
[/branches/pcfx_modern-if/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
[/branches/pcfx_modern-if/src/mame/ussr]lviv.h

r194993 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]
[/branches/pcfx_modern-if/src/mame]mame.lst
[/branches/pcfx_modern-if/src/mame/sega]model2.cpp

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

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

r194990 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.
[/branches/pcfx_modern-if/scripts/src]machine.lua
[/branches/pcfx_modern-if/src/devices/machine]mv6436x.cpp* mv6436x.h* vt8231_isa.cpp* vt8231_isa.h*
[/branches/pcfx_modern-if/src/mame/skeleton]pegasos2.cpp

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

r194988 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]
[/branches/pcfx_modern-if/src/mame]mame.lst
[/branches/pcfx_modern-if/src/mame/namco]namcos10.cpp

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

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

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

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

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

r194982 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]
[/branches/pcfx_modern-if/src/mame]mame.lst
[/branches/pcfx_modern-if/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
[/branches/pcfx_modern-if/src/mame/layout]comparc.lay litelrn.lay*
[/branches/pcfx_modern-if/src/mame/namco]namcos10.cpp
[/branches/pcfx_modern-if/src/mame/neogeo]neogeo.cpp
[/branches/pcfx_modern-if/src/mame/snk]miconkit.cpp
[/branches/pcfx_modern-if/src/mame/taito]taito_en.cpp taito_f3.cpp
[/branches/pcfx_modern-if/src/mame/ti]cc40.cpp snspell.cpp

r194981 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.
[/branches/pcfx_modern-if/src/mame/heathkit]h19.cpp h89.cpp tlb.cpp* tlb.h*

r194980 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]
[/branches/pcfx_modern-if/hash]fmtowns_cd.xml

r194979 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.
[/branches/pcfx_modern-if/src/mame/toshiba]paso1600.cpp pasopia.cpp pasopia7.cpp

r194978 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.
[/branches/pcfx_modern-if/src/devices/cpu/mips]mips3.cpp mips3.h mips3com.h mips3drc.cpp

r194977 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]
[/branches/pcfx_modern-if/hash]leapster.xml

r194976 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.
[/branches/pcfx_modern-if/src/devices/video]epic12.cpp epic12.h epic12in.hxx
[/branches/pcfx_modern-if/src/mame/misc]cv1k.cpp

r194975 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
[/branches/pcfx_modern-if/src/emu/debug]debugcmd.cpp

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

r194973 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]
[/branches/pcfx_modern-if/src/mame/luxor]abc80.cpp abc80.h abc80_v.cpp

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

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

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

r194969 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.
[/branches/pcfx_modern-if/hash]mobigo_cart.xml

r194968 Sunday 2nd April, 2023 at 01:07:16 UTC by R. Belmont
3rdparty.lua: Windows Clang needs another warning suppression for PortAudio. [R. Belmont]
[/branches/pcfx_modern-if/scripts/src]3rdparty.lua
[/branches/pcfx_modern-if/src/devices/machine]t10mmc.cpp
[/branches/pcfx_modern-if/src/devices/video]huc6272.cpp huc6272.h
[/branches/pcfx_modern-if/src/mame/nec]pcfx.cpp

r194967 Wednesday 5th April, 2023 at 18:49:10 UTC by Vasantha Crabb
Fixed various bugs:

bus/nubus/nubus_image.cpp: Fixed failure to allocate memory for the
image (regressed in b8c338858a101d14308c64c87b0f714db4f05326).

bus/nes/karastudio.cpp, bus/nes/sunsoft_dcs.cpp: Fixed stack smash when
loading loose software.

Addressed some Lua engine fallout from running things in coroutines:
* Don't crash accessing dead Lua thread state from callbacks.
* Allow returning values via yielding functions.
* Don't run address space tap and layout view callbacks in coroutines to
 save overhead.
* Better logging of errors from callbacks.
[src/devices/bus/gba]gba_slot.cpp
[src/devices/bus/iq151]iq151.cpp
[src/devices/bus/isa]omti8621.cpp omti8621.h sc499.cpp sc499.h
[src/devices/bus/jakks_gamekey]slot.cpp
[src/devices/bus/kc]kc.cpp kc.h
[src/devices/bus/mc10]pak.h
[src/devices/bus/msx/cart]beepack.h softcard.cpp softcard.h
[src/devices/bus/mtx]exp.cpp
[src/devices/bus/neogeo]slot.cpp slot.h
[src/devices/bus/nes]aladdin.cpp aladdin.h datach.cpp datach.h karastudio.cpp karastudio.h sunsoft_dcs.cpp sunsoft_dcs.h
[src/devices/bus/nubus]nubus_image.cpp
[src/devices/bus/odyssey2]slot.cpp
[src/devices/bus/pce]pce_slot.cpp
[src/devices/bus/psx]memcard.cpp
[src/frontend/mame]luaengine.cpp luaengine.h luaengine.ipp luaengine_debug.cpp luaengine_mem.cpp luaengine_render.cpp
[src/mame/neogeo]ng_memcard.cpp

r194966 Wednesday 5th April, 2023 at 18:49:10 UTC by GitHub
-

r194965 Wednesday 5th April, 2023 at 11:37:10 UTC by patrick.mackinlay
m88000: fix unsigned division
[src/devices/cpu/m88000]m88000.cpp

r194964 Wednesday 5th April, 2023 at 11:30:51 UTC by patrick.mackinlay
luna88k: switch to nscsi mb89352 implementation

* implement network ram and fzrom
[src/mame/omron]luna_88k.cpp

r194963 Wednesday 5th April, 2023 at 11:30:30 UTC by patrick.mackinlay
mpc3000,segas32,x68k: switch to nscsi mb89352 implementation
[src/devices/bus/x68k]x68k_scsiext.cpp x68k_scsiext.h
[src/mame/akai]mpc3000.cpp
[src/mame/sega]segas32.cpp
[src/mame/sharp]x68k.cpp x68k.h

r194962 Wednesday 5th April, 2023 at 11:30:07 UTC by patrick.mackinlay
mb89352: retire legacy scsi device
[scripts/src]machine.lua
[src/devices/machine]mb89352.cpp mb89352.h

r194961 Wednesday 5th April, 2023 at 10:06:31 UTC by patrick.mackinlay
mb87030: add mb89351/2 variants

* implement program transfer interrupts
* suppress duplicate selection command completion
* terminate transfer command on phase mismatch
* implement message in/out ATN/ACK logic
* track interrupt output state
* minor logging improvements
[src/devices/machine]mb87030.cpp mb87030.h

r194960 Tuesday 4th April, 2023 at 22:55:07 UTC by Angelo Salese
machine/t10mmc.cpp: avoid a stack overflow if device can't read CD data, allows PC-FX menu to be useable (with CD in ...)
[/branches/pcfx_modern-if/src/devices/machine]t10mmc.cpp
[/branches/pcfx_modern-if/src/devices/video]huc6272.cpp

r194959 Tuesday 4th April, 2023 at 22:47:44 UTC by Angelo Salese
video/huc6272.cpp: modernize handler interface
[/branches/pcfx_modern-if/src/devices/video]huc6272.cpp huc6272.h
[/branches/pcfx_modern-if/src/mame/nec]pcfx.cpp

r194958 Sunday 2nd April, 2023 at 00:10:36 UTC by Angelo Salese
fix: MT#07261
[/branches]pcfx_modern-if*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team