Note Feed

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

Previous 50 199869 Revisions Next 50

r176239 Wednesday 23rd June, 2021 at 06:08:59 UTC by Vasantha Crabb
-Miscellaneous improvements for software lists:

* Show list name in software selection menu (machines have multiple
 lists).
* Actually report software list parsing errors during validation.
* Check that software list name attribute matches filename.
* Limit software list names to 24 characters - they're getting too long,
 and they need to be practical in command lines.
* c128.cpp: Fix dangling reference to renamed software list.

-emu/ioport.cpp: Slightly better test for deselected slot cards.
[/branches/pc98_state/hash]leapfrog_leapster_explorer_cart.xml leapfrog_turboextreme_cart.xml leapfrog_turbotwistbrainquest_cart.xml leapster_explorer_cart.xml* ttwist_brainquest_cart.xml* turboextreme_cart.xml* vtech_innotv_cart.xml* vtech_innotv_innotabmax_cart.xml
[/branches/pc98_state/src/emu]diimage.cpp ioport.cpp romload.cpp softlist.cpp softlist.h softlist_dev.cpp softlist_dev.h
[/branches/pc98_state/src/frontend/mame]clifront.cpp
[/branches/pc98_state/src/frontend/mame/ui]info.cpp inifile.cpp selmenu.cpp selsoft.cpp utils.cpp utils.h
[/branches/pc98_state/src/mame/drivers]c128.cpp c64.cpp innotv_innotabmax.cpp leapfrog_iquest.cpp leapfrog_leapster_explorer.cpp

r176238 Wednesday 23rd June, 2021 at 03:44:59 UTC by Aaron Giles
hp48: Fix regression from auto_alloc changes.
[/branches/pc98_state/src/mame/machine]hp48.cpp

r176237 Wednesday 23rd June, 2021 at 03:11:04 UTC by Scott Stone
more commented rom fixes/changes
[/branches/pc98_state/src/mame/drivers]1945kiii.cpp fastinvaders.cpp

r176236 Tuesday 22nd June, 2021 at 22:10:30 UTC by Carl
vis: add memory card device
[/branches/pc98_state/scripts/src]machine.lua
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/machine]ds6417.cpp* ds6417.h*
[/branches/pc98_state/src/mame/drivers]vis.cpp

r176235 Tuesday 22nd June, 2021 at 18:31:13 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Hohner ADAM Advanced Digital/Analog Musical Instrument [DBWBP]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]hohnadam.cpp*

r176234 Tuesday 22nd June, 2021 at 17:48:18 UTC by Ryan Holtz
-sgi_mips_hdd: Added _hdd suffix to all softlist entries to prevent conflicting with the SGI CD-ROM softlist entries when both are present on a local drive. [Ryan Holtz] (#8214)
[/branches/pc98_state/hash]sgi_mips_hdd.xml

r176233 Tuesday 22nd June, 2021 at 17:13:01 UTC by Osso
- suna8.cpp: dumped PROM for starfigh [system11]

- tattack.cpp: added save state support
[/branches/pc98_state/src/mame/drivers]suna16.cpp suna8.cpp tattack.cpp

r176232 Tuesday 22nd June, 2021 at 17:11:56 UTC by Robbbert
trs80, trs80m3, vtech1: sound-related improvements
[/branches/pc98_state/hash]trs80_quik.xml
[/branches/pc98_state/src/mame/drivers]h01x.cpp vtech1.cpp
[/branches/pc98_state/src/mame/machine]trs80.cpp trs80m3.cpp

r176231 Tuesday 22nd June, 2021 at 17:07:17 UTC by hap
New working clones
------------------
Elegance Chess Challenger (model AS12) [Berger]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]fidel_as12.cpp fidel_elite.cpp fidel_sc12.cpp

r176230 Tuesday 22nd June, 2021 at 14:10:46 UTC by Vasantha Crabb
emu/ioport.cpp: Preserve configuration for slot cards when not selected.

