Note Feed

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

Previous 50 199869 Revisions Next 50

r177851 Monday 24th May, 2021 at 18:41:39 UTC by hap
input_merger: add setter for initial state
[/branches/time-experiments/src/devices/machine]input_merger.cpp input_merger.h
[/branches/time-experiments/src/mame/drivers]saitek_leonardo.cpp saitek_renaissance.cpp

r177850 Monday 24th May, 2021 at 18:17:12 UTC by Vasantha Crabb
Merge branch 'release0232' into mainline-master
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_fm.ipp ymfm_opq.cpp ymfm_opq.h ymfm_opz.cpp ymfm_opz.h
[/branches/time-experiments/scripts/src]sound.lua tools.lua
[/branches/time-experiments/src/devices/imagedev]floppy.cpp floppy.h
[/branches/time-experiments/src/devices/machine]z80scc.cpp
[/branches/time-experiments/src/devices/sound]ymopq.cpp ymopq.h
[/branches/time-experiments/src/lib/formats]all.h fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fs_unformatted.cpp fs_unformatted.h fsmgr.h
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]model1.cpp saitek_leonardo.cpp saitek_renaissance.cpp snowbros.cpp xerox820.cpp ympsr60.cpp ymtx81z.cpp
[/branches/time-experiments/src/mame/includes]snowbros.h xerox820.h
[/branches/time-experiments/src/tools]floptool.cpp image_handler.cpp* image_handler.h*

r177849 Monday 24th May, 2021 at 18:09:23 UTC by Olivier Galibert
swim: Fixed bugs linked to device selection
[/branches/time-experiments/src/devices/machine]swim1.cpp swim2.cpp swim3.cpp

r177848 Monday 24th May, 2021 at 18:08:34 UTC by Carl
fmtowns: fix sprite gaps
[/branches/time-experiments/src/mame/video]fmtowns.cpp

r177847 Monday 24th May, 2021 at 10:30:09 UTC by David Haywood
use derived classes for Namco System 2 sprites, give Final Lap its own based on schematics showing 32x32 select is different. (#8096)


(cherry picked from commit e3aa064b18d74cb5e3fe0fa314f15e1a99afd44e)
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_fm.ipp ymfm_opq.cpp ymfm_opq.h ymfm_opz.cpp ymfm_opz.h
[/branches/time-experiments/scripts/src]sound.lua tools.lua
[/branches/time-experiments/src/devices/imagedev]floppy.cpp floppy.h
[/branches/time-experiments/src/devices/machine]swim1.cpp swim2.cpp swim3.cpp z80scc.cpp
[/branches/time-experiments/src/devices/sound]ymopq.cpp ymopq.h
[/branches/time-experiments/src/lib/formats]all.h fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fs_unformatted.cpp fs_unformatted.h fsmgr.h
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]model1.cpp saitek_leonardo.cpp saitek_renaissance.cpp snowbros.cpp xerox820.cpp ympsr60.cpp ymtx81z.cpp
[/branches/time-experiments/src/mame/includes]snowbros.h xerox820.h
[/branches/time-experiments/src/mame/video]fmtowns.cpp
[/branches/time-experiments/src/tools]floptool.cpp image_handler.cpp image_handler.h

r177846 Monday 24th May, 2021 at 16:44:38 UTC by Olivier Galibert
swim: Fixed bugs linked to device selection
[/branches/time-experiments/src/devices/machine]swim1.cpp swim2.cpp swim3.cpp

r177845 Monday 24th May, 2021 at 14:46:00 UTC by hap
leonardo/renaissance: use input_merger for stb
[/branches/time-experiments/src/mame/drivers]saitek_leonardo.cpp saitek_renaissance.cpp

r177844 Monday 24th May, 2021 at 14:11:08 UTC by AJR
xerox820.cpp: Use memory view for bankswitching
[/branches/time-experiments/src/mame/drivers]xerox820.cpp
[/branches/time-experiments/src/mame/includes]xerox820.h

r177843 Monday 24th May, 2021 at 12:06:06 UTC by Olivier Galibert
reorganize the floptool code, add some write support
[/branches/time-experiments/scripts/src]tools.lua
[/branches/time-experiments/src/devices/imagedev]floppy.cpp floppy.h
[/branches/time-experiments/src/lib/formats]all.h fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fs_unformatted.cpp fs_unformatted.h fsmgr.h
[/branches/time-experiments/src/tools]floptool.cpp image_handler.cpp* image_handler.h*

r177842 Monday 24th May, 2021 at 11:57:57 UTC by Osso
New working clones
------------------
Ball Boy (3 players) [juking, xuserv]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]snowbros.cpp
[/branches/time-experiments/src/mame/includes]snowbros.h

r177841 Monday 24th May, 2021 at 11:42:20 UTC by hap
ymtx81z: leave lcd color up to the (internal)artwork
[/branches/time-experiments/scripts/src]sound.lua
[/branches/time-experiments/src/mame/drivers]ymtx81z.cpp

r177840 Monday 24th May, 2021 at 07:51:07 UTC by Osso
model1.cpp: redumped ic4 for wingwaru [Corrado Tomaselli]
[/branches/time-experiments/src/mame/drivers]model1.cpp

r177839 Monday 24th May, 2021 at 05:30:06 UTC by patrick.mackinlay
z80scc: implement local loopback
[/branches/time-experiments/src/devices/machine]z80scc.cpp

r177838 Monday 24th May, 2021 at 03:50:54 UTC by Aaron Giles
ymfm: Don't mask off top bit of octave for OPQ.
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opq.h

r177837 Monday 24th May, 2021 at 01:13:07 UTC by Aaron Giles
ymfm: Improve OPQ behavior for timers and register access. Add YM3533 device and use that instead of YM3806.
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opq.cpp ymfm_opq.h
[/branches/time-experiments/src/devices/sound]ymopq.cpp ymopq.h
[/branches/time-experiments/src/mame/drivers]ympsr60.cpp

r177836 Sunday 23rd May, 2021 at 23:02:28 UTC by Aaron Giles
ymfm: Fix OPZ fine tuning and envelope shift. Now pretty much all the TX81Z built-in instruments sound reasonable.
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_fm.ipp ymfm_opz.cpp

r177835 Sunday 23rd May, 2021 at 20:24:36 UTC by Aaron Giles
ymfm: Some progress on OPZ. Some instruments in the TX81Z sound kind of ok now.
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opz.cpp ymfm_opz.h

