Note Feed

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

Previous 50 199869 Revisions Next 50

r169371 Tuesday 10th November, 2020 at 03:48:33 UTC by brian.troha
New working clones
------------------
Cookie & Bibi 2 (set 2) [Kevin Eshbach, The Dumping Union]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]snowbros.cpp

r169370 Tuesday 10th November, 2020 at 01:58:10 UTC by shattered
agat.cpp: Native keyboard, video and floppy improvements. (#7449)
[/branches/fmrewrite/scripts/target/mame]mess.lua
[/branches/fmrewrite/src/devices/bus/a2bus]agat_fdc.cpp
[/branches/fmrewrite/src/mame/drivers]agat.cpp
[/branches/fmrewrite/src/mame/machine]agatkeyb.cpp* agatkeyb.h*
[/branches/fmrewrite/src/mame/video]agat7.cpp

r169369 Monday 9th November, 2020 at 20:46:56 UTC by Scott Stone
- vgmplay.xml:  Added 11 new entries from most recent package release + some shortname consistency fixes [vgmrips.net, Tafoid]
[/branches/fmrewrite/hash]vgmplay.xml

r169368 Monday 9th November, 2020 at 20:25:07 UTC by Osso
stv.xml: fixed validation error I introduced
[/branches/fmrewrite/hash]stv.xml

r169367 Monday 9th November, 2020 at 19:36:46 UTC by Osso
meadows.cpp: fixed MT07783
[/branches/fmrewrite/src/mame/drivers]meadows.cpp
[/branches/fmrewrite/src/mame/includes]meadows.h
[/branches/fmrewrite/src/mame/video]meadows.cpp

r169366 Monday 9th November, 2020 at 18:52:06 UTC by Olivier Galibert
Fix the opl4 low byte order in 12bits so that it matches the datasheet and the multipcm (GEW8) [O. Galibert]
[/branches/fmrewrite/src/devices/sound]ymf278b.cpp

r169365 Monday 9th November, 2020 at 17:55:44 UTC by Osso
stv.cpp, stv.xml: fixed MT07782. Also added missing set to stv.xml
[/branches/fmrewrite/hash]stv.xml
[/branches/fmrewrite/src/mame/drivers]stv.cpp

r169364 Monday 9th November, 2020 at 17:34:11 UTC by Osso
- neogeo.cpp, neogeo.xml: fixed MT07785

- amiga: initialized variable that was causing crashes in drvnoclear builds
[/branches/fmrewrite/hash]neogeo.xml
[/branches/fmrewrite/src/mame/drivers]neogeo.cpp
[/branches/fmrewrite/src/mame/includes]amiga.h

r169363 Monday 9th November, 2020 at 08:41:11 UTC by cam900
slapshot.cpp: Updated comment - MC68000P12F is rated for 16 MHz (#7457)
[/branches/fmrewrite/src/mame/drivers]slapshot.cpp

r169362 Monday 9th November, 2020 at 07:18:38 UTC by Olivier Galibert
mu5: Some lcd fixes [O. Galibert]
[/branches/fmrewrite/src/mame/drivers]ymmu5.cpp

r169361 Monday 9th November, 2020 at 01:34:44 UTC by R. Belmont
Add missing file.
[/branches/fmrewrite/src/devices/sound]multipcm.h

r169360 Sunday 8th November, 2020 at 22:49:19 UTC by R. Belmont
multipcm: Found the real 12-bit format flag. [R. Belmont]

mu5: Adjusted PCM clock closer to correct. [R. Belmont]
[/branches/fmrewrite/src/devices/sound]multipcm.cpp
[/branches/fmrewrite/src/mame/drivers]ymmu5.cpp

r169359 Sunday 8th November, 2020 at 22:13:20 UTC by Olivier Galibert
multipcm: fix the 12bits mode decoding, the trigger bit is incorrect though [O. Galibert]
[/branches/fmrewrite/src/devices/sound]multipcm.cpp

r169358 Sunday 8th November, 2020 at 18:30:53 UTC by rfka01
mface.cpp: Multiface 3 clone ROM is bigger than the others.  (#7452)

Clone uses a 16K ROM with identical halves – just ignoring the second half.
[/branches/fmrewrite/src/devices/bus/spectrum]mface.cpp

r169357 Sunday 8th November, 2020 at 18:28:31 UTC by clawgrip
New clones marked as NOT_WORKING (#7453)

--------------------------------
Olympic Darts K7 (v3.00) [jordigahan, ClawGrip]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]4enlinea.cpp

r169356 Sunday 8th November, 2020 at 18:09:18 UTC by Vasantha Crabb
Got rid of a couple of easy auto_alloc_array
[/branches/fmrewrite/docs/source/techspecs]device_memory_interface.rst
[/branches/fmrewrite/src/devices/video]stvvdp1.cpp
[/branches/fmrewrite/src/lib/formats]tzx_cas.cpp
[/branches/fmrewrite/src/mame/includes]saturn.h

r169355 Sunday 8th November, 2020 at 17:59:53 UTC by R. Belmont
multipcm: fix endianness of word reads.  Some 12-bit samples sound almost reasonable now. [R. Belmont]
[/branches/fmrewrite/src/devices/sound]multipcm.cpp

r169354 Sunday 8th November, 2020 at 16:55:50 UTC by Vasantha Crabb
-emu/dirom.{h,ipp}: Cleaned up and made it stricter.
* Made it an error to specify address map and explicit ROM region.
* Made it an error if explicitly specified ROM region is not found.
* Made the ROM region tag apply relative to the current device.

-Cleaned up formatting for a couple more documentation pages.
[/branches/fmrewrite/docs/source/techspecs]device_memory_interface.rst device_rom_interface.rst memory.rst
[/branches/fmrewrite/src/emu]dimemory.cpp dirom.h dirom.ipp
[/branches/fmrewrite/src/mame/includes]hnayayoi.h

r169353 Sunday 8th November, 2020 at 15:11:03 UTC by Robbbert
sm8521: added instructions as per issue #7451
[/branches/fmrewrite/src/devices/cpu/sm8500]sm8500d.cpp sm85ops.h

r169352 Sunday 8th November, 2020 at 13:57:21 UTC by Vasantha Crabb
docs: Wrote another section of object finder documentation.

Also improved formatting of code snippets in a few pages.
[/branches/fmrewrite/docs/source/techspecs]layout_files.rst memory.rst object_finders.rst
[/branches/fmrewrite/src/mame/drivers]atarisy1.cpp dooyong.cpp segaxbd.cpp
[/branches/fmrewrite/src/mame/includes]atarisy1.h
[/branches/fmrewrite/src/mame/machine]tnzs.cpp
[/branches/fmrewrite/src/mame/video]avgdvg.cpp

r169351 Sunday 8th November, 2020 at 12:53:41 UTC by Jonathan Gevaryahu
video/avgdvg.cpp: Fix a bug (pre-dating the recent conversion to bitswap) in the sparkle LFSR preset load value, and add a comment explaining what the source is for bits 4, 5 and 6 of the preset load value. [Lord Nightmare]
[/branches/fmrewrite/src/mame/video]avgdvg.cpp

r169350 Sunday 8th November, 2020 at 09:00:09 UTC by Osso
system1.cpp: zeroed m_dakkochn_mux_data at machine_reset(), like it was before e13d0d433e70b6f7797f35ba770c4e8e83edf07c
[/branches/fmrewrite/src/mame/drivers]system1.cpp

r169349 Saturday 7th November, 2020 at 20:52:28 UTC by Olivier Galibert
Post b8c33885 fixes: hyperduel, indigo, and all pic16c5x games
[/branches/fmrewrite/src/devices/cpu/pic16c5x]pic16c5x.cpp
[/branches/fmrewrite/src/mame/drivers]hyprduel.cpp indigo.cpp

r169348 Saturday 7th November, 2020 at 18:43:57 UTC by Vasantha Crabb
emu/devfind.h: Added missing memory_share_array_creator.

Also some miscellaneous tidying up.
[/branches/fmrewrite/docs/source/techspecs]object_finders.rst
[/branches/fmrewrite/src/emu]devfind.h
[/branches/fmrewrite/src/lib/formats]h8_cas.cpp
[/branches/fmrewrite/src/mame/drivers]cischeat.cpp dreamwld.cpp gaelco3d.cpp galaxold.cpp
[/branches/fmrewrite/src/mame/video]btoads.cpp

r169347 Saturday 7th November, 2020 at 18:15:29 UTC by R. Belmont
apple2 updates: [R. Belmont]
- Modernized types and some minor cleanup
- Improved Zip Chip support for IIe and IIc
- Added ZipGS support for IIgs
[/branches/fmrewrite/src/mame/drivers]apple2.cpp apple2e.cpp apple2gs.cpp

r169346 Saturday 7th November, 2020 at 17:50:42 UTC by David Haywood
Plug and Play work (some working VT additions) + some non-working + 2 IQuest cartridges (#7450)

new NOT WORKING software list entries
--------------------
leapfrog_iquest_cart.xml:
start40 IQuest 4.0 Starter Pack [David Haywood, Sean Riddle, Kamaal Brown]
scig5 Science Grade 5 [David Haywood, Sean Riddle, Kamaal Brown]

new WORKING machines
--------------------
Joystick 30 [David Haywood, Sean Riddle, Kamaal Brown]
Joypad 65 [David Haywood, Sean Riddle, Kamaal Brown]

new NOT WORKING machines
--------------------
Virtual TV Soccer [David Haywood, Sean Riddle]
Cyber Arcade Pocket (JL1895) [Tim Schuerewegen]

new NOT WORKING clones
--------------------
Seal 30-in-1 (VT based, Model FN098134) [David Haywood, Team Europe]
[/branches/fmrewrite/hash]leapfrog_iquest_cart.xml*
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]leapfrog_iquest.cpp nes_clone.cpp nes_vt02_vt03.cpp nes_vt09.cpp nes_vt369_vtunknown.cpp

r169345 Saturday 7th November, 2020 at 15:09:17 UTC by Ted Green
seattle.cpp: Fix blitz99 input port mapping by setting default values for unused io bits
[/branches/fmrewrite/src/mame/drivers]seattle.cpp

r169344 Saturday 7th November, 2020 at 13:35:29 UTC by hap
arb,ggm: fix problem with install_ram
[/branches/fmrewrite/src/mame/drivers]aci_ggm.cpp ave_arb.cpp

r169343 Saturday 7th November, 2020 at 12:50:44 UTC by Olivier Galibert
Correctly fix armedf (post db79120 )
[/branches/fmrewrite/src/mame/drivers]armedf.cpp
[/branches/fmrewrite/src/mame/includes]armedf.h

r169342 Saturday 7th November, 2020 at 12:50:29 UTC by Vasantha Crabb
video/avgdvg.cpp: Fixed bwidow.cpp games, tidied up code some more.
[/branches/fmrewrite/src/mame/video]avgdvg.cpp avgdvg.h

r169341 Saturday 7th November, 2020 at 12:27:43 UTC by Osso
kongs470.cpp: minor documentation update
[/branches/fmrewrite/src/mame/drivers]kongs470.cpp

r169340 Saturday 7th November, 2020 at 12:21:59 UTC by Osso
taitopjc.cpp: decapped TMS320BC53PQ80 DSP [Caps0ff, jordigahan, ClawGrip, Philip Åkesson, Nathan Gilbert, James Sun]
[/branches/fmrewrite/src/mame/drivers]taitopjc.cpp

r169339 Saturday 7th November, 2020 at 10:55:07 UTC by Osso
-hng64.cpp: major documentation update [Guru]

-kongs470.cpp: documented release year [eientei]
[/branches/fmrewrite/src/mame/drivers]hng64.cpp kongs470.cpp

r169338 Saturday 7th November, 2020 at 08:04:42 UTC by arcadeshadow
ibm5170 - New working software list additions

Added: Rise of the Triad: Dark War, The Legacy: Realm of Terror (Euro), The Prophecy (USA), Xargon: Volume 1 - Beyond Reality, Xargon: Volume 2 - The Secret Chamber, Xargon: Volume 3 - Xargon's Fury
Redumped: Alien Legacy (Disk 1 has modified ROOT - now the game is playable)
[/branches/fmrewrite/hash]ibm5170.xml

r169337 Saturday 7th November, 2020 at 07:47:08 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Trio de Bingo [Yasu]
[/branches/fmrewrite/scripts/target/mame]arcade.lua
[/branches/fmrewrite/src/mame]arcade.flt mame.lst
[/branches/fmrewrite/src/mame/drivers]kongs470.cpp*

r169336 Friday 6th November, 2020 at 22:11:58 UTC by Nigel Barnes
New working machines
--------------------
Hektor II [Nigel Barnes, Binary Dinosaurs, Centre for Computing History]

New working clones
------------------
Hektor [Nigel Barnes, Centre for Computing History]
[/branches/fmrewrite/src/emu]xtal.cpp
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]hektor.cpp

r169335 Friday 6th November, 2020 at 22:11:57 UTC by Nigel Barnes
ef9364: Erase character is now configurable, defaults to 0x00.
- Removed 1K character ROM limit.
[/branches/fmrewrite/src/devices/video]ef9364.cpp ef9364.h
[/branches/fmrewrite/src/mame/drivers]goupil.cpp

r169334 Friday 6th November, 2020 at 22:09:25 UTC by David Haywood
new Plug and Play (VT) sets (#7441)

new NOT WORKING machines
----------------------
HKB-502 268-in-1 (set 1) [jacaba]
My Arcade Caveman Ninja [Tim Schuerewegen]
Retro FC 400-in-1 [Tim Schuerewegen]
Mini Arcade Machine 240-in-1 (Red5) [ne7!]
Mini Game Player 48-in-1 [Team Europe]

new NOT WORKING clones
----------------------
E-Game! 150-in-1 [gelotus]
HKB-502 268-in-1 (set 2) [Tim Schuerewegen]
Gaming Tech CT-885 [kludge]
Cyber Arcade 200-in-1 [pascal_frigoriste]
My Arcade Retro Machine 200-in-1 (DGUN-2577) [ne7!]
240-in-1 Mini Arcade Machine (Thumbs Up) [emuboy85]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]nes_vt369_vtunknown.cpp
[/branches/fmrewrite/src/mame/machine]m6502_swap_op_d5_d6.cpp m6502_swap_op_d5_d6.h nes_vt32_soc.cpp nes_vt369_vtunknown_soc.cpp nes_vt369_vtunknown_soc.h

r169333 Friday 6th November, 2020 at 22:06:00 UTC by tim.lindner
cpu/tms7000: Fixed JPZ mnemonic and offsets for BTJO and BTJZ (inherent) in disassembly (#7421)
[/branches/fmrewrite/src/devices/cpu/tms7000]7000dasm.cpp

r169332 Friday 6th November, 2020 at 22:05:06 UTC by rfka01
Sinclair ZX Spectrum Multiface128 and diagnostic ROMs (#7429)

*bus/spectrum: Added several Multiface One and Multiface 128 ROMs.
* spectrum.cpp: Added diagnostic ROMs as BIOS options.
[/branches/fmrewrite/src/devices/bus/spectrum]mface.cpp
[/branches/fmrewrite/src/mame/drivers]spectrum.cpp

r169331 Friday 6th November, 2020 at 22:00:47 UTC by cam900
c140.cpp: Reduce duplication in fetching sample (#7439)
[/branches/fmrewrite/src/devices/sound]c140.cpp

r169330 Friday 6th November, 2020 at 21:57:56 UTC by lucien.murray.pitts
Add "n2a03" (6502 CPU clone) to gdbstub for NES, and swapped 6502  PC/SP to SP/PC (#7440)
[/branches/fmrewrite/src/osd/modules/debugger]debuggdbstub.cpp

r169329 Friday 6th November, 2020 at 21:54:39 UTC by gustavo.del.dago
Add m6809 support for gdb remote debugger.
[/branches/fmrewrite/src/osd/modules/debugger]debuggdbstub.cpp

r169328 Friday 6th November, 2020 at 21:53:35 UTC by devin.acker
centiped.cpp: add watchdog reset address to bootlegs, and nop some other address ranges to match original sets
[/branches/fmrewrite/src/mame/drivers]centiped.cpp

r169327 Friday 6th November, 2020 at 21:48:22 UTC by Vasantha Crabb
Fix build - video/decodmd3.h had got out of sync with the source.
[/branches/fmrewrite/src/mame/drivers]tomcat.cpp
[/branches/fmrewrite/src/mame/video]avgdvg.cpp decodmd3.h

r169326 Friday 6th November, 2020 at 20:56:58 UTC by Olivier Galibert
Fix f, g
[/branches/fmrewrite/src/mame/drivers]fantland.cpp fcrash.cpp fuukifg3.cpp gaelco3d.cpp galaxold.cpp
[/branches/fmrewrite/src/mame/includes]fantland.h fuukifg3.h gaelco3d.h

r169325 Friday 6th November, 2020 at 20:38:10 UTC by Vasantha Crabb
video/avgdvg.cpp: Modernised code somewhat.

bwidow is still broken, all other games seem to work.
[/branches/fmrewrite/src/emu]save.cpp save.h
[/branches/fmrewrite/src/mame/drivers]asteroid.cpp bwidow.cpp bzone.cpp mhavoc.cpp omegrace.cpp quantum.cpp starwars.cpp tempest.cpp tomcat.cpp
[/branches/fmrewrite/src/mame/video]avgdvg.cpp avgdvg.h

r169324 Friday 6th November, 2020 at 20:33:44 UTC by Samuele Zannoli
naomigd.cpp: remove usage of auto_alloc_array
[/branches/fmrewrite/src/mame/machine]naomigd.cpp naomigd.h

r169323 Friday 6th November, 2020 at 18:41:19 UTC by Samuele Zannoli
naomi: make dimm board work again after memory system changes [Samuele Zannoli]
[/branches/fmrewrite/src/mame/machine]naomigd.cpp naomigd.h

r169322 Friday 6th November, 2020 at 18:20:42 UTC by Olivier Galibert
Fix d, e
[/branches/fmrewrite/src/mame/drivers]decocass.cpp dgn_beta.cpp dgpix.cpp dreamwld.cpp eolith16.cpp
[/branches/fmrewrite/src/mame/includes]decocass.h dgn_beta.h
[/branches/fmrewrite/src/mame/machine]dgn_beta.cpp
[/branches/fmrewrite/src/mame/video]decodmd1.cpp decodmd1.h decodmd2.cpp decodmd2.h decodmd3.cpp decodmd3.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team