Note Feed

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

Previous 50 199869 Revisions Next 50

r187357 Thursday 9th June, 2022 at 09:24:22 UTC by hap
mame/includes: remove 2 files i forgot to delete ages ago
[src/mame/includes]ckingbase.h cxgbase.h

r187356 Thursday 9th June, 2022 at 03:05:32 UTC by R. Belmont
New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Blicks [Darksoft, Team Europe, R. Belmont]
[src/mame]mame.lst
[src/mame/drivers]segasm1.cpp

r187355 Wednesday 8th June, 2022 at 23:00:39 UTC by hap
audio/cclimber: assert on rom region size
[src/mame/audio]cclimber.cpp

r187354 Wednesday 8th June, 2022 at 22:22:56 UTC by hap
audio/cclimber: use a timer+dac instead of MAME samples, add support for looping
[src/mame/audio]cclimber.cpp cclimber.h
[src/mame/drivers]cclimber.cpp

r187353 Wednesday 8th June, 2022 at 22:22:56 UTC by hap
toprollr: correct playfield visible area
[src/mame/video]cclimber.cpp

r187352 Wednesday 8th June, 2022 at 17:26:49 UTC by Ryan Holtz
cpu/dps56156, plygonet.cpp: DSP56156 fixes and plygonet.cpp cleanup: (#9894) [Ryan Holtz]

* cpu/dsp56156: Fixed ANDI, fixed BFCLR errata, fixed DEC24 not affecting flags.
* cpu/dsp56156: Added proper devcb_write16 for Port C output.
* plygonet.cpp: Fixed banking and tightened up VRAM access.
* plygonet.cpp: Account for endianness in tilemap accesses.
* plygonet.cpp: Switched to logmacro, merged into one file, and general code cleanup.
[scripts/target/mame]arcade.lua
[src/devices/cpu/dsp56156]dsp56156.cpp dsp56156.h dsp56mem.cpp dsp56ops.hxx
[src/mame/drivers]plygonet.cpp
[src/mame/includes]plygonet.h
[src/mame/video]plygonet.cpp

r187351 Wednesday 8th June, 2022 at 16:50:21 UTC by Olivier Galibert
How did the CI manage to compile already?
[scripts/target/mame]ci.lua nl.lua

r187350 Wednesday 8th June, 2022 at 16:44:34 UTC by Olivier Galibert
Remove header file that doesn't exist anymore from tiny.lua and ci.lua
[scripts/target/mame]ci.lua tiny.lua

r187349 Wednesday 8th June, 2022 at 15:03:40 UTC by arcadeshadow
ibm5170.xml: 18 new software additions (#9891)

* ibm5170.xml: 18 new software additions

New working software list additions
-----------------------------------
Alone in the Dark (France, newer) [abandonware-france.org]
Commander Keen in Secret of the Oracle (shareware) [bpc908, archive.org]
Duke Nukem II (shareware, $5 Computer Store - Wiz Technology release) [bpc908, archive.org]
Gunship 2000 (3.5" HD, v469.0605) [ibmpc5150, archive.org]
Gunship 2000 (3.5" DD, v469.03) [ibmpc5150, archive.org]
Gunship 2000 (5.25" HD, v469.03) [ibmpc5150, archive.org]
Gunship 2000 (5.25" HD, v469.02) [ibmpc5150, archive.org]
Hired Guns [The Good Old Days]
Microsoft Arcade [The Good Old Days]
Microsoft Entertainment Pack [The Good Old Days]
Microsoft Entertainment Pack 2 [The Good Old Days]
Microsoft Entertainment Pack 3 [The Good Old Days]
Microsoft Entertainment Pack 4 [The Good Old Days]
Microsoft Entertainment Pack 4 (alt) [The Good Old Days]
Microsoft Flight Simulator 5.0 [The Good Old Days]
Mike Ditka Ultimate Football [The Good Old Days]
Retro City Rampage: 486 [The Good Old Days]
The Beverly Hillbillies [The Good Old Days]
[hash]ibm5170.xml

r187348 Wednesday 8th June, 2022 at 07:32:51 UTC by patrick.mackinlay
labtam: improve z80sbc interrupt handling and mapping logic
[src/devices/bus/multibus]labtam_z80sbc.cpp labtam_z80sbc.h

r187347 Wednesday 8th June, 2022 at 07:28:49 UTC by patrick.mackinlay
labtam: improve vducom palette handling and font decode
[src/devices/bus/multibus]labtam_vducom.cpp labtam_vducom.h

r187346 Wednesday 8th June, 2022 at 07:26:11 UTC by patrick.mackinlay
z80dma: ensure dma is stopped after most commands
[src/devices/machine]z80dma.cpp

r187345 Wednesday 8th June, 2022 at 07:25:35 UTC by patrick.mackinlay
am9519: interrupt requests are latched
[src/devices/machine]am9519.cpp

r187344 Wednesday 8th June, 2022 at 06:15:14 UTC by Miodrag Milanović
20pacgal: fixed regression, by connecting cts signal
[src/mame/drivers]20pacgal.cpp

r187343 Wednesday 8th June, 2022 at 05:55:14 UTC by Miodrag Milanović
rc2014: enable user to start from empty backplane configuration
[src/devices/bus/rc2014]rc2014.cpp

r187342 Wednesday 8th June, 2022 at 03:18:47 UTC by R. Belmont
mac.cpp: fix save states for all Mac II and LC series models. [R. Belmont]
[src/mame/machine]mac.cpp

r187341 Wednesday 8th June, 2022 at 03:06:27 UTC by R. Belmont
maciivx/maciivi: Properly draw all supported video modes from 1 to 16 bpp. [R. Belmont]
[src/mame/video]mac.cpp

r187340 Wednesday 8th June, 2022 at 00:12:51 UTC by hap
toprollr: correct samples base pitch
[src/mame/audio]cclimber.cpp cclimber.h
[src/mame/drivers]cclimber.cpp galaxian.cpp

r187339 Tuesday 7th June, 2022 at 22:34:58 UTC by hap
toprollr: assume coin3 is service coin (unlike coin1/coin2, makes no sound effect)
[src/mame/drivers]cclimber.cpp

r187338 Tuesday 7th June, 2022 at 21:39:57 UTC by hap
toprollr: replace rom 15.h4 with a redump from July 2001 [Lee Taylor]
[src/mame/drivers]cclimber.cpp

r187337 Tuesday 7th June, 2022 at 20:06:57 UTC by hap
toprollr: fix textlayer color problem
[src/mame/drivers]cclimber.cpp
[src/mame/includes]cclimber.h
[src/mame/video]cclimber.cpp

r187336 Tuesday 7th June, 2022 at 18:19:52 UTC by chris.swan
bus/rc2014/edge.cpp: Fix typos in comments

bus/rc2014/edge.cpp: Fix typos in comments
[src/devices/bus/rc2014]edge.cpp edge.h

r187335 Tuesday 7th June, 2022 at 09:01:14 UTC by Robbbert
Fixes for ph_04 and sis630.
[src/mame]mame.lst mess.flt
[src/mame/drivers]wpc_95.cpp

r187334 Tuesday 7th June, 2022 at 04:48:02 UTC by Vasantha Crabb
8080bw.cpp: Fixed galwars port 0 - it requires a fixed value.
[src/mame/drivers]8080bw.cpp

r187333 Tuesday 7th June, 2022 at 04:16:02 UTC by Osso
New working clones
------------------
unknown 'Pac Man with cars' gambling game [Jorge Silva]
[src/mame]mame.lst
[src/mame/drivers]4enraya.cpp

r187332 Tuesday 7th June, 2022 at 02:56:03 UTC by Osso
New working machines
--------------------
Ganbare Goemon [Jingleboy, Fluvian]
[src/mame]mame.lst
[src/mame/drivers]konmedal68k.cpp

r187331 Tuesday 7th June, 2022 at 02:28:54 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Phantom Haus (0.4) [Flipprojets.fr, PinMAME]

New clones marked as NOT_WORKING
--------------------------------
World Cup Soccer (Lx-1) [inkochnito, PinMAME]
[src/mame]mame.lst
[src/mame/drivers]wpc_95.cpp wpc_s.cpp

r187330 Tuesday 7th June, 2022 at 01:05:42 UTC by R. Belmont
excel9.cpp: Additional cleanup, made code style consistent, fixed weird spacing. [R. Belmont]
[src/devices/bus/a2bus]excel9.cpp

r187329 Monday 6th June, 2022 at 23:46:29 UTC by Michael Zapf
ti99/geneve: TIPI: Fixed crash on empty queue access and network instabilities.
[src/devices/bus/ti99/peb]tipi.cpp tipi.h

r187328 Monday 6th June, 2022 at 14:47:19 UTC by hap
safarir: use membank for the banked vram
[src/mame/drivers]safarir.cpp

r187327 Monday 6th June, 2022 at 14:00:03 UTC by hap
New working clones
------------------
Mephisto Monte Carlo IV [anonymous]
[src/mame]mame.lst
[src/mame/drivers]mephisto_montec.cpp

r187326 Monday 6th June, 2022 at 13:59:14 UTC by hap
segas16b_isgsm: remove unneeded bitswaps
[src/mame/drivers]segas16b_isgsm.cpp

r187325 Monday 6th June, 2022 at 11:46:52 UTC by hap
segas16sb: move isgsm driver to its own file
[scripts/target/mame]arcade.lua nl.lua
[src/mame]arcade.flt mame.lst nl.lst
[src/mame/drivers]segas16b.cpp segas16b_isgsm.cpp*
[src/mame/includes]segas16b.h

r187324 Monday 6th June, 2022 at 11:37:08 UTC by Miodrag Milanović
New working clones
------------------
RC2014 Micro [Miodrag Milanovic]
SC203 - Modular Z180 Computer [Miodrag Milanovic]
SC105 - Modular Backplane (RC2014) [Miodrag Milanovic]
SC112 - Modular Backplane (RC2014) [Miodrag Milanovic]
SC116 - Modular Backplane (RC2014) [Miodrag Milanovic]
SC133 - Modular Backplane (RC2014) [Miodrag Milanovic]
[scripts/src]bus.lua
[src/devices/bus/rc2014]edge.cpp* edge.h* micro.cpp modules.cpp modules.h rc2014.cpp rc2014.h romram.cpp romram.h serial.cpp z180cpu.cpp* z180cpu.h*
[src/mame]mame.lst
[src/mame/drivers]rc2014.cpp

r187323 Monday 6th June, 2022 at 08:48:41 UTC by Miodrag Milanović
Z180 ASCI (#9762)

New working machines
-----------------------------------
Micromint SB180 [Miodrag Milanovic]

-z180: implemented ASCI serial communication [Miodrag Milanovic]
-tim011: hookup serial keyboard [Miodrag Milanovic]

-20pacgal:  Add support for terminal
[scripts/src]cpu.lua
[scripts/target/mame]mess.lua
[src/devices/cpu/z180]z180.cpp z180.h z180asci.cpp* z180asci.h*
[src/mame]mame.lst mess.flt
[src/mame/drivers]20pacgal.cpp sb180.cpp* tim011.cpp
[src/mame/includes]20pacgal.h

r187322 Monday 6th June, 2022 at 03:10:17 UTC by Vasantha Crabb
bgfx: Honour antialias flag on textured quad primitives (fixes MT08340).
[src/osd/modules/render]drawbgfx.cpp

r187321 Monday 6th June, 2022 at 02:27:26 UTC by R. Belmont
apple2: support for the Excel-9 6809 card, which runs Flex09. [Rob Justice, R. Belmont]
[scripts/src]bus.lua
[src/devices/bus/a2bus]cards.cpp excel9.cpp* excel9.h*

r187320 Sunday 5th June, 2022 at 23:54:27 UTC by Carl
ega: latch start address
[src/devices/video]crtc_ega.cpp crtc_ega.h

r187319 Sunday 5th June, 2022 at 22:27:28 UTC by iceknigh7
[specpls3_flop.xml] Added 7 dumps, cleanup (#9877)

* [specpls3_flop.xml] Added 3 dumps, cleanup

Softlist additions:
- Sol Negro: Both sides of the original Spanish edition, with the disk protection intact (which crashes MAME). Previous entry had been cracked to remove protection. [Fede Jerez]
- Simulation Hits (Spain) : Best available dump of Side B. [Fede Jerez]
- LED Storm Rally 2011: Both sides of the original protected dump (also crashes MAME). [Tom Dalby]
- Manic Pietro [Spectrum Computing]
- Tiki Taca [Spectrum Computing]

Multiple cleanups including removal of empty side labels, useless "offset", changing "Spa" to "Spain", etc.

Ordered all entries alphabetically, now the softlist is way easier to navigate/update and IPF parents are next to their respective clones. As in other softlists, SPS releases are already labeled as such.

Added instructions on loading +3 disks and other observations. Reworded, merged and updated some of the existing comments.
[hash]specpls3_flop.xml

r187318 Sunday 5th June, 2022 at 21:41:36 UTC by simzy39
su2000.cpp: add notes: SD2000 and SU2000 hardware, list of games (#9672)

* su2000.cpp: distinguish SD2000 and SU2000, and add game list

-First attempt at listing that there are SU2000 (Stand Up) and SD2000 (Sit Down) models
-Attempt at listing the 2000 platform's software, but currently don't know what games are SU or SD only
-Added a link to SU2000 Technical Manual
[src/mame/drivers]su2000.cpp

r187317 Sunday 5th June, 2022 at 21:40:20 UTC by clawgrip
New WORKING clone (#9863)

* New WORKING clone
---------------------------
Kung-Fu Senjyo (bootleg, Spanish) [Asociación Retroclub]

* m62.cpp: Reformatted single-line comments.
[src/mame]mame.lst
[src/mame/drivers]m62.cpp

r187316 Sunday 5th June, 2022 at 21:39:05 UTC by clawgrip
New NOT_WORKING machine (#9862)

* New NOT_WORKING machine
-----------------------------------
Frenzy Express [Museo del Recreativo]
[scripts/target/mame]arcade.lua
[src/mame]arcade.flt mame.lst
[src/mame/drivers]frenzyxprss.cpp*

r187315 Sunday 5th June, 2022 at 21:38:12 UTC by clawgrip
New NOT_WORKING machine (#9870)

* New NOT_WORKING machine
------------------------
Jungle Treasures [Museo del Recreativo]
[src/mame]mame.lst
[src/mame/drivers]pluto5.cpp

r187314 Sunday 5th June, 2022 at 21:37:51 UTC by clawgrip
New NOT_WORKING machines (#9856)

* New NOT_WORKING machines
--------------------------------
Belly Bomber [Museo del Recreativo]
[src/mame]mame.lst
[src/mame/drivers]dangbar.cpp

r187313 Sunday 5th June, 2022 at 21:29:02 UTC by iceknigh7
[spectrum_cass] 44 new entries, 3 replacements (#9886)

* [spectrum_cass] 43 new entries, 2 replacements

New entries:
- Ballbreaker II (Zafiro) [José Manuel]
- Breakaway (Intelligent Program) [Jesús Alonso R., José Manuel, El Trastero del Spectrum]
- Contabilidad General (Micro Bit) [César Hernández Bañó]
- Cuentas Bancarias (Intelligent Program) [Qbl]
- Dangerous Maze - Rescate En El Laberinto [Fede Jerez]
- Driller (System 4) [Alberto Cuesta Cantarero, Fede Jerez]
- El Paquetazo [ICEknight, retroLEL]
- Exolon (Erbe - Serie Leyenda) [Metalbrain]
- Exterminator (Microbyte) [Fede Jerez, SPA2]
- Faraon (ABC Soft) [Fede Jerez, José Luis Soler]
- FIAO [Spectrum Computing]
- Head Over Heels (IBSA - Serie Leyenda) [Fede Jerez]
- Henry's Hoard (System 4) [Metalbrain ]
- Hypa Raid (Z Cobra) [José Luis Soler]
- Legend [Fede Jerez]
- Libreria De Software Spectrum (Issue 11) [Juan Pablo López]
- Libreria De Software Spectrum (Issue 20) - Night [Qbl]
- Mad Mix Game (Topo Soft) [SPA2]
- Mad Mix Game (Spectrum + Amstrad) Side B [SPA2]
- Memoedit [César Hernández]
- Monte Dorado [Spectrum Computing]
- North Star (Erbe - Serie Leyenda) [Metalbrain ]
- Ocean Racer (System 4) [Alberto Cuesta Cantarero, Fede Jerez]
- Pioneer (Z Cobra) [Alberto Cuesta Cantarero, Fede Jerez]
- Prefijos Mundiales [Museu LOAD ZX Spectrum]
- Pro Golf II (System 4) [Alberto Cuesta Cantarero, Fede Jerez]
- Robot Rumpus (Z Cobra) [Metalbrain ]
- Rocas Bingo [Óscar Mira]
- Sarlmoor (Z Cobra) [José Manuel]
- Stardust (IBSA - Serie Leyenda) [SPA2]
- Subbuteo (System 4) [SPA2]
- Supercalco [Spectrum Computing]
- Tapper (Erbe) [Leovanifer ]
- The Brick [Mode2, Metalbrain]
- The Goonies - Small Case (Erbe) [Metalbrain ]
- Through The Trap Door (System 4) [ICEknight, retroLEL]
- Tiki Taka [SPA2]
- Uwol Quest For Money (Interface 2 Version) [SPA2]
- Venusian Invaders [Spectrum Computing]
- Viaje al Centro de la Tierra [SPA2]
- Viaje al Centro de la Tierra - Versión Extendida [SPA2]
- Viaje al Centro de la Tierra - Versión Extendida (levels 4 and 5) [SPA2]
- Viaje Al Centro De La Tierra - Versión Extendida (10 Aniversario) [Mojonia]

Replaced:
- Cobra's Arc (medium case) [Miguel G. Prada, José Luis Soler]
- Cobra's Arc (small case) [Miguel G. Prada, José Luis Soler]
[hash]spectrum_cass.xml

r187312 Sunday 5th June, 2022 at 21:26:16 UTC by allofich
ibm5150.xml: Mark some cracked images (#9713)

* ibm5150.xml: Mark some cracked images

* ibm5150.xml: Clean up cracked image info

Also mark some more cracked images.
[hash]ibm5150.xml

r187311 Sunday 5th June, 2022 at 21:25:05 UTC by steven.coomber
c64_cass.xml: Added 14 working items (#9889)

New working software list additions
---------------------------------------
Super Cycle (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Super Dogfight (Terminal Software) [C64 Ultimate Tape Archive V2.0]
Super Hero (Codemasters) [C64 Ultimate Tape Archive V2.0]
Super Huey II (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Super Huey UH-1X (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Super Oswald (Silverrock Productions) [C64 Ultimate Tape Archive V2.0]
Super Skramble (Terminal Software) [C64 Ultimate Tape Archive V2.0]
Super Spring (Electric Dreams) [C64 Ultimate Tape Archive V2.0]
Super Stunt Man (Codemasters) [C64 Ultimate Tape Archive V2.0]
Super Trux (Elite Systems) [C64 Ultimate Tape Archive V2.0]
Super Wonder Boy (Activision) [C64 Ultimate Tape Archive V2.0]
Super Zaxxon (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Superstar Ice Hockey (Databyte) [C64 Ultimate Tape Archive V2.0]
Superstar Ping Pong (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
[hash]c64_cass.xml

r187310 Sunday 5th June, 2022 at 19:56:12 UTC by Carl
ega: irq and row preset
at: irq2 is redirected to pic2 ir1
[src/devices/bus/isa]ega.cpp ega.h
[src/devices/video]crtc_ega.cpp crtc_ega.h
[src/mame/drivers]fruitpc.cpp magtouch.cpp pcat_dyn.cpp
[src/mame/machine]apollo.cpp at.cpp

r187309 Sunday 5th June, 2022 at 18:34:52 UTC by R. Belmont
segasm1: small optmization suggested by Vas. [R. Belmont]
[src/mame/drivers]segasm1.cpp

r187308 Sunday 5th June, 2022 at 18:33:46 UTC by Vasantha Crabb
frontend/mame/infoxml.cpp: Work around an MSVCPRT shortcoming with promise types (see e.g. GitHub #9665).
[src/frontend/mame]infoxml.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team