r177834 Sunday 23rd May, 2021 at 16:16:35 UTC by David Haywood
use derived classes for Namco System 2 sprites, give Final Lap its own based on schematics showing 32x32 select is different. (#8096)
[/branches/time-experiments/src/mame/drivers]namcos2.cpp
[/branches/time-experiments/src/mame/includes]namcos2.h
[/branches/time-experiments/src/mame/video]namcos2.cpp namcos2_sprite.cpp namcos2_sprite.h

r177833 Sunday 23rd May, 2021 at 15:57:26 UTC by Carl
fmtowns: fix sprite gaps
[/branches/time-experiments/src/mame/video]fmtowns.cpp

r177832 Sunday 23rd May, 2021 at 07:33:52 UTC by Vasantha Crabb
srcclean for release
[/branches/time-experiments/hash]ibm5150.xml ibm5170.xml spectrum_cass.xml
[/branches/time-experiments/plugins/console]init.lua
[/branches/time-experiments/scripts]genie.lua
[/branches/time-experiments/src/devices/bus/a2bus]booti.cpp
[/branches/time-experiments/src/devices/bus/rs232]mboardd.cpp
[/branches/time-experiments/src/devices/bus/vsmile]keyboard.h
[/branches/time-experiments/src/devices/cpu/m6502]m5074x.cpp
[/branches/time-experiments/src/devices/cpu/m6800]m6801.cpp
[/branches/time-experiments/src/devices/cpu/pdp8]pdp8dasm.cpp
[/branches/time-experiments/src/devices/machine]at28c64b.cpp
[/branches/time-experiments/src/devices/sound]c140.h
[/branches/time-experiments/src/devices/video]upd7220.cpp
[/branches/time-experiments/src/lib/formats]fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fsmgr.cpp fsmgr.h
[/branches/time-experiments/src/lib/util]timeconv.cpp
[/branches/time-experiments/src/mame/drivers]1942.cpp 1943.cpp apple2gs.cpp bionicc.cpp blktiger.cpp calomega.cpp commando.cpp diamondking.cpp gng.cpp gunpey.cpp gunsmoke.cpp jpmimpctsw.cpp ladybug.cpp mitchell.cpp pc9801.cpp raiden2.cpp rfslotsmcs48.cpp rmnimbus.cpp sprint2.cpp supduck.cpp tigeroad.cpp vulgus.cpp ympsr340.cpp
[/branches/time-experiments/src/mame/includes]pc9801.h
[/branches/time-experiments/src/mame/layout]j6drdogh.lay j6guabc.lay j6indy6.lay j6indy8.lay j6reelmn.lay j6sonic10.lay j6wldkng.lay kenokb.lay
[/branches/time-experiments/src/mame/machine]sorcerer.cpp
[/branches/time-experiments/src/osd/sdl]osdsdl.h
[/branches/time-experiments/src/tools]floptool.cpp

r177831 Sunday 23rd May, 2021 at 07:09:23 UTC by firehawke
Apple softlist update for May 2012 (#8095)

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Animals Facts and Adventures [4am, Firehawke]
Dino Dig: Dictionary Skills [4am, Firehawke]
Dino Speller: Beginning Dictionary Skills [4am, Firehawke]
Keyworks: First Keyboarding Skills [4am, Firehawke]
Parts of Speech: Fun with Nouns and Pronouns [4am, Firehawke]
Troll Reading Games: The Adventures of Tom Sawyer [4am, Firehawke]
Graph Maker: Introduction to Graphs and Charts [4am, Firehawke]
Let's Go There: Beginning Map and Geography Skills [4am, Firehawke]
Let's Learn About Computers [4am, Firehawke]
Teddy's Playground (1989 Rerelease) (cleanly cracked) [4am, Firehawke]

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

Alligator Mix (1985 Rerelease) (cleanly cracked) [4am, Firehawke]
Teddy's Playground (1989 Re-release) (cleanly cracked) [4am, Firehawke]
Alphabet Circus (Revision 0) (cleanly cracked) [4am, Firehawke]
Kidwriter (Revision 0) (cleanly cracked) [4am, Firehawke]
Mastery Arithmetic Games (Version 1.2) (cleanly cracked) [4am, Firehawke]
Ratios and Proportions (cleanly cracked) [4am, Firehawke]
SocMate Analogies Games (cleanly cracked) [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

Rastan [4am, Firehawke]
Zany Golf [4am, Firehawke]
Marble Madness (IIgs) [4am, Firehawke]
Qix (IIgs) [4am, Firehawke]
Tass Times in Tonetown (IIgs) [4am, Firehawke]
World Games (IIgs) [4am, Firehawke]
Gauntlet (IIgs) [4am, Firehawke]
Uninvited (IIgs) [4am, Firehawke]
Cavern Cobra (IIgs) [4am, Firehawke]
Hardball! (IIgs) [4am, Firehawke]
Task Force [4am, Firehawke]
Shadowgate (IIgs) [4am, Firehawke]
Serve and Volley (IIgs) [4am, Firehawke]
California Games (IIgs) [4am, Firehawke]
Sea Strike (IIgs) [4am, Firehawke]

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

Star Search (Self-Running Demo) (cleanly cracked) [4am, Firehawke]
Zoo Master (cleanly cracked) [4am, Firehawke]
Black Belt (cleanly cracked) [4am, Firehawke]
Uncle Clyde's Consonant Slides: Consonant Blends and Digraphs (cleanly cracked) [4am, Firehawke]
Uncle Clyde's Consonant Slides: Ending Consonants (cleanly cracked) [4am, Firehawke]
Chess, Checkers, and Backgammon (cleanly cracked) [4am, Firehawke]
Division Skills (cleanly cracked) [4am, Firehawke]
Vocabulary Skills (cleanly cracked) [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

The Duel: Test Drive II (IIgs) [4am, Firehawke]
Keef the Thief (IIgs) [4am, Firehawke]
Grand Prix Circuit (IIgs) [4am, Firehawke]
Crystal Quest (IIgs) [4am, Firehawke]
Impossible Mission II (IIgs) [4am, Firehawke]
The Last Ninja (IIgs) [4am, Firehawke]

* New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------

The Hunt for Red October (IIgs) [4am, Firehawke]
Final Assault (IIgs) [4am, Firehawke]
Dark Castle (IIgs) [4am, Firehawke]
Silent Service (IIgs) [4am, Firehawke]
GATE (IIgs) [4am, Firehawke]

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

Le Choc des Multinationales (cleanly cracked) [4am, Firehawke]
L. A. Land Monopoly (cleanly cracked) [4am, san, Firehawke]
Analogies Tutorial (Version 12.15.87) (cleanly cracked) [4am, Firehawke]
Decimals and Percent: Decimals Practice Problems (cleanly cracked) [4am, san, Firehawke]
Hand Holding BASIC (cleanly cracked) [4am, san, Firehawke]
Dragon Games (cleanly cracked) [4am, Firehawke]
[/branches/time-experiments/hash]apple2_flop_clcracked.xml apple2_flop_orig.xml

r177830 Sunday 23rd May, 2021 at 06:28:08 UTC by Osso
dragrace.cpp: added dip locations [Guru]
[/branches/time-experiments/src/mame/audio]dragrace.cpp
[/branches/time-experiments/src/mame/drivers]dragrace.cpp
[/branches/time-experiments/src/mame/includes]dragrace.h
[/branches/time-experiments/src/mame/video]dragrace.cpp

r177829 Sunday 23rd May, 2021 at 02:44:02 UTC by tim.lindner
coco3: fix Arkanoid sound (#8060)

* Modify timer interrupts to flag even if interrupts are turned off. Modify timer interrupts to constantly flag if timer value is zero.
[/branches/time-experiments/src/mame/video]gime.cpp gime.h

r177828 Sunday 23rd May, 2021 at 00:25:25 UTC by Carl
x68k: fill bitmap with lowest priority tile layer so pixels that would be transparent are drawn with lowest priority
[/branches/time-experiments/src/mame/includes]x68k.h
[/branches/time-experiments/src/mame/video]x68k.cpp

r177827 Sunday 23rd May, 2021 at 00:05:31 UTC by hap
leonardo: missed one textlabel
[/branches/time-experiments/src/mame/layout]saitek_leonardo.lay

r177826 Saturday 22nd May, 2021 at 23:05:07 UTC by hap
leonardo: add buttons to internal artwork
[/branches/time-experiments/src/mame/layout]saitek_galileo.lay saitek_leonardo.lay

r177825 Saturday 22nd May, 2021 at 22:13:06 UTC by hap
dai3wksi: update notes
[/branches/time-experiments/src/mame/drivers]dai3wksi.cpp

r177824 Saturday 22nd May, 2021 at 21:57:22 UTC by hap
itaten: change default difficulty level
[/branches/time-experiments/src/mame/drivers]dacholer.cpp

r177823 Saturday 22nd May, 2021 at 21:42:05 UTC by hap
dai3wksi: use PORT_COCKTAIL instead of PORT_PLAYER in input defs
[/branches/time-experiments/src/mame/drivers]chessmate.cpp dai3wksi.cpp

r177822 Saturday 22nd May, 2021 at 20:36:02 UTC by AJR
pbo: Map a few more registers
[/branches/time-experiments/src/mame/drivers]philipsbo.cpp

r177821 Saturday 22nd May, 2021 at 20:28:30 UTC by Aaron Giles
ymfm: Fix OPL3 waveform 7 to better match hardware.
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opl.cpp

r177820 Saturday 22nd May, 2021 at 20:24:24 UTC by hap
saitek_stratos: make tking a clone of stratos
[/branches/time-experiments/src/mame/drivers]saitek_stratos.cpp

r177819 Saturday 22nd May, 2021 at 19:54:28 UTC by hap
Machines promoted to working
----------------------------
Kasparov Leonardo [hap]
Kasparov Renaissance [hap]
[/branches/time-experiments/src/mame/drivers]saitek_leonardo.cpp saitek_renaissance.cpp
[/branches/time-experiments/src/mame/layout]saitek_galileo.lay

r177818 Saturday 22nd May, 2021 at 19:10:33 UTC by Vasantha Crabb
ui/selmenu.cpp: Don't make assumptions about what's off the end of a string view (GitHub #7967).
[/branches/time-experiments/src/frontend/mame/ui]selmenu.cpp

r177817 Saturday 22nd May, 2021 at 18:20:43 UTC by Aaron Giles
ymfm: Add missing clamp in YM2608
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opn.cpp

r177816 Saturday 22nd May, 2021 at 18:19:53 UTC by hap
galileo: add buttons to internal artwork
[/branches/time-experiments/src/devices/bus/saitek_osa]maestro.cpp
[/branches/time-experiments/src/mame/drivers]saitek_leonardo.cpp saitek_renaissance.cpp
[/branches/time-experiments/src/mame/layout]saitek_galileo.lay* saitek_leonardo.lay saitek_renaissance.lay

r177815 Saturday 22nd May, 2021 at 18:13:44 UTC by Aaron Giles
ymfm: Boost ADPCM-B volume by a factor of 2 to more closely match previous levels. Addresses MT #07956
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_opn.cpp

r177814 Saturday 22nd May, 2021 at 17:42:47 UTC by R. Belmont
apple2gs: remove keyboard 8048 ROMs now that a9m0330 is a device. [R. Belmont]
[/branches/time-experiments/src/devices/bus/adb]a9m0330.cpp
[/branches/time-experiments/src/mame/drivers]apple2gs.cpp

r177813 Saturday 22nd May, 2021 at 17:00:28 UTC by cam900
gunpey.cpp: Add save states, Fix init, Add version info from startup screen, Minor cleanups (#8076)
[/branches/time-experiments/src/mame/drivers]gunpey.cpp

r177812 Saturday 22nd May, 2021 at 16:35:25 UTC by Osso
sprint2.cpp: added dip locations [Guru]
[/branches/time-experiments/src/mame/audio]sprint2.cpp
[/branches/time-experiments/src/mame/drivers]sprint2.cpp
[/branches/time-experiments/src/mame/includes]sprint2.h
[/branches/time-experiments/src/mame/video]sprint2.cpp

r177811 Saturday 22nd May, 2021 at 16:34:58 UTC by clawgrip
New WORKING clones  (#8086)

* New WORKING clones
------------------------
Basket Ball (8-way Joystick bootleg of Arch Rivals) [jordigahan]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]mcr68.cpp

r177810 Saturday 22nd May, 2021 at 16:34:15 UTC by Ryan Holtz
-pbo: Added skeleton for Philips BO (Videosynthesizer Prototype). [Ryan Holtz, MrMii6, CD-i Fan] (#8093)
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/mame]mame.lst mess.flt
[/branches/time-experiments/src/mame/drivers]philipsbo.cpp*

r177809 Saturday 22nd May, 2021 at 16:33:21 UTC by Aaron Giles
ymfm: Sync with latest, add complete YMF278B support (#8090)

* Sync with upstream. I/O callbacks are now consolidated into a single read callback and a single write callback, with an access type specifier.
* Initial working implementation of YM278B. Most features implemented, except vibrato.
* Implement vibrato and status register flags. Fix envelope rate computation.
* Rename ymfm_interface::external_type to access_class and clean up the fallout.
* Formally replace the old YMF278B engine with the one from ymfm
* Rotated YMF278B outputs into a more logical order.
* Re-evaluted envelope calculations and 2x works better than the weird 15/8 I came up with before. Also changed the way FM resampling is computed to be more precise (and simpler). Turned off extraneous debugging.
* Start of/reset to a null state with no loaded waveforms.
* Fix YM2608 I/O ports.
[/branches/time-experiments/3rdparty/ymfm]GeneralInfo.md README.md
[/branches/time-experiments/3rdparty/ymfm/examples/vgmrender]vgmrender.cpp
[/branches/time-experiments/3rdparty/ymfm/src]ymfm.h ymfm_adpcm.cpp ymfm_fm.h ymfm_fm.ipp ymfm_opl.cpp ymfm_opl.h ymfm_opm.cpp ymfm_opn.cpp ymfm_opn.h ymfm_opq.cpp ymfm_opz.cpp ymfm_pcm.cpp* ymfm_pcm.h* ymfm_ssg.cpp
[/branches/time-experiments/scripts/src]3rdparty.lua sound.lua
[/branches/time-experiments/src/devices/bus/msx_cart]moonsound.h
[/branches/time-experiments/src/devices/sound]ymf278b.cpp ymf278b.h ymfm_mame.h ymopl.cpp ymopl.h ymopn.cpp ymopn.h
[/branches/time-experiments/src/mame/drivers]fuukifg3.cpp lordgun.cpp metro.cpp psikyo.cpp psikyosh.cpp vgmplay.cpp
[/branches/time-experiments/src/mame/includes]fuukifg3.h psikyo4.h

r177808 Saturday 22nd May, 2021 at 16:26:27 UTC by Osso
spectrum_cass.xml: fixed validation
[/branches/time-experiments/hash]spectrum_cass.xml

r177807 Saturday 22nd May, 2021 at 14:24:42 UTC by Nigel Barnes
bbc_rom.xml: Various additions, renames, and additonal info.
[/branches/time-experiments/hash]bbc_rom.xml

r177806 Saturday 22nd May, 2021 at 14:20:08 UTC by hap
saitek_osa: larger default screen size
[/branches/time-experiments/src/devices/bus/saitek_osa]expansion.cpp

r177805 Saturday 22nd May, 2021 at 14:14:57 UTC by ajrhacker
Merge pull request #8091 from ArcadeShadow/spectrum_cass_202105

spectrum_cass.xml: 33 new dumps, 5 replacements
[/branches/time-experiments/3rdparty/ymfm].editorconfig* .gitignore* GeneralInfo.md* LICENSE* README.md*
[/branches/time-experiments/3rdparty/ymfm/examples/vgmrender].gitignore* em_inflate.cpp* em_inflate.h* vgmrender.cpp*
[/branches/time-experiments/3rdparty/ymfm/src]ymfm.h* ymfm_adpcm.cpp* ymfm_adpcm.h* ymfm_fm.h* ymfm_fm.ipp* ymfm_opl.cpp* ymfm_opl.h* ymfm_opm.cpp* ymfm_opm.h* ymfm_opn.cpp* ymfm_opn.h* ymfm_opq.cpp* ymfm_opq.h* ymfm_opz.cpp* ymfm_opz.h* ymfm_ssg.cpp* ymfm_ssg.h*
[/branches/time-experiments/hash]a800_flop.xml aquarius_cart.xml bbc_flop_32016.xml bml3_flop.xml chip8_quik.xml fmtowns_cd.xml fmtowns_flop_orig.xml gamegear.xml ibm5150.xml ibm5170.xml mbee_cass.xml pc98.xml pce.xml pce_tourvision.xml rx78_cart.xml sagafox.xml* saitek_kso.xml sms.xml trs80_cass.xml vgmplay.xml vsmile_cart.xml
[/branches/time-experiments/scripts]genie.lua
[/branches/time-experiments/scripts/src]3rdparty.lua bus.lua cpu.lua formats.lua main.lua sound.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua mess.lua virtual.lua
[/branches/time-experiments/src/devices/bus/a7800]xboard.h
[/branches/time-experiments/src/devices/bus/adb]a9m0330.cpp* a9m0330.h* a9m0331.cpp* a9m0331.h* adb.cpp adb.h
[/branches/time-experiments/src/devices/bus/apricot/expansion]winchester.cpp
[/branches/time-experiments/src/devices/bus/bbc/1mhzbus]beebopl.h
[/branches/time-experiments/src/devices/bus/bbc/fdc]acorn.cpp acorn.h ams.cpp ams.h cumana.cpp cumana.h opus.cpp opus.h watford.cpp watford.h
[/branches/time-experiments/src/devices/bus/bbc/internal]cumana68k.cpp cumana68k.h
[/branches/time-experiments/src/devices/bus/bbc/tube]tube.cpp tube_32016.cpp tube_80286.cpp tube_arm7.cpp* tube_arm7.h*
[/branches/time-experiments/src/devices/bus/bml3]bml3mp1802.cpp bml3mp1805.cpp
[/branches/time-experiments/src/devices/bus/c64]sfx_sound_expander.h
[/branches/time-experiments/src/devices/bus/cbus]pc9801_118.cpp pc9801_118.h pc9801_26.cpp pc9801_26.h pc9801_86.h
[/branches/time-experiments/src/devices/bus/electron]m2105.cpp m2105.h
[/branches/time-experiments/src/devices/bus/isa]adlib.h ibm_mfc.cpp ibm_mfc.h sb16.h sblaster.cpp sblaster.h stereo_fx.h
[/branches/time-experiments/src/devices/bus/msx_cart]fmpac.h msx_audio.h yamaha.cpp yamaha.h
[/branches/time-experiments/src/devices/bus/msx_slot]music.h
[/branches/time-experiments/src/devices/bus/nes]konami.h
[/branches/time-experiments/src/devices/bus/nscsi]cd.cpp crd254sh.cpp* crd254sh.h* devices.cpp
[/branches/time-experiments/src/devices/bus/saitek_osa]expansion.cpp* expansion.h* maestro.cpp* maestro.h* maestroa.cpp* maestroa.h* modules.cpp* modules.h* sparc.cpp* sparc.h*
[/branches/time-experiments/src/devices/bus/samcoupe/expansion]expansion.cpp
[/branches/time-experiments/src/devices/bus/sg1000_exp]fm_unit.h
[/branches/time-experiments/src/devices/bus/vsmile]keyboard.cpp* keyboard.h* mat.h pad.h vsmile_ctrl.cpp vsmile_ctrl.h
[/branches/time-experiments/src/devices/bus/vtech/memexp]rs232.cpp
[/branches/time-experiments/src/devices/cpu/dsp56000]dsp56000d.cpp
[/branches/time-experiments/src/devices/cpu/h8]h83042.cpp* h83042.h*
[/branches/time-experiments/src/devices/cpu/i86]i286.cpp
[/branches/time-experiments/src/devices/cpu/m6800]6800dasm.cpp 6800dasm.h 6800ops.hxx m6800.cpp m6800.h m6801.cpp m6801.h
[/branches/time-experiments/src/devices/cpu/m68000]m68000.h m68kfpu.cpp
[/branches/time-experiments/src/devices/cpu/m68hc16]cpu16dasm.cpp* cpu16dasm.h*
[/branches/time-experiments/src/devices/cpu/ns32000]ns32000.cpp ns32000.h
[/branches/time-experiments/src/devices/cpu/pdp8]hd6120.cpp* hd6120.h* pdp8.cpp pdp8.h pdp8dasm.cpp pdp8dasm.h
[/branches/time-experiments/src/devices/cpu/ucom4]ucom4d.cpp ucom4d.h
[/branches/time-experiments/src/devices/imagedev]floppy.cpp
[/branches/time-experiments/src/devices/machine]am79c90.cpp ch376.cpp ch376.h dc7085.cpp dc7085.h dp83932c.cpp edlc.cpp hd63450.cpp i82586.cpp keyboard.cpp wd1010.cpp wd1010.h wd_fdc.cpp
[/branches/time-experiments/src/devices/sound]ay8910.cpp c140.cpp c140.h c6280.cpp y8950.cpp y8950.h ym2151.cpp ym2151.h ym2203.cpp ym2203.h ym2413.cpp ym2413.h ym2608.cpp ym2608.h ym2610.cpp ym2610.h ym2612.cpp ym2612.h ym3526.cpp ym3526.h ym3812.cpp ym3812.h ymadpcm.cpp ymadpcm.h ymf262.cpp ymf262.h ymf278b.cpp ymf278b.h ymfm.cpp ymfm.h ymfm_mame.h* ymopl.cpp* ymopl.h* ymopm.cpp* ymopm.h* ymopn.cpp* ymopn.h* ymopq.cpp* ymopq.h* ymopz.cpp* ymopz.h*
[/branches/time-experiments/src/emu]dinetwork.cpp dinetwork.h emumem.cpp emumem_mview.cpp screen.h xtal.cpp
[/branches/time-experiments/src/emu/debug]dvdisasm.cpp
[/branches/time-experiments/src/frontend/mame/ui]floppycntrl.cpp imgcntrl.cpp
[/branches/time-experiments/src/lib/formats]fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fs_unformatted.cpp fs_unformatted.h fsmgr.cpp fsmgr.h
[/branches/time-experiments/src/mame]arcade.flt mame.lst mess.flt
[/branches/time-experiments/src/mame/audio]atarijsa.h leland.h nichisnd.h nitedrvr.cpp pinsnd88.h s11c_bg.h segam1audio.h t5182.h williams.cpp williams.h wpcsnd.h
[/branches/time-experiments/src/mame/drivers]1942.cpp 1943.cpp 2mindril.cpp 88games.cpp actfancr.cpp aerofgt.cpp airbustr.cpp airraid.cpp ajax.cpp aliens.cpp alpha68k_n.cpp amaticmg.cpp amstr_pc.cpp anes.cpp angelkds.cpp apple2.cpp aquarium.cpp aquarius.cpp argus.cpp armedf.cpp ashnojoe.cpp asterix.cpp asuka.cpp atari_s1.cpp atari_s2.cpp atarisy1.cpp battlane.cpp battlera.cpp battlnts.cpp bbusters.cpp bebox.cpp bfcobra.cpp bfm_sc2.cpp bigkarnk_ms.cpp bingoc.cpp bingowav.cpp bionicc.cpp bladestl.cpp blktiger.cpp blktiger_ms.cpp blockhl.cpp blockout.cpp bloodbro_ms.cpp bmcbowl.cpp bmcpokr.cpp bml3.cpp boogwing.cpp brkthru.cpp bublbobl.cpp bw12.cpp cabal.cpp cabaret.cpp calomega.cpp canon_s80.cpp capbowl.cpp capr1.cpp cave.cpp cbasebal.cpp cbuster.cpp cclimber.cpp cgang.cpp chanbara.cpp changyu.cpp chinagat.cpp chinsan.cpp chqflag.cpp cischeat.cpp citycon.cpp cninja.cpp coco3.cpp cointek.cpp combatsc.cpp commando.cpp compgolf.cpp contra.cpp cop01.cpp cps1.cpp cps1bl_5205.cpp cpzodiac.cpp crei680.cpp* crimfght.cpp crospang.cpp crshrace.cpp cybertnk.cpp cyclemb.cpp d9final.cpp dai3wksi.cpp dangbar.cpp* darius.cpp darkseal.cpp dassault.cpp dblewing.cpp dbz.cpp dcon.cpp ddealer.cpp ddenlovr.cpp ddragon.cpp ddragon3.cpp ddribble.cpp de_2.cpp deadang.cpp dec0.cpp dec8.cpp decmate2.cpp* decstation.cpp deniam.cpp dfruit.cpp dietgo.cpp discoboy.cpp djboy.cpp dooyong.cpp dunhuang.cpp dynax.cpp dynduke.cpp esd16.cpp exprraid.cpp exzisus.cpp f-32.cpp f1gp.cpp fantland.cpp fb01.cpp fcrash.cpp ffantasy_ms.cpp fidel_elite.cpp fidel_sc9.cpp firetrap.cpp flkatck.cpp fm7.cpp fmtowns.cpp fresh.cpp fromanc2.cpp fromance.cpp funkyjet.cpp fuukifg2.cpp gaelco.cpp gaiden.cpp galivan.cpp galpanic_ms.cpp galspnbl.cpp gauntlet.cpp ginganin.cpp gladiatr.cpp gluck2.cpp gng.cpp goal92.cpp goindol.cpp gokidetor.cpp goodejan.cpp goori.cpp gotcha.cpp gradius3.cpp gsspade.cpp gstriker.cpp gticlub.cpp gundealr.cpp gunsmoke.cpp hcastle.cpp heromem.cpp hh_hmcs40.cpp hh_tms1k.cpp himesiki.cpp hnayayoi.cpp homerun.cpp hornet.cpp hshavoc.cpp hvyunit.cpp hyprduel.cpp ichiban.cpp igs009.cpp igs011.cpp igs017.cpp igspoker.cpp inufuku.cpp iqblock.cpp ironhors.cpp itech8.cpp jackal.cpp jackie.cpp jackpot.cpp joctronic.cpp joystand.cpp jpmimpctsw.cpp karnov.cpp kikikai.cpp kingdrby.cpp kminus.cpp* koftball.cpp korgds8.cpp korgz3.cpp ksys573.cpp labyrunr.cpp ladybug.cpp lastbank.cpp lastduel.cpp legionna.cpp lemmings.cpp lkage.cpp lockon.cpp lordgun.cpp lsasquad.cpp lwings.cpp m107.cpp m72.cpp m90.cpp m92.cpp macquadra700.cpp madmotor.cpp mainevt.cpp matmania.cpp max80.cpp maygayv1.cpp mbee.cpp mcatadv.cpp mechatt.cpp megasys1.cpp megatech.cpp mephisto_brikett.cpp mephisto_modular.cpp mephisto_risc.cpp mephistp.cpp merit.cpp metlclsh.cpp metro.cpp mg1.cpp* micro3d.cpp missb2.cpp missbamby.cpp mitchell.cpp mlanding.cpp model2.cpp momoko.cpp moo.cpp mosaic.cpp mpu4vid.cpp mugsmash.cpp multi8.cpp namcos1.cpp namcos2.cpp namcos21.cpp namcos21_c67.cpp namcos21_de.cpp namcos22.cpp namcos86.cpp nbmj8688.cpp nbmj8891.cpp nbmj8900.cpp nbmj8991.cpp nbmj9195.cpp nemesis.cpp neoprint.cpp nightgal.cpp ninjakd2.cpp ninjaw.cpp nitedrvr.cpp nmg5.cpp nmk16.cpp novag_const.cpp nwk-tr.cpp oneshot.cpp onetwo.cpp opwolf.cpp othunder.cpp overdriv.cpp pacman.cpp parodius.cpp pass.cpp pc9801.cpp pcktgal.cpp pipedrm.cpp pipeline.cpp pkscram.cpp pokechmp.cpp popobear.cpp powerins.cpp ppmast93.cpp prehisle.cpp psikyo.cpp psrockman.cpp psychic5.cpp puckpkmn.cpp quizdna.cpp quizpun2.cpp r2dx_v33.cpp raiden.cpp raiden2.cpp raiden_ms.cpp rastan.cpp rbisland.cpp rbmk.cpp realbrk.cpp regence.cpp relief.cpp renegade.cpp rmnimbus.cpp rockrage.cpp rohga.cpp rollerg.cpp rpunch.cpp saitek_corona.cpp saitek_leonardo.cpp saitek_renaissance.cpp saitek_simultano.cpp saitek_stratos.cpp saitek_superstar.cpp sandscrp.cpp sangho.cpp sauro.cpp sbmjb.cpp sbrain.cpp scotrsht.cpp segac2.cpp segacoin.cpp segahang.cpp segajw.cpp segam1.cpp segaorun.cpp segas18.cpp segas24.cpp segas32.cpp segaufo.cpp segaxbd.cpp segaybd.cpp sengokmj.cpp seta.cpp sf.cpp sfkick.cpp shadfrce.cpp shangha3.cpp shanghai.cpp shisen.cpp shootout.cpp sidearms.cpp sidepckt.cpp sigmab31.cpp sigmab52.cpp silkroad.cpp silvmil.cpp simpsons.cpp skyfox.cpp slapshot.cpp smotor.cpp snk.cpp snk68.cpp snowbros.cpp sorcerer.cpp sothello.cpp spbactn.cpp spdheat.cpp spdodgeb.cpp speedbal.cpp splash.cpp splash_ms.cpp spoker.cpp spy.cpp srumbler.cpp sshangha.cpp stadhero.cpp stfight.cpp subsino.cpp subsino2.cpp suna16.cpp suna8.cpp supduck.cpp super80.cpp suprgolf.cpp suprslam.cpp surpratk.cpp sweetland.cpp system16.cpp tail2nos.cpp taito_b.cpp taito_f2.cpp taito_h.cpp taito_l.cpp taito_o.cpp taito_x.cpp taito_z.cpp taitoair.cpp taotaido.cpp tbowl.cpp tceptor.cpp tecmo.cpp tecmo16.cpp tecmosys.cpp tek410x.cpp tekigw.cpp* terracre.cpp thedeep.cpp thunderx.cpp tigeroad.cpp tmnt.cpp tnzs.cpp toaplan2.cpp toki.cpp toki_ms.cpp tomcat.cpp topspeed.cpp trs80.cpp tryout.cpp tumbleb.cpp twin16.cpp twincobr.cpp ultraman.cpp umipoker.cpp unico.cpp unixpc.cpp vamphalf.cpp vaportra.cpp vball.cpp vendetta.cpp vgmplay.cpp vigilant.cpp vis.cpp volfied.cpp vt1682.cpp vulgus.cpp wacky_gator.cpp wardner.cpp warriorb.cpp wc90.cpp wc90b.cpp wecleman.cpp welltris.cpp wgp.cpp wrally.cpp wwfsstar.cpp xain.cpp xexex.cpp xmen.cpp xxmissio.cpp ymdx11.cpp ympsr60.cpp ymtx81z.cpp yunsun16.cpp yunsung8.cpp yuvomz80.cpp zn.cpp zr107.cpp
[/branches/time-experiments/src/mame/includes]alpha68k.h amspdwy.h aquarius.h atarisy1.h atarisy2.h badlands.h bloodbro.h bublbobl.h calomega.h coco.h coco3.h cop01.h deadang.h deco32.h drgnmst.h exterm.h fm7.h fmtowns.h gauntlet.h gng.h homedata.h jpmsys5.h kaneko16.h kikikai.h ladybug.h maygay1b.h mbee.h megadriv.h metro.h mpu4.h msx.h mz2500.h neogeo.h nitedrvr.h pacman.h pc6001.h pc8801.h pc88va.h pc9801.h rampart.h relief.h s11.h saitek_stratos.h segas16a.h segas16b.h sms.h sorcerer.h stfight.h supbtime.h taito_l.h tatsumi.h tigeroad.h toaplan1.h trs80.h witch.h x1.h x68k.h zn.h
[/branches/time-experiments/src/mame/layout]coco3.lay crei680.lay* j6drdogh.lay j6indy6.lay* j6indy8.lay* j6indyi.lay j6reelmn.lay j6wldkng.lay kenokb.lay* kn01.lay* mg1.lay* saitek_leonardo.lay saitek_renaissance.lay
[/branches/time-experiments/src/mame/machine]315_5338a.cpp 315_5338a.h bingoct.cpp* bingoct.h* bublbobl.cpp coco.cpp coco3.cpp egret.cpp k573kara.cpp* k573kara.h* kikikai.cpp mbee.cpp megadriv.cpp nb1412m2.cpp nitedrvr.cpp nmk004.cpp sms.cpp sorcerer.cpp toaplan1.cpp
[/branches/time-experiments/src/mame/video]1942.cpp 1943.cpp aquarius.cpp blktiger.cpp calomega.cpp commando.cpp cop01.cpp fmtowns.cpp gime.cpp gime.h gng.cpp gunsmoke.cpp k001005.cpp ladybug.cpp megasys1.cpp namco_c45road.cpp namco_c45road.h namcos2_sprite.cpp namcos2_sprite.h nitedrvr.cpp pacman.cpp tigeroad.cpp tigeroad_spr.cpp vulgus.cpp x68k_crtc.cpp
[/branches/time-experiments/src/osd/modules/debugger/qt]dasmwindow.cpp memorywindow.cpp
[/branches/time-experiments/src/osd/sdl]osdsdl.h sdlmain.cpp window.cpp
[/branches/time-experiments/src/tools]floptool.cpp unidasm.cpp

r177804 Saturday 22nd May, 2021 at 10:17:43 UTC by arcadeshadow
spectrum_cass.xml: 33 new dumps, 5 replacements

New working software list additions
APB (Erbe) [spectrumcomputing.co.uk]
Aspar - GP Master (set 2)
Beach-Head II (set 5, Erbe) [spectrumcomputing.co.uk]
Beverly Hills Cop (IBSA) [spectrumcomputing.co.uk]
Bruce Lee (set 10, Erbe)
Bruce Lee (set 11, Disprosoft)
Brum Brum (Master) [Planeta Sinclair]
Bubble Bobble (Dro Soft) [spectrumcomputing.co.uk]
Bubble Bobble (Musical 1) [spectrumcomputing.co.uk]
E-Motion (Musical 1) [spectrumcomputing.co.uk]
Edd the Duck! (bug fix) [spectrumcomputing.co.uk]
Fred (Microbyte) [spectrumcomputing.co.uk]
Grand Prix Circuit (Dro Soft) [spectrumcomputing.co.uk]
Haunted House [spectrumcomputing.co.uk]
Hero Quest (Dro Soft) [spectrumcomputing.co.uk]
Kick Off (IBSA) [spectrumcomputing.co.uk]
Match Day (IBSA) [spectrumcomputing.co.uk]
Match Day 2 (IBSA) [spectrumcomputing.co.uk]
Moonwalker (Erbe) [spectrumcomputing.co.uk]
Objectif Élysée [Planeta Sinclair]
Ordlek [Planeta Sinclair]
Pang (Erbe) [spectrumcomputing.co.uk]
Penetrator (Investronica) [spectrumcomputing.co.uk]
Phonex [Planeta Sinclair]
Pitfall [Planeta Sinclair]
Platoon (128K) [spectrumcomputing.co.uk]
Rainbow Islands (Erbe, small case) [spectrumcomputing.co.uk]
Rainbow Islands (Musical 1) [spectrumcomputing.co.uk]
Regreso al Futuro - Parte III (MCM) [spectrumcomputing.co.uk]
Scacchi [spectrumcomputing.co.uk]
Super Cars (Erbe) [spectrumcomputing.co.uk]
Uridium (Erbe - small case) [spectrumcomputing.co.uk]
Xadrez [Planeta Sinclair]

Replaced software list items
Aspar - GP Master (set 1)
Brum Brum [Planeta Sinclair]
Cannibals From Outer Space (System 4) [spectrumcomputing.co.uk]
Fred [spectrumcomputing.co.uk]
Match Day 2 (Erbe, alternate) [spectrumcomputing.co.uk]
[/branches/time-experiments/3rdparty/ymfm].editorconfig .gitignore GeneralInfo.md LICENSE README.md
[/branches/time-experiments/3rdparty/ymfm/examples/vgmrender].gitignore em_inflate.cpp em_inflate.h vgmrender.cpp
[/branches/time-experiments/3rdparty/ymfm/src]ymfm.h ymfm_adpcm.cpp ymfm_adpcm.h ymfm_fm.h ymfm_fm.ipp ymfm_opl.cpp ymfm_opl.h ymfm_opm.cpp ymfm_opm.h ymfm_opn.cpp ymfm_opn.h ymfm_opq.cpp ymfm_opq.h ymfm_opz.cpp ymfm_opz.h ymfm_ssg.cpp ymfm_ssg.h
[/branches/time-experiments/hash]a800_flop.xml aquarius_cart.xml bbc_flop_32016.xml bml3_flop.xml chip8_quik.xml fmtowns_cd.xml fmtowns_flop_orig.xml gamegear.xml ibm5150.xml ibm5170.xml mbee_cass.xml pc98.xml pce.xml pce_tourvision.xml rx78_cart.xml sagafox.xml saitek_kso.xml sms.xml spectrum_cass.xml trs80_cass.xml vgmplay.xml vsmile_cart.xml
[/branches/time-experiments/scripts]genie.lua
[/branches/time-experiments/scripts/src]3rdparty.lua bus.lua cpu.lua formats.lua main.lua sound.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua mess.lua virtual.lua
[/branches/time-experiments/src/devices/bus/a7800]xboard.h
[/branches/time-experiments/src/devices/bus/adb]a9m0330.cpp a9m0330.h a9m0331.cpp a9m0331.h adb.cpp adb.h
[/branches/time-experiments/src/devices/bus/apricot/expansion]winchester.cpp
[/branches/time-experiments/src/devices/bus/bbc/1mhzbus]beebopl.h
[/branches/time-experiments/src/devices/bus/bbc/fdc]acorn.cpp acorn.h ams.cpp ams.h cumana.cpp cumana.h opus.cpp opus.h watford.cpp watford.h
[/branches/time-experiments/src/devices/bus/bbc/internal]cumana68k.cpp cumana68k.h
[/branches/time-experiments/src/devices/bus/bbc/tube]tube.cpp tube_32016.cpp tube_80286.cpp tube_arm7.cpp tube_arm7.h
[/branches/time-experiments/src/devices/bus/bml3]bml3mp1802.cpp bml3mp1805.cpp
[/branches/time-experiments/src/devices/bus/c64]sfx_sound_expander.h
[/branches/time-experiments/src/devices/bus/cbus]pc9801_118.cpp pc9801_118.h pc9801_26.cpp pc9801_26.h pc9801_86.h
[/branches/time-experiments/src/devices/bus/electron]m2105.cpp m2105.h
[/branches/time-experiments/src/devices/bus/isa]adlib.h ibm_mfc.cpp ibm_mfc.h sb16.h sblaster.cpp sblaster.h stereo_fx.h
[/branches/time-experiments/src/devices/bus/msx_cart]fmpac.h msx_audio.h yamaha.cpp yamaha.h
[/branches/time-experiments/src/devices/bus/msx_slot]music.h
[/branches/time-experiments/src/devices/bus/nes]konami.h
[/branches/time-experiments/src/devices/bus/nscsi]cd.cpp crd254sh.cpp crd254sh.h devices.cpp
[/branches/time-experiments/src/devices/bus/saitek_osa]expansion.cpp expansion.h maestro.cpp maestro.h maestroa.cpp maestroa.h modules.cpp modules.h sparc.cpp sparc.h
[/branches/time-experiments/src/devices/bus/samcoupe/expansion]expansion.cpp
[/branches/time-experiments/src/devices/bus/sg1000_exp]fm_unit.h
[/branches/time-experiments/src/devices/bus/vsmile]keyboard.cpp keyboard.h mat.h pad.h vsmile_ctrl.cpp vsmile_ctrl.h
[/branches/time-experiments/src/devices/bus/vtech/memexp]rs232.cpp
[/branches/time-experiments/src/devices/cpu/dsp56000]dsp56000d.cpp
[/branches/time-experiments/src/devices/cpu/h8]h83042.cpp h83042.h
[/branches/time-experiments/src/devices/cpu/i86]i286.cpp
[/branches/time-experiments/src/devices/cpu/m6800]6800dasm.cpp 6800dasm.h 6800ops.hxx m6800.cpp m6800.h m6801.cpp m6801.h
[/branches/time-experiments/src/devices/cpu/m68000]m68000.h m68kfpu.cpp
[/branches/time-experiments/src/devices/cpu/m68hc16]cpu16dasm.cpp cpu16dasm.h
[/branches/time-experiments/src/devices/cpu/ns32000]ns32000.cpp ns32000.h
[/branches/time-experiments/src/devices/cpu/pdp8]hd6120.cpp hd6120.h pdp8.cpp pdp8.h pdp8dasm.cpp pdp8dasm.h
[/branches/time-experiments/src/devices/cpu/ucom4]ucom4d.cpp ucom4d.h
[/branches/time-experiments/src/devices/imagedev]floppy.cpp
[/branches/time-experiments/src/devices/machine]am79c90.cpp ch376.cpp ch376.h dc7085.cpp dc7085.h dp83932c.cpp edlc.cpp hd63450.cpp i82586.cpp keyboard.cpp wd1010.cpp wd1010.h wd_fdc.cpp
[/branches/time-experiments/src/devices/sound]ay8910.cpp c140.cpp c140.h c6280.cpp y8950.cpp* y8950.h* ym2151.cpp* ym2151.h* ym2203.cpp* ym2203.h* ym2413.cpp* ym2413.h* ym2608.cpp* ym2608.h* ym2610.cpp* ym2610.h* ym2612.cpp* ym2612.h* ym3526.cpp* ym3526.h* ym3812.cpp* ym3812.h* ymadpcm.cpp* ymadpcm.h* ymf262.cpp* ymf262.h* ymf278b.cpp ymf278b.h ymfm.cpp* ymfm.h* ymfm_mame.h ymopl.cpp ymopl.h ymopm.cpp ymopm.h ymopn.cpp ymopn.h ymopq.cpp ymopq.h ymopz.cpp ymopz.h
[/branches/time-experiments/src/emu]dinetwork.cpp dinetwork.h emumem.cpp emumem_mview.cpp screen.h xtal.cpp
[/branches/time-experiments/src/emu/debug]dvdisasm.cpp
[/branches/time-experiments/src/frontend/mame/ui]floppycntrl.cpp imgcntrl.cpp
[/branches/time-experiments/src/lib/formats]fs_oric_jasmin.cpp fs_oric_jasmin.h fs_prodos.cpp fs_prodos.h fs_unformatted.cpp fs_unformatted.h fsmgr.cpp fsmgr.h
[/branches/time-experiments/src/mame]arcade.flt mame.lst mess.flt
[/branches/time-experiments/src/mame/audio]atarijsa.h leland.h nichisnd.h nitedrvr.cpp pinsnd88.h s11c_bg.h segam1audio.h t5182.h williams.cpp williams.h wpcsnd.h
[/branches/time-experiments/src/mame/drivers]1942.cpp 1943.cpp 2mindril.cpp 88games.cpp actfancr.cpp aerofgt.cpp airbustr.cpp airraid.cpp ajax.cpp aliens.cpp alpha68k_n.cpp amaticmg.cpp amstr_pc.cpp anes.cpp angelkds.cpp apple2.cpp aquarium.cpp aquarius.cpp argus.cpp armedf.cpp ashnojoe.cpp asterix.cpp asuka.cpp atari_s1.cpp atari_s2.cpp atarisy1.cpp battlane.cpp battlera.cpp battlnts.cpp bbusters.cpp bebox.cpp bfcobra.cpp bfm_sc2.cpp bigkarnk_ms.cpp bingoc.cpp bingowav.cpp bionicc.cpp bladestl.cpp blktiger.cpp blktiger_ms.cpp blockhl.cpp blockout.cpp bloodbro_ms.cpp bmcbowl.cpp bmcpokr.cpp bml3.cpp boogwing.cpp brkthru.cpp bublbobl.cpp bw12.cpp cabal.cpp cabaret.cpp calomega.cpp canon_s80.cpp capbowl.cpp capr1.cpp cave.cpp cbasebal.cpp cbuster.cpp cclimber.cpp cgang.cpp chanbara.cpp changyu.cpp chinagat.cpp chinsan.cpp chqflag.cpp cischeat.cpp citycon.cpp cninja.cpp coco3.cpp cointek.cpp combatsc.cpp commando.cpp compgolf.cpp contra.cpp cop01.cpp cps1.cpp cps1bl_5205.cpp cpzodiac.cpp crei680.cpp crimfght.cpp crospang.cpp crshrace.cpp cybertnk.cpp cyclemb.cpp d9final.cpp dai3wksi.cpp dangbar.cpp darius.cpp darkseal.cpp dassault.cpp dblewing.cpp dbz.cpp dcon.cpp ddealer.cpp ddenlovr.cpp ddragon.cpp ddragon3.cpp ddribble.cpp de_2.cpp deadang.cpp dec0.cpp dec8.cpp decmate2.cpp decstation.cpp deniam.cpp dfruit.cpp dietgo.cpp discoboy.cpp djboy.cpp dooyong.cpp dunhuang.cpp dynax.cpp dynduke.cpp esd16.cpp exprraid.cpp exzisus.cpp f-32.cpp f1gp.cpp fantland.cpp fb01.cpp fcrash.cpp ffantasy_ms.cpp fidel_elite.cpp fidel_sc9.cpp firetrap.cpp flkatck.cpp fm7.cpp fmtowns.cpp fresh.cpp fromanc2.cpp fromance.cpp funkyjet.cpp fuukifg2.cpp gaelco.cpp gaiden.cpp galivan.cpp galpanic_ms.cpp galspnbl.cpp gauntlet.cpp ginganin.cpp gladiatr.cpp gluck2.cpp gng.cpp goal92.cpp goindol.cpp gokidetor.cpp goodejan.cpp goori.cpp gotcha.cpp gradius3.cpp gsspade.cpp gstriker.cpp gticlub.cpp gundealr.cpp gunsmoke.cpp hcastle.cpp heromem.cpp hh_hmcs40.cpp hh_tms1k.cpp himesiki.cpp hnayayoi.cpp homerun.cpp hornet.cpp hshavoc.cpp hvyunit.cpp hyprduel.cpp ichiban.cpp igs009.cpp igs011.cpp igs017.cpp igspoker.cpp inufuku.cpp iqblock.cpp ironhors.cpp itech8.cpp jackal.cpp jackie.cpp jackpot.cpp joctronic.cpp joystand.cpp jpmimpctsw.cpp karnov.cpp kikikai.cpp kingdrby.cpp kminus.cpp koftball.cpp korgds8.cpp korgz3.cpp ksys573.cpp labyrunr.cpp ladybug.cpp lastbank.cpp lastduel.cpp legionna.cpp lemmings.cpp lkage.cpp lockon.cpp lordgun.cpp lsasquad.cpp lwings.cpp m107.cpp m72.cpp m90.cpp m92.cpp macquadra700.cpp madmotor.cpp mainevt.cpp matmania.cpp max80.cpp maygayv1.cpp mbee.cpp mcatadv.cpp mechatt.cpp megasys1.cpp megatech.cpp mephisto_brikett.cpp mephisto_modular.cpp mephisto_risc.cpp mephistp.cpp merit.cpp metlclsh.cpp metro.cpp mg1.cpp micro3d.cpp missb2.cpp missbamby.cpp mitchell.cpp mlanding.cpp model2.cpp momoko.cpp moo.cpp mosaic.cpp mpu4vid.cpp mugsmash.cpp multi8.cpp namcos1.cpp namcos2.cpp namcos21.cpp namcos21_c67.cpp namcos21_de.cpp namcos22.cpp namcos86.cpp nbmj8688.cpp nbmj8891.cpp nbmj8900.cpp nbmj8991.cpp nbmj9195.cpp nemesis.cpp neoprint.cpp nightgal.cpp ninjakd2.cpp ninjaw.cpp nitedrvr.cpp nmg5.cpp nmk16.cpp novag_const.cpp nwk-tr.cpp oneshot.cpp onetwo.cpp opwolf.cpp othunder.cpp overdriv.cpp pacman.cpp parodius.cpp pass.cpp pc9801.cpp pcktgal.cpp pipedrm.cpp pipeline.cpp pkscram.cpp pokechmp.cpp popobear.cpp powerins.cpp ppmast93.cpp prehisle.cpp psikyo.cpp psrockman.cpp psychic5.cpp puckpkmn.cpp quizdna.cpp quizpun2.cpp r2dx_v33.cpp raiden.cpp raiden2.cpp raiden_ms.cpp rastan.cpp rbisland.cpp rbmk.cpp realbrk.cpp regence.cpp relief.cpp renegade.cpp rmnimbus.cpp rockrage.cpp rohga.cpp rollerg.cpp rpunch.cpp saitek_corona.cpp saitek_leonardo.cpp saitek_renaissance.cpp saitek_simultano.cpp saitek_stratos.cpp saitek_superstar.cpp sandscrp.cpp sangho.cpp sauro.cpp sbmjb.cpp sbrain.cpp scotrsht.cpp segac2.cpp segacoin.cpp segahang.cpp segajw.cpp segam1.cpp segaorun.cpp segas18.cpp segas24.cpp segas32.cpp segaufo.cpp segaxbd.cpp segaybd.cpp sengokmj.cpp seta.cpp sf.cpp sfkick.cpp shadfrce.cpp shangha3.cpp shanghai.cpp shisen.cpp shootout.cpp sidearms.cpp sidepckt.cpp sigmab31.cpp sigmab52.cpp silkroad.cpp silvmil.cpp simpsons.cpp skyfox.cpp slapshot.cpp smotor.cpp snk.cpp snk68.cpp snowbros.cpp sorcerer.cpp sothello.cpp spbactn.cpp spdheat.cpp spdodgeb.cpp speedbal.cpp splash.cpp splash_ms.cpp spoker.cpp spy.cpp srumbler.cpp sshangha.cpp stadhero.cpp stfight.cpp subsino.cpp subsino2.cpp suna16.cpp suna8.cpp supduck.cpp super80.cpp suprgolf.cpp suprslam.cpp surpratk.cpp sweetland.cpp system16.cpp tail2nos.cpp taito_b.cpp taito_f2.cpp taito_h.cpp taito_l.cpp taito_o.cpp taito_x.cpp taito_z.cpp taitoair.cpp taotaido.cpp tbowl.cpp tceptor.cpp tecmo.cpp tecmo16.cpp tecmosys.cpp tek410x.cpp tekigw.cpp terracre.cpp thedeep.cpp thunderx.cpp tigeroad.cpp tmnt.cpp tnzs.cpp toaplan2.cpp toki.cpp toki_ms.cpp tomcat.cpp topspeed.cpp trs80.cpp tryout.cpp tumbleb.cpp twin16.cpp twincobr.cpp ultraman.cpp umipoker.cpp unico.cpp unixpc.cpp vamphalf.cpp vaportra.cpp vball.cpp vendetta.cpp vgmplay.cpp vigilant.cpp vis.cpp volfied.cpp vt1682.cpp vulgus.cpp wacky_gator.cpp wardner.cpp warriorb.cpp wc90.cpp wc90b.cpp wecleman.cpp welltris.cpp wgp.cpp wrally.cpp wwfsstar.cpp xain.cpp xexex.cpp xmen.cpp xxmissio.cpp ymdx11.cpp ympsr60.cpp ymtx81z.cpp yunsun16.cpp yunsung8.cpp yuvomz80.cpp zn.cpp zr107.cpp
[/branches/time-experiments/src/mame/includes]alpha68k.h amspdwy.h aquarius.h atarisy1.h atarisy2.h badlands.h bloodbro.h bublbobl.h calomega.h coco.h coco3.h cop01.h deadang.h deco32.h drgnmst.h exterm.h fm7.h fmtowns.h gauntlet.h gng.h homedata.h jpmsys5.h kaneko16.h kikikai.h ladybug.h maygay1b.h mbee.h megadriv.h metro.h mpu4.h msx.h mz2500.h neogeo.h nitedrvr.h pacman.h pc6001.h pc8801.h pc88va.h pc9801.h rampart.h relief.h s11.h saitek_stratos.h segas16a.h segas16b.h sms.h sorcerer.h stfight.h supbtime.h taito_l.h tatsumi.h tigeroad.h toaplan1.h trs80.h witch.h x1.h x68k.h zn.h
[/branches/time-experiments/src/mame/layout]coco3.lay* crei680.lay j6drdogh.lay j6indy6.lay j6indy8.lay j6indyi.lay* j6reelmn.lay j6wldkng.lay kenokb.lay kn01.lay mg1.lay saitek_leonardo.lay saitek_renaissance.lay
[/branches/time-experiments/src/mame/machine]315_5338a.cpp 315_5338a.h bingoct.cpp bingoct.h bublbobl.cpp coco.cpp coco3.cpp egret.cpp k573kara.cpp k573kara.h kikikai.cpp mbee.cpp megadriv.cpp nb1412m2.cpp nitedrvr.cpp nmk004.cpp sms.cpp sorcerer.cpp toaplan1.cpp
[/branches/time-experiments/src/mame/video]1942.cpp 1943.cpp aquarius.cpp blktiger.cpp calomega.cpp commando.cpp cop01.cpp fmtowns.cpp gime.cpp gime.h gng.cpp gunsmoke.cpp k001005.cpp ladybug.cpp megasys1.cpp namco_c45road.cpp namco_c45road.h namcos2_sprite.cpp namcos2_sprite.h nitedrvr.cpp pacman.cpp tigeroad.cpp tigeroad_spr.cpp vulgus.cpp x68k_crtc.cpp
[/branches/time-experiments/src/osd/modules/debugger/qt]dasmwindow.cpp memorywindow.cpp
[/branches/time-experiments/src/osd/sdl]osdsdl.h sdlmain.cpp window.cpp
[/branches/time-experiments/src/tools]floptool.cpp unidasm.cpp

r177803 Saturday 22nd May, 2021 at 13:16:23 UTC by R. Belmont
adb: preliminary working A9M0330 IIgs keyboard emulation (not used yet). [R. Belmont]
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/src/devices/bus/adb]a9m0330.cpp* a9m0330.h* a9m0331.cpp adb.cpp adb.h
[/branches/time-experiments/src/mame/machine]egret.cpp

r177802 Saturday 22nd May, 2021 at 13:02:10 UTC by hap
rpatrol: correct boat color
[/branches/time-experiments/src/mame/drivers]cclimber.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team