Have you carefully tuned the sensitivity for you Atari 2600 paddles,
then realised you have to do it again after you play a joystick game and
switch back to paddles?  Or are you sick of having to reconfigure your
virtual RS232 peripherals every time you switch devices?  This will make
your life a little easier.
[/branches/pc98_state/src/emu]emufwd.h ioport.cpp ioport.h

r176229 Tuesday 22nd June, 2021 at 13:01:01 UTC by AJR
Remove emualloc.*
[/branches/pc98_state/scripts/src]emu.lua
[/branches/pc98_state/src/emu]emu.h emualloc.cpp emualloc.h emucore.h http.h render.h schedule.h tilemap.h

r176228 Tuesday 22nd June, 2021 at 12:42:42 UTC by Miodrag Milanović
Fix cross compiling benchmarks
[/branches/pc98_state/3rdparty/benchmark/src]colorprint.cc sleep.cc sysinfo.cc timers.cc

r176227 Tuesday 22nd June, 2021 at 12:42:29 UTC by Miodrag Milanović
Fix building benchmarks
[/branches/pc98_state/benchmarks]eminline_native.cpp eminline_noasm.cpp

r176226 Tuesday 22nd June, 2021 at 12:42:16 UTC by Miodrag Milanović
Fix building mametest
[/branches/pc98_state/tests/lib/util]options.cpp

r176225 Tuesday 22nd June, 2021 at 11:13:03 UTC by Vasantha Crabb
cpu/alto2: Fixed allocation widths for decoded ROMs, and removed a bunch of reinterpret_cast.
[/branches/pc98_state/src/devices/cpu/alto2]a2disp.cpp a2ether.cpp a2hw.cpp a2mouse.cpp a2roms.cpp a2roms.h alto2cpu.cpp alto2cpu.h
[/branches/pc98_state/src/devices/machine]smartmed.cpp

r176224 Tuesday 22nd June, 2021 at 09:57:48 UTC by Vasantha Crabb
Allow saved states to be deleted from the internal UI.
[/branches/pc98_state/src/frontend/mame/ui]state.cpp state.h

