Note Feed

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

Previous 50 199869 Revisions Next 50

r192184 Tuesday 14th February, 2023 at 18:29:14 UTC by wilbertpol
bus/msx/cart/msxdos2.cpp: Added full MSX-DOS2 support. (#10893)

New working software list items (msx1_cart.xml)
------------------------------
Japanese MSX-DOS 2.20 (Japan, 256KB)
Japanese MSX-DOS 2.20 (Japan, 256KB, alt)
Japanese MSX-DOS 2.20 (Japan, 256KB, alt 2)
Japanese MSX-DOS 2.20 (Japan, 128KB)
Japanese MSX-DOS 2.20 (Japan)
MSX-DOS 2.20 (Europe)
[hash]msx2_cart.xml
[src/devices/bus/msx/cart]cartridge.cpp msxdos2.cpp msxdos2.h

r192183 Tuesday 14th February, 2023 at 18:23:22 UTC by wilbertpol
bus/msx/cart/ram.cpp: Added RAM expansion cartridges. (#10888)
[scripts/src]bus.lua
[src/devices/bus/msx/cart]cartridge.cpp ram.cpp* ram.h*
[src/devices/bus/msx/slot]cartridge.h

r192182 Tuesday 14th February, 2023 at 18:04:05 UTC by David Haywood
snk/hng64_v.cpp: Improved rendering: (#10891)

* Filter out most (but not all) the bad polygons in roadedge/xrally by handling display list more correctly.
* Fixed 4bpp texture handling (used extensively for background details on sams64/sams64_2).
* Added 4bpp texture decode for easy viewing of the 4bpp texture pages.
* Fixed some texture palette issues connected to the 4bpp textures and incorrect enable bits being used (wheels and windscreen palette in racing games for example).
* Found a flag that seems to enable backface culling, improves bbust2 school bus without breaking roadedge.
* Cleaned up logging.
[src/devices/sound]l7a1045_l6028_dsp_a.cpp
[src/mame/snk]hng64.cpp hng64.h hng64_3d.ipp hng64_a.cpp hng64_v.cpp

r192181 Tuesday 14th February, 2023 at 17:07:07 UTC by Osso
atari/klax.cpp, atari/liberatr.cpp, atari/metalmx.cpp, atari/nitedrvr.cpp: consolidated drivers in single files
[src/mame/atari]klax.cpp klax.h klax_v.cpp liberatr.cpp liberatr.h liberatr_v.cpp metalmx.cpp metalmx.h nitedrvr.cpp nitedrvr.h nitedrvr_a.cpp nitedrvr_a.h* nitedrvr_m.cpp nitedrvr_v.cpp

r192180 Tuesday 14th February, 2023 at 14:33:27 UTC by hap
New working clones
------------------
SegaSonic Cosmo Fighter (World) [IAMAMAZING100]
[src/mame]mame.lst
[src/mame/sega]segac2.cpp

r192179 Tuesday 14th February, 2023 at 14:11:48 UTC by hap
nsnova, scorpio68, supremo: small tweak to internal artwork
[src/mame/fidelity]csc.cpp
[src/mame/handheld]hh_cop400.cpp
[src/mame/layout]mchess.lay novag_scorpio68k.lay novag_snova.lay novag_supremo.lay
[src/mame/novag]cforte.cpp const.cpp diablo.cpp sexpert.cpp snova.cpp
[src/mame/tiger]k28m2.cpp

r192178 Tuesday 14th February, 2023 at 14:11:47 UTC by hap
New working clones
------------------
T.T Spacian Part-2 [anonymous]
[src/mame]mame.lst
[src/mame/galaxian]galaxian.cpp
[src/mame/midw8080]8080bw.cpp

r192177 Monday 13th February, 2023 at 21:16:43 UTC by clawgrip
misc/megaphx.cpp: Fix typo on xtal frequency on ASCII PCB schematic (#10898)
[src/mame/misc]megaphx.cpp

r192176 Monday 13th February, 2023 at 16:03:36 UTC by Osso
atari\offtwall.cpp, atari\orbit.cpp, atari\poolshrk.cpp, atari\rampart.cpp, atari\relief.cpp, atari\shuuz.cpp, atari\skullxbo.cpp: consolidated drivers in single files
[src/mame/atari]offtwall.cpp offtwall.h offtwall_v.cpp orbit.cpp orbit.h orbit_a.cpp orbit_a.h* orbit_v.cpp poolshrk.cpp poolshrk.h poolshrk_a.cpp poolshrk_a.h* poolshrk_v.cpp rampart.cpp rampart.h rampart_v.cpp relief.cpp relief.h relief_v.cpp shuuz.cpp shuuz.h shuuz_v.cpp skullxbo.cpp skullxbo.h skullxbo_v.cpp

r192175 Monday 13th February, 2023 at 08:52:56 UTC by Angelo Salese
machine/amigafdc.cpp: simplify dsksync behaviour, makes swordsod and itcame to boot without hacks at very least (#10895)
[/branches/new68k/src/devices/machine]amigafdc.cpp

r192174 Monday 13th February, 2023 at 08:35:31 UTC by patrick.mackinlay
ncr53c90: trigger function complete interrupt on disable selection command
[src/devices/machine]ncr53c90.cpp

r192173 Monday 13th February, 2023 at 08:33:51 UTC by patrick.mackinlay
tp881v: update notes
[src/devices/bus/vme]tp881v.cpp tp881v.h

r192172 Monday 13th February, 2023 at 08:32:29 UTC by patrick.mackinlay
mc88200: improve initial mapping logic
[src/devices/machine]mc88200.cpp

r192171 Monday 13th February, 2023 at 08:32:29 UTC by GitHub
-

r192170 Monday 13th February, 2023 at 04:47:07 UTC by Angelo Salese
misc/xtom3d.cpp: add Pump It Up (#10861)

* misc/xtom3d.cpp: preliminary pumpit1 hookup

* New systems marked not working
----------------------------------
Pump It Up: The 1st Dance Floor [ATR4X, Gergc, Pawprint, infamouspat, Ruubbinnexx, H4M573R, Angelo Salese, Hammy]
[/branches/pc_i440bx/src/mame]mame.lst
[/branches/pc_i440bx/src/mame/misc]xtom3d.cpp

r192169 Monday 13th February, 2023 at 00:50:35 UTC by AJR
d88_dsk.cpp, dsk_dsk.cpp: Mitigate against rot in legacy floppy code
[src/lib/formats]d88_dsk.cpp dsk_dsk.cpp

r192168 Monday 13th February, 2023 at 00:16:07 UTC by AJR
xmlfile.cpp: Replace implementation of normalize_string with similar one in infoxml.cpp that returns a new std::string instead of a static buffer
[src/frontend/mame]clifront.cpp infoxml.cpp
[src/lib/util]xmlfile.cpp xmlfile.h

r192167 Monday 13th February, 2023 at 00:12:49 UTC by AJR
validity.cpp: Be a bit more paranoid with null pointer checks; also disallow empty strings in BIOS definitions
[src/emu]validity.cpp
[src/mame/dec]jensen.cpp

r192166 Sunday 12th February, 2023 at 21:44:02 UTC by AJR
thedealr: Identify memory reset input as such
[src/mame/seta]thedealr.cpp

r192165 Sunday 12th February, 2023 at 21:23:40 UTC by Angelo Salese
New systems marked not working
----------------------------------
Pump It Up: The 1st Dance Floor [ATR4X, Gergc, Pawprint, infamouspat, Ruubbinnexx, H4M573R, Angelo Salese, Hammy]
[/branches/pc_i440bx-pumpit/src/mame]mame.lst
[/branches/pc_i440bx-pumpit/src/mame/misc]xtom3d.cpp

r192164 Sunday 12th February, 2023 at 20:36:45 UTC by AJR
debughlp.cpp: Use ovectorstream instead of static char array and sprintf
[src/emu/debug]debughlp.cpp debughlp.h

r192163 Sunday 12th February, 2023 at 20:19:29 UTC by Osso
- sega/model2.cpp: Added Sega game ID # and ROM board ID # for Daytona USA (Revision A) [Brian Troha]

- dataeast/scregg.cpp: Corrected ROM labels for Eggs (USA) and documented BPROM type [Brian Troha]
[src/mame/dataeast]scregg.cpp
[src/mame/sega]model2.cpp

r192162 Sunday 12th February, 2023 at 19:30:47 UTC by Angelo Salese
machine/amigafdc.cpp: simplify dsksync behaviour, makes swordsod and itcame to boot without hacks at very least
[/branches/new68k_amigafdc/src/devices/machine]amigafdc.cpp

r192161 Sunday 29th January, 2023 at 18:22:45 UTC by Olivier Galibert
emumem: Fix delegates on delay methods
m68000: Fix the vpa timings
mac128: Use vpa for the via
[/branches]new68k_amigafdc*

r192160 Sunday 12th February, 2023 at 17:32:08 UTC by Carl
m20: fix vram
[src/mame/olivetti]m20.cpp m20_8086.cpp

r192159 Sunday 12th February, 2023 at 15:16:36 UTC by Dirk Best
New working software list items
-------------------------------
amiga_workbench: Workbench 1.3.3 (UK) [fsck.technology]

Also rename Workbench entries from wbenc* to the much more common wb*
[hash]amiga_workbench.xml

r192158 Sunday 12th February, 2023 at 07:42:43 UTC by Osso
atari/skydiver.cpp, atari/sprint4_a.h: a couple more cleanups
[src/mame/atari]skydiver.cpp sprint4_a.h

r192157 Sunday 12th February, 2023 at 01:26:01 UTC by Carl
i386: add fxsave and fxstor
[src/devices/cpu/i386]pentops.hxx

r192156 Sunday 12th February, 2023 at 00:38:34 UTC by AJR
unzip.cpp: Minor logging improvement
[src/lib/util]unzip.cpp

r192155 Saturday 11th February, 2023 at 21:33:55 UTC by Vasantha Crabb
msx1_cart.xml: If one ROM in an area needs a loading offset, put an offset on all ROMs in the area.
[hash]msx1_cart.xml

r192154 Saturday 11th February, 2023 at 21:24:12 UTC by wilbertpol
msx1_cart.xml: Hexadecimal sizes, explicitly configure loading for smaller images, add information and usage notes. (#10883)

* Use hexadecimal sizes.
* Added a feature to explicitly indicate where in memory cartridges without mappers should be loaded.
* Updated serial, isbn, gtin, and usage notes.
* Updated versions in Arabic releases and added Arabic alt_titles.
[hash]msx1_cart.xml msx2_cart.xml
[src/devices/bus/msx/cart]nomapper.cpp
[src/devices/bus/msx/slot]cartridge.h

r192153 Saturday 11th February, 2023 at 18:09:14 UTC by Vasantha Crabb
-osd/windows/winutil.cpp: Better way to get module handle.

* This was leftover support for Windows 2000 and earlier that hadn't
 been cleaned up.

-atari: Don't forget your #include guards!
[src/mame/atari]skydiver_a.h skyraid_a.h sprint2_a.h sprint8_a.h starshp1.cpp starshp1_a.h subs_a.h tank8_a.h triplhnt_a.cpp triplhnt_a.h videopin_a.h
[src/osd/modules/input]input_dinput.h
[src/osd/windows]winutil.cpp

r192152 Saturday 11th February, 2023 at 18:06:59 UTC by 987123879113
-machine/ncr53c90.cpp: Fixed issues with DMA transfers. (#10870)

* Also added NCR53CF96 device as an alias.

-nscsi/cd.cpp: Handle larger INQUIRY sizes (Solaris 2.6 requests 48 bytes).
[src/devices/bus/nscsi]cd.cpp
[src/devices/machine]ncr53c90.cpp ncr53c90.h

r192151 Saturday 11th February, 2023 at 13:29:27 UTC by Osso
capcom/tigeroad.cpp: verified ROMs/PROM dumps, dumped PLDs, corrected clocks and ROM labels for pushman [f205v]
[src/mame/capcom]tigeroad.cpp tigeroad.h

r192150 Saturday 11th February, 2023 at 11:48:21 UTC by holub
amstrad.cpp: palette fix (MT08506) (#10887)
[src/mame/amstrad]amstrad_m.cpp

r192149 Saturday 11th February, 2023 at 11:42:06 UTC by hap
the other usgames: add "corporation" to companyname
[hash]a2600.xml
[src/mame/handheld]hh_pic16.cpp hh_tms1k.cpp

r192148 Saturday 11th February, 2023 at 08:22:44 UTC by Osso
New working clones
------------------
Ms. Pac-Man ('Made in Greece' Enavi bootleg) [H4M573R]
[src/mame]mame.lst
[src/mame/pacman]pacman.cpp

r192147 Saturday 11th February, 2023 at 00:16:32 UTC by hap
usgames: add "inc" to companyname
[src/mame/chess]regence.cpp
[src/mame/misc]potgoldu.cpp usgames.cpp
[src/mame/nintendo]cothello.cpp
[src/mame/novag]const.cpp

r192146 Friday 10th February, 2023 at 22:50:03 UTC by Osso
New working clones
------------------
Games V25.1 [Brian Troha, The Dumping Union]

- misc/usgames.cpp: Identified the Play and the Cancel buttons [Brian Troha]
[src/mame]mame.lst
[src/mame/misc]usgames.cpp

r192145 Friday 10th February, 2023 at 22:30:25 UTC by Osso
atari/skydiver.cpp, atari/skyraid.cpp, atari/sprint2.cpp, atari/sprint8.cpp, atari/starshp1.cpp, atari/subs.cpp, atari/tank8.cpp, atari/thunderj.cpp: consolidated drivers in single files
Diffstat
[src/mame/atari]skydiver.cpp skydiver.h skydiver_a.cpp skydiver_a.h* skydiver_v.cpp skyraid.cpp skyraid.h skyraid_a.cpp skyraid_a.h* skyraid_v.cpp sprint2.cpp sprint2.h sprint2_a.cpp sprint2_a.h* sprint2_v.cpp sprint8.cpp sprint8.h sprint8_a.cpp sprint8_a.h* sprint8_v.cpp starshp1.cpp starshp1.h starshp1_a.cpp starshp1_a.h* starshp1_v.cpp subs.cpp subs.h subs_a.cpp subs_a.h* subs_m.cpp subs_v.cpp tank8.cpp tank8.h tank8_a.cpp tank8_a.h* tank8_v.cpp thunderj.cpp thunderj.h thunderj_v.cpp triplhnt.cpp

r192144 Thursday 9th February, 2023 at 18:14:55 UTC by Carl
z8000: fix m20 word io writes
[src/devices/cpu/z8000]z8000.cpp
[src/mame/olivetti]m24_z8000.cpp

r192143 Thursday 9th February, 2023 at 17:05:45 UTC by Osso
atari/toobin.cpp, atari/triplhnt.cpp, atari/tunhunt.cpp. atari/videopin.cpp: consolidated drivers in single files
[src/mame/atari]toobin.cpp toobin.h toobin_v.cpp triplhnt.cpp triplhnt.h triplhnt_a.cpp triplhnt_a.h* triplhnt_v.cpp tunhunt.cpp tunhunt.h tunhunt_v.cpp videopin.cpp videopin.h videopin_a.cpp videopin_a.h* videopin_v.cpp
[src/mame/misc]cave.cpp

r192142 Thursday 9th February, 2023 at 07:43:46 UTC by patrick.mackinlay
Revert "i8255: update interrupt state with acknowledge/strobe inputs"

This reverts commit 80e0114cc49d561f384c75473e65f1ab7cd42ee8.
[src/devices/machine]i8255.cpp

r192141 Wednesday 8th February, 2023 at 19:18:03 UTC by hap
regence: add power-off nmi
[src/mame/appliedconcepts]ggm.cpp
[src/mame/chess]regence.cpp
[src/mame/novag]const.cpp
[src/mame/saitek]ssystem3.cpp

r192140 Wednesday 8th February, 2023 at 17:04:18 UTC by Osso
atari/ultratnk.cpp, atari/vindictr.cpp, atari/xybots.cpp: consolidated drivers in single files
[src/mame/atari]ultratnk.cpp ultratnk.h ultratnk_v.cpp vindictr.cpp vindictr.h vindictr_v.cpp wolfpack.cpp wolfpack.h wolfpack_v.cpp xybots.cpp xybots.h xybots_v.cpp

r192139 Wednesday 8th February, 2023 at 14:55:55 UTC by brian.johnson
bus/nabupc: Added hard disk controller card. (#10880)
[scripts/src]bus.lua
[src/devices/bus/nabupc]hdd.cpp* hdd.h* option.cpp

r192138 Wednesday 8th February, 2023 at 14:49:46 UTC by Vasantha Crabb
Miscellaneous cleanup:

* Got rid of a few more unnecessary uses of simple_list.
* bus/amiga/zorro: Got rid of a pointer member that would make adding
 save state support unnecessarily difficult.
* nichibutsu/cop01.cpp: Remove need to remove devices from machine
 config.
[scripts/src]bus.lua
[src/devices/bus/amiga/zorro]zorro.cpp zorro.h
[src/devices/bus/isa]isa.cpp isa.h
[src/devices/bus/tanbus]tanbus.cpp tanbus.h
[src/devices/bus/vme]vme.cpp vme.h
[src/mame/motorola]sys1121.cpp
[src/mame/nichibutsu]cop01.cpp

r192137 Wednesday 8th February, 2023 at 14:39:43 UTC by clawgrip
megaphx.cpp: Added ASCII PCB diagrams and placeholders for PLDs on YoYo Spell. (#10881)
[src/mame/misc]megaphx.cpp

r192136 Wednesday 8th February, 2023 at 11:40:24 UTC by patrick.mackinlay
New systems marked not working

------------------------------
Tadpole Technology TP881V [Plamen Mihaylov]
[scripts/src]bus.lua
[src/devices/bus/vme]tp881v.cpp* tp881v.h*
[src/mame/motorola]sys1121.cpp

r192135 Tuesday 7th February, 2023 at 23:24:48 UTC by hap
New working software list items
-------------------------------
ggm: Gruenfeld Edition: Master Chess Openings, Odin Edition: Master Reversi [Berger]
[hash]ggm.xml
[src/mame/appliedconcepts]ggm.cpp
[src/mame/handheld]hh_tms1k.cpp hh_ucom4.cpp
[src/mame/layout]aci_ggm.lay
[src/mame/namco]namcos11.cpp
[src/mame/nintendo]cothello.cpp
[src/mame/seibu]seibuspi.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team