r176223 Tuesday 22nd June, 2021 at 07:58:05 UTC by Aaron Giles
Eliminate remaining uses of auto_alloc and friends (#8210)

* Split off auto_alloc changes from deprecated branch.

* Make the keymap reader non-static so it can access the unique_ptr.

* Fix SDL input for real.
[/branches/pc98_state/src/devices/cpu/alto2]a2disp.h a2ether.h a2mouse.h a2roms.cpp a2roms.h alto2cpu.cpp alto2cpu.h
[/branches/pc98_state/src/devices/machine]smartmed.cpp smartmed.h sonydriv.cpp
[/branches/pc98_state/src/devices/video]polylgcy.cpp polylgcy.h tms34061.cpp tms34061.h voodoo.cpp voodoo.h
[/branches/pc98_state/src/emu]machine.h
[/branches/pc98_state/src/mame/audio]acan.cpp acan.h exidy440.cpp exidy440.h
[/branches/pc98_state/src/mame/drivers]aquarium.cpp cobra.cpp cps3.cpp crystal.cpp freekick.cpp mitchell.cpp ninjakd2.cpp pc6001.cpp pc88va.cpp qix.cpp segae.cpp slapshot.cpp taito_f2.cpp taito_f3.cpp
[/branches/pc98_state/src/mame/etc]fddebug.cpp
[/branches/pc98_state/src/mame/includes]aquarium.h cps3.h freekick.h hp48.h jedi.h konamigx.h mitchell.h model3.h n64.h namcos22.h ninjakd2.h pc6001.h pc88va.h qix.h slapshot.h taito_f2.h taito_f3.h tatsumi.h wecleman.h
[/branches/pc98_state/src/mame/machine]atarigen.cpp atarigen.h hp48.cpp
[/branches/pc98_state/src/mame/video]jedi.cpp k001005.cpp k001005.h k053246_k053247_k055673.cpp k053246_k053247_k055673.h konamigx.cpp model3.cpp n64.cpp n64.h namcos22.cpp pc6001.cpp tatsumi.cpp tc0100scn.cpp tc0100scn.h wecleman.cpp
[/branches/pc98_state/src/osd/modules/input]input_sdl.cpp

r176222 Tuesday 22nd June, 2021 at 07:39:32 UTC by Aaron Giles
ymfm: Play ADPCM-A samples through the end of the end block inclusive
[/branches/pc98_state/3rdparty/ymfm/src]ymfm_adpcm.cpp

r176221 Tuesday 22nd June, 2021 at 04:26:41 UTC by Osso
- galaxian_rockclim.cpp, phoenix.cpp (survival): added dip locations [Guru]

- tattack.cpp: identified all dips and added dip locations [Guru]

- cischeat.cpp: dumped PROMs for bigrun [system11]

- exidy.cpp: removed sound ROMs bad dumps for pepper2

- jackpot.cpp: very preliminary text tilemap hookup, to show on screen where the boot stops
[/branches/pc98_state/src/mame/drivers]cischeat.cpp exidy.cpp galaxian_rockclim.cpp jackpot.cpp phoenix.cpp tattack.cpp

r176220 Tuesday 22nd June, 2021 at 03:22:33 UTC by Aaron Giles
Fix reporting of ADPCM-B end-of-sample. Seems to fix MT08006; hopefully will fix other neogeo issues as well.
[/branches/pc98_state/3rdparty/ymfm/src]ymfm_opn.cpp ymfm_opn.h

r176219 Monday 21st June, 2021 at 20:35:36 UTC by ajrhacker
Merge pull request #8207 from clawgrip/patch-6

New working software list additions
[/branches/pc98_state/hash]lk3000.xml*
[/branches/pc98_state/scripts/src]bus.lua
[/branches/pc98_state/src/devices/bus/saitek_osa]expansion.cpp expansion.h modules.cpp modules.h
[/branches/pc98_state/src/devices/video]hd61830.cpp
[/branches/pc98_state/src/mame/drivers]ave_arb.cpp hh_cops1.cpp lk3000.cpp namcos2.cpp vis.cpp
[/branches/pc98_state/src/mame/includes]namcos2.h
[/branches/pc98_state/src/mame/machine]coco.cpp

r176218 Monday 21st June, 2021 at 09:55:32 UTC by clawgrip
New working software list additions

-------------------------------
vsmilem_cart.xml:
  Nickelodeon Dora La Exploradora - La Aventura Arregla-Todo de Dora (Spain) [TeamEurope, ClawGrip]
  Action Mania (USA, alt 1), Action Mania (USA, alt 2), Disney/Pixar Cars - Rev It Up in Radiator Springs (USA), Disney/Pixar Cars 2 (USA), Disney/Pixar Cars 2 (Pocket version, USA), Nickelodeon Dora the Explorer - Dora's Fix It Adventure (USA), Disney Mickey Mouse Clubhouse (alt, USA), DreamWorks Kung Fu Panda - Path of the Panda (USA), NASCAR Academy - Race Car Superstar (alt, USA), Scooby-Doo! - Funland Frenzy (USA), Scooby-Doo! - Funland Frenzy (alt, USA) [skaman]
[/branches/pc98_state/hash]lk3000.xml vsmilem_cart.xml
[/branches/pc98_state/scripts/src]bus.lua
[/branches/pc98_state/src/devices/bus/saitek_osa]expansion.cpp expansion.h modules.cpp* modules.h*
[/branches/pc98_state/src/devices/video]hd61830.cpp
[/branches/pc98_state/src/mame/drivers]ave_arb.cpp hh_cops1.cpp lk3000.cpp namcos2.cpp vis.cpp
[/branches/pc98_state/src/mame/includes]namcos2.h
[/branches/pc98_state/src/mame/machine]coco.cpp

r176217 Monday 21st June, 2021 at 19:37:01 UTC by David Haywood
finalap3bl: allow to boot / run (custom bootleg protection) (#8200)
[/branches/pc98_state/src/mame/drivers]namcos2.cpp
[/branches/pc98_state/src/mame/includes]namcos2.h

r176216 Monday 21st June, 2021 at 18:35:00 UTC by Carl
vis: clear curcount if count is reloaded
[/branches/pc98_state/src/mame/drivers]vis.cpp

r176215 Monday 21st June, 2021 at 16:09:21 UTC by AJR
machine/coco.cpp: Fix for MT 07305
[/branches/pc98_state/src/mame/machine]coco.cpp

r176214 Monday 21st June, 2021 at 14:46:04 UTC by Carl
hd61830: fix cursor in d2
[/branches/pc98_state/src/devices/video]hd61830.cpp

r176213 Monday 21st June, 2021 at 12:00:58 UTC by hap
New working software list additions
-----------------------------------
lk3000: Calculator, Electronic Notebook [hap, Sean Riddle]

New NOT_WORKING software list additions
---------------------------------------
lk3000: English-German [hap, Sean Riddle]
[/branches/pc98_state/hash]lk3000.xml*
[/branches/pc98_state/scripts/src]bus.lua
[/branches/pc98_state/src/devices/bus/saitek_osa]expansion.cpp expansion.h modules.cpp modules.h
[/branches/pc98_state/src/mame/drivers]ave_arb.cpp hh_cops1.cpp lk3000.cpp

r176212 Monday 21st June, 2021 at 08:30:17 UTC by firehawke
New working software list additions (apple2_flop_clcracked.xml) (#8203)

---------------------------------------------------------------

Bumble Games (Version 1.3) (cleanly cracked) [4am, san inc., Firehawke]
Reader Rabbit (Version 1.0) (cleanly cracked) [4am, san inc., Firehawke]
Projectile and Circular Motion (cleanly cracked) [4am, Firehawke]
Bumble Plot (Version 1.1) (cleanly cracked) [4am, san inc., Firehawke]
Gertrude's Puzzles (1982 Version) (cleanly cracked) [4am, san inc., Firehawke]
Gertrude's Secrets 1982 (cleanly cracked) [4am, san inc., Firehawke]
Tales of Discovery (cleanly cracked) [4am, san inc., Firehawke]
Advanced Electricity (cleanly cracked) [4am, Firehawke]
Complex Circuits (cleanly cracked) [4am, Firehawke]
PAI Forth (Version 3.0, 12-21-1985) (cleanly cracked) [4am, Firehawke]
Rocky's Boots (Unknown 1982 version) (cleanly cracked) [4am, san inc., Firehawke]
The Prisoner (Version 1.10) (SoftSmith) (cleanly cracked) [4am, san inc., Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------

Gin King / Cribbage King [4am, Firehawke]
Revolution '76 (Version June 27, 1989) [4am, Firehawke]
The Print Shop (Version 1.0) [4am, Firehawke]
The Print Shop Companion [4am, Firehawke]
Fantavision [4am, Firehawke]
Cartooners [4am, Firehawke]
Art and Film Director [4am, Firehawke]
Draw Plus (Version 1.1) [4am, Firehawke]
The Graphics Studio [4am, Firehawke]
The Immortal [4am, Firehawke]
TrianGo [4am, Firehawke]
816/Paint (Version 3.1) [4am, Firehawke]
BeagleDraw (Version 1.3) [4am, Firehawke]
DreamGrafix [4am, Firehawke]
Platinum Paint (Version 2.01) [4am, Firehawke]
Paintworks Plus (Version 1.2) [4am, Firehawke]
Paintworks Gold (Version 1.5) [4am, Firehawke]
ImageMaster: Basic Paint (Version 1.2) [4am, Firehawke]
Graphics Supermarket (Version 1.1) [4am, Firehawke]
GraphicWriter III (Version 1.0) [4am, Firehawke]
DeluxePaint II (Version 2.01) [4am, Firehawke]
Stars and Planets [4am, Firehawke]
Mavis Beacon Teaches Typing (Version 1.8) [4am, Firehawke]
Math and Me (Version 1.0 08/01/88) [4am, Firehawke]
SmoothTalker [4am, Firehawke]
Stickybear Shapes [4am, Firehawke]
Tarot [4am, Firehawke]
Full Metal Planete [4am, Firehawke]
Shanghai II: Dragon's Eye [4am, Firehawke]
Music Construction Set (Version 1.0) [4am, Firehawke]
Instant Synthesizer [4am, Firehawke]
Master Tracks Pro (Version 1.04) [4am, Firehawke]
The Music Studio (Version 2.0) [4am, Firehawke]
Jam Session (Version 1.0) [4am, Firehawke]
Pyware Music Writer (Version 2.03) [4am, Firehawke]
Master Tracks Jr. (Version 1.03) [4am, Firehawke]
Salvation Supreme (Version 2.0) [4am, Firehawke]
NoiseTracker (Version 1.0) [4am, Firehawke]
HyperStudio (Version 3.1c) [4am, Firehawke]
Writer's Choice Elite [4am, Firehawke]
WordPerfect (Version 2.1e) [4am, Firehawke]
The Wonders of the Animal Kingdom [4am, Firehawke]
The Word Master [4am, Firehawke]
Read and Rhyme [4am, Firehawke]
Aesop's Fables [4am, Firehawke]
Audubon Wildlife Adventures: Grizzly Bears [4am, Firehawke]
Audubon Wildlife Adventures: Whales [4am, Firehawke]
[/branches/pc98_state/hash]apple2_flop_clcracked.xml apple2gs_flop_orig.xml

r176211 Monday 21st June, 2021 at 02:36:53 UTC by Carl
vis: fix video in sherlock homes
[/branches/pc98_state/src/mame/drivers]vis.cpp

r176210 Sunday 20th June, 2021 at 21:34:42 UTC by AJR
adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag macros and legacy lookups; use finder arrays in some places
[/branches/pc98_state/src/devices/bus/adam]exp.h
[/branches/pc98_state/src/devices/bus/bw2]exp.h
[/branches/pc98_state/src/devices/bus/cbm2]exp.cpp exp.h
[/branches/pc98_state/src/devices/bus/newbrain]eim.cpp exp.h fdc.cpp fdc.h
[/branches/pc98_state/src/devices/bus/pet]exp.h
[/branches/pc98_state/src/devices/bus/plus4]c1551.cpp exp.cpp exp.h
[/branches/pc98_state/src/devices/bus/pofo]exp.h hpc104.cpp
[/branches/pc98_state/src/devices/bus/vic10]exp.cpp exp.h
[/branches/pc98_state/src/devices/bus/vic20]exp.h
[/branches/pc98_state/src/devices/bus/vip]exp.h
[/branches/pc98_state/src/mame/drivers]adam.cpp cbm2.cpp pet.cpp plus4.cpp pofo.cpp vic10.cpp vic20.cpp
[/branches/pc98_state/src/mame/includes]adam.h bw2.h newbrain.h vip.h

r176209 Sunday 20th June, 2021 at 17:03:14 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Casio SK-5 [DBWBP]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]sk1.cpp

r176208 Sunday 20th June, 2021 at 16:44:33 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Yamaha SY35 Music Synthesizer [DBWBP]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]ymsy35.cpp*

r176207 Sunday 20th June, 2021 at 16:23:02 UTC by AJR
h8500: Add mode control and EPROM variant types
[/branches/pc98_state/src/devices/cpu/h8500]h8500.cpp h8500.h h8510.cpp h8520.cpp h8520.h h8532.cpp h8532.h h8534.cpp h8534.h
[/branches/pc98_state/src/mame/drivers]betacam.cpp bvm.cpp

r176206 Sunday 20th June, 2021 at 15:31:58 UTC by Robbbert
jupace: fixed bug that crashes messui when snapshot used.
[/branches/pc98_state/src/mame/drivers]jupace.cpp

r176205 Sunday 20th June, 2021 at 15:20:41 UTC by hap
dl1616: dl1414 does not have ce pin or addr latch
[/branches/pc98_state/src/devices/video]dl1416.cpp dl1416.h
[/branches/pc98_state/src/mame/drivers]sitcom.cpp

r176204 Sunday 20th June, 2021 at 15:03:48 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Yamaha AN1x Control Synthesizer [DBWBP]
Yamaha DX100 Digital Programmable Algorithm Synthesizer [DBWBP]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]yman1x.cpp* ymdx100.cpp*

r176203 Sunday 20th June, 2021 at 14:58:53 UTC by hap
New machines marked as NOT_WORKING
----------------------------------
LK-3000 [hap, Sean Riddle]
[/branches/pc98_state/scripts/target/mame]mess.lua
[/branches/pc98_state/src/devices/video]dl1416.h
[/branches/pc98_state/src/mame]mame.lst mess.flt
[/branches/pc98_state/src/mame/drivers]lk3000.cpp*
[/branches/pc98_state/src/mame/layout]lk3000.lay*

r176202 Sunday 20th June, 2021 at 11:30:09 UTC by AJR
mpc60: Add v1.12 program and voice ROMs [DBWBP]
[/branches/pc98_state/src/mame/drivers]mpc60.cpp

r176201 Sunday 20th June, 2021 at 03:14:46 UTC by AJR
nes_slot: Deprecate some functionality that should really be eliminated
[/branches/pc98_state/src/devices/bus/nes]nes_slot.h

r176200 Sunday 20th June, 2021 at 03:03:41 UTC by AJR
vme: Modernize slot device code and eliminate deprecation warnings; actually propagate slot number
[/branches/pc98_state/src/devices/bus/vme]vme.cpp vme.h vme_fccpu20.cpp vme_fcisio.cpp vme_fcscsi.cpp vme_hcpu30.cpp vme_mvme350.cpp vme_mzr8300.cpp

r176199 Sunday 20th June, 2021 at 02:58:53 UTC by Carl
fmtowns: make sure programs can't override the sprite page
[/branches/pc98_state/src/mame/video]fmtowns.cpp

r176198 Saturday 19th June, 2021 at 23:29:09 UTC by R. Belmont
apple2e: match dot clock to CPU clock for PAL machines. [R. Belmont]
[/branches/pc98_state/src/mame/drivers]apple2e.cpp

r176197 Saturday 19th June, 2021 at 19:04:34 UTC by AJR
leprechn: Keep VIA clocks consistent with CPU clock
[/branches/pc98_state/src/mame/drivers]gameplan.cpp

r176196 Saturday 19th June, 2021 at 18:36:56 UTC by Carl
fmtowns: make the timer actually run
[/branches/pc98_state/src/mame/drivers]fmtowns.cpp

r176195 Saturday 19th June, 2021 at 11:26:56 UTC by Osso
phoenix.cpp, tattack.cpp: added placeholders for missing Epson 7910 dumps
[/branches/pc98_state/src/mame/drivers]phoenix.cpp tattack.cpp

r176194 Saturday 19th June, 2021 at 11:20:39 UTC by Osso
galaxian_rockclim.cpp: demoted to imperfect sound due to missing melody chip emulation
[/branches/pc98_state/src/mame/drivers]galaxian_rockclim.cpp

r176193 Saturday 19th June, 2021 at 10:36:46 UTC by Osso
New working clones
------------------
Silk Worm (bootleg, set 2) [Miss Argent]
[/branches/pc98_state/src/mame]mame.lst
[/branches/pc98_state/src/mame/drivers]tecmo.cpp

r176192 Saturday 19th June, 2021 at 02:54:10 UTC by R. Belmont
apple2e: PAL/SECAM models now have the correct CPU speed. [R. Belmont]
[/branches/pc98_state/src/mame/drivers]apple2e.cpp

r176191 Saturday 19th June, 2021 at 02:40:23 UTC by Carl
fmtowns: slightly change sprite timing and status bits and fix layer offset
[/branches/pc98_state/src/mame/includes]fmtowns.h
[/branches/pc98_state/src/mame/video]fmtowns.cpp

r176190 Friday 18th June, 2021 at 23:19:50 UTC by Scott Stone
another comment fix (space in filename)
[/branches/pc98_state/src/mame/drivers]at.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team