Note Feed

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

Previous 50 199869 Revisions Next 50

r177339 Wednesday 21st April, 2021 at 22:15:57 UTC by Roberto Fresca
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/time-experiments/src/mame/drivers]calomega.cpp

r177338 Wednesday 21st April, 2021 at 19:12:57 UTC by sasuke.arcade
cyclemb.cpp: Improve input, sound, flip screen, and dip switches (#7979)

* cyclemb.cpp: Improve input, sound, flip screen, and dip switches
- Support for correct input of Cycle Maaboh roller controller. Previous inputs did not work correctly. This made it impossible to clear stage 3 and later, which requires roller inputs.
- Fixed possibly incorrect handling of sound latch. Fixed issue where Cycle Maaboh would not play the stage music. Previously, command to get input was being overwritten by sound latch.
- Support I/O input for hiding screen. Screen switching at start of a stage is now correct.
- Fixed position of tilemap in flip screen of Cycle Maaboh.
- Added support for Sky Destroyer flipscreen.
- Fixed dipswitches. Removed definition of unused bits for non-dipswitch inputs. Added some dipswitch definitions.
- Implemented work RAM switching for sprites. Games on this board used to switch two sprites work RAM every frame. This implementation improved the frame rate of the sprites.
[/branches/time-experiments/src/mame/drivers]cyclemb.cpp

r177337 Wednesday 21st April, 2021 at 19:09:27 UTC by Robbbert
lnw80: added HI-LO switch; enabled CAS files.
[/branches/time-experiments/src/mame/drivers]lnw80.cpp

r177336 Wednesday 21st April, 2021 at 18:14:19 UTC by Vasantha Crabb
laserbat.cpp: Quantise area effect 2/shell effect for catnmous. (#7964)
[/branches/time-experiments/src/mame/audio]laserbat.cpp
[/branches/time-experiments/src/mame/drivers]laserbat.cpp
[/branches/time-experiments/src/mame/includes]laserbat.h
[/branches/time-experiments/src/mame/video]laserbat.cpp

r177335 Wednesday 21st April, 2021 at 18:13:13 UTC by David Haywood
segas16a/sega16b tweaks - change when video is updated (for fantzone) - bump quantum time for 16a cases with MCU (for quartet stage 18) (#7987)
[/branches/time-experiments/src/mame/drivers]segas16a.cpp segas16b.cpp

r177334 Wednesday 21st April, 2021 at 18:11:37 UTC by David Haywood
travrusa.cpp - hold vblank interrupt for the whole of the vblank period, allowing it to retrigger in some cases - improves shtrider countdown sync at start of race (#7989)
[/branches/time-experiments/src/mame/drivers]travrusa.cpp

r177333 Wednesday 21st April, 2021 at 17:35:04 UTC by hap
New working clones
------------------
Compact Computer 40 Plus (prototype) [hap, Jon Guidry]
[/branches/time-experiments/hash]cc40_cart.xml microvision.xml ti74_cart.xml ti95_cart.xml
[/branches/time-experiments/src/devices/bus/odyssey2]homecomp.cpp
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]cc40.cpp dai3wksi.cpp mephisto_mm2.cpp tasc.cpp ti74.cpp
[/branches/time-experiments/src/mame/layout]cc40.lay saitek_risc2500.lay ti74.lay ti95.lay

r177332 Wednesday 21st April, 2021 at 17:06:31 UTC by Robbbert
radionic: PPI and documentation.
[/branches/time-experiments/src/mame/drivers]radionic.cpp trs80.cpp

r177331 Wednesday 21st April, 2021 at 15:27:56 UTC by Robbbert
radionic: added rs232
[/branches/time-experiments/src/mame/drivers]radionic.cpp
[/branches/time-experiments/src/mame/includes]trs80.h

r177330 Wednesday 21st April, 2021 at 13:23:22 UTC by clawgrip
rfslots8085.cpp: fix typo on game name (#7982)
[/branches/time-experiments/src/mame/drivers]rfslots8085.cpp

r177329 Wednesday 21st April, 2021 at 13:22:05 UTC by ksherlock
kp = should be 0x106 (#7973)
[/branches/time-experiments/src/mame/drivers]apple2gs.cpp

r177328 Wednesday 21st April, 2021 at 13:20:27 UTC by Robbbert
radionic: added colour
[/branches/time-experiments/src/mame/drivers]radionic.cpp
[/branches/time-experiments/src/mame/includes]trs80.h

r177327 Wednesday 21st April, 2021 at 09:34:15 UTC by Aaron Giles
ymfm: Check for decay->sustain transitions even if we just transitioned from attack->decay. Affects the cymbal sounds in shinobi.
[/branches/time-experiments/src/devices/sound]ymfm.cpp

r177326 Wednesday 21st April, 2021 at 04:45:50 UTC by ajrhacker
Merge pull request #7985 from brijohn/qx10_fix_segfault

qx10: allocate enough vram for color mode

r177325 Wednesday 21st April, 2021 at 04:27:32 UTC by brian.johnson
qx10: allocate enough vram for color mode
[/branches/time-experiments/src/mame/drivers]qx10.cpp

r177324 Tuesday 20th April, 2021 at 20:54:21 UTC by hap
media_ident: add space to prevent long strings concat when printing results
[/branches/time-experiments/src/frontend/mame]media_ident.cpp

r177323 Tuesday 20th April, 2021 at 20:28:05 UTC by hap
clifront: -romident has no use for mediapath, but it does use hashpath
[/branches/time-experiments/src/frontend/mame]clifront.cpp

r177322 Tuesday 20th April, 2021 at 19:56:52 UTC by Robbbert
radionic: fixed rtc, and floppy reading. Confirmed crystals.
[/branches/time-experiments/src/mame/drivers]radionic.cpp

r177321 Tuesday 20th April, 2021 at 19:02:21 UTC by hap
ibm5170: fix validity error
[/branches/time-experiments/hash]ibm5170.xml
[/branches/time-experiments/src/devices/machine]chessmachine.cpp chessmachine.h smartboard.cpp

r177320 Tuesday 20th April, 2021 at 18:28:33 UTC by ajrhacker
Merge pull request #7984 from brijohn/upd7220

upd7220 fixes
[/branches/time-experiments/src/mame/drivers]rfslots8085.cpp

r177319 Tuesday 20th April, 2021 at 16:37:20 UTC by brian.johnson
upd7220: Support DMAW and DMAR commands
[/branches/time-experiments/src/devices/video]upd7220.cpp upd7220.h
[/branches/time-experiments/src/mame/drivers]qx10.cpp

r177318 Tuesday 20th April, 2021 at 16:36:52 UTC by brian.johnson
upd7220: Fixed mixed mode display area partition parsing
[/branches/time-experiments/src/devices/video]upd7220.cpp
[/branches/time-experiments/src/mame/drivers]rfslots8085.cpp

r177317 Tuesday 20th April, 2021 at 18:19:12 UTC by clawgrip
rfslots8085.cpp: The PCB only has 6 dipswitches (#7983)

* rfslots8085.cpp: The PCB only has 6 dipswitches

* Add anonymous namespace
[/branches/time-experiments/src/mame/drivers]rfslots8085.cpp

r177316 Tuesday 20th April, 2021 at 16:28:17 UTC by Aaron Giles
twinspri: Fix missing samples by masking the ADPCM-A end address properly.
[/branches/time-experiments/src/devices/sound]ymadpcm.cpp ymfm.cpp

r177315 Tuesday 20th April, 2021 at 16:07:27 UTC by Robbbert
trs80: used array of floppy drives
[/branches/time-experiments/src/mame/drivers]lnw80.cpp radionic.cpp trs80.cpp trs80m3.cpp
[/branches/time-experiments/src/mame/includes]trs80.h trs80m3.h
[/branches/time-experiments/src/mame/machine]trs80.cpp trs80m3.cpp

r177314 Tuesday 20th April, 2021 at 15:06:43 UTC by hap
New working software list additions
-----------------------------------
ibm5170: SmartBoard Driver (DOS), SmartBoard Driver SDK (Win32) [hap]
[/branches/time-experiments/hash]ibm5170.xml
[/branches/time-experiments/src/devices/machine]smartboard.cpp

r177313 Tuesday 20th April, 2021 at 14:06:33 UTC by AJR
rx01: Preliminary, untested host interface
[/branches/time-experiments/src/devices/cpu/rx01]rx01.cpp rx01.h rx01dasm.cpp

r177312 Tuesday 20th April, 2021 at 11:28:40 UTC by Dirk Best
basf7100: Improve video rendering
[/branches/time-experiments/src/mame/drivers]basf7100.cpp calomega.cpp

r177311 Tuesday 20th April, 2021 at 02:38:06 UTC by Roberto Fresca
Corrected 906-III memory map documentation.
[/branches/time-experiments/src/mame/drivers]calomega.cpp

r177310 Tuesday 20th April, 2021 at 02:22:49 UTC by Roberto Fresca
System 906-III improvements: [Roberto Fresca, Grull Osgo]
- Reworked a lot of things to get the platform playable.
- Switched to Rockwell R65C02 CPU.
- Added missing inputs, timers, clocks and connections.
- Renamed Game 58.01 to CEI 51.08 (CEI 906-III Poker).
- Added new games to the platform.

New working machines
--------------------
Casino 21 UCMC/IWC (ver 30.08) [Roberto Fresca, Grull Osgo]
Poker UCMC/IWC (ver 162.03) [Roberto Fresca, Grull Osgo]
Poker UCMC/IWC (ver 162.03 20-6-91) [Roberto Fresca, Grull Osgo]

Machines promoted to working
----------------------------
CEI 51.08 (CEI 906-III Poker) [Roberto Fresca, Grull Osgo]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]calomega.cpp
[/branches/time-experiments/src/mame/includes]calomega.h

r177309 Tuesday 20th April, 2021 at 02:18:05 UTC by AJR
Purge various obsolete and redundant #includes
[/branches/time-experiments/src/devices/bus/bml3]bml3mp1805.h
[/branches/time-experiments/src/mame/drivers]thomson.cpp
[/branches/time-experiments/src/mame/machine]mac.cpp macpci.cpp

r177308 Tuesday 20th April, 2021 at 02:05:47 UTC by AJR
mn1880d.cpp: Minor documentation fixes
[/branches/time-experiments/src/devices/cpu/mn1880]mn1880d.cpp

r177307 Tuesday 20th April, 2021 at 02:05:17 UTC by AJR
model1.cpp: Add main NVRAM used for bookkeeping
[/branches/time-experiments/src/mame/drivers]model1.cpp

r177306 Monday 19th April, 2021 at 23:52:36 UTC by hap
smartboard: changes to make tasc smartboard test program work
[/branches/time-experiments/src/devices/bus/centronics]smartboard.h
[/branches/time-experiments/src/devices/machine]smartboard.cpp smartboard.h
[/branches/time-experiments/src/mame/drivers]tasc.cpp

r177305 Monday 19th April, 2021 at 19:44:17 UTC by AJR
mn1860: Identify another 2 opcodes in disassembly
[/branches/time-experiments/src/devices/cpu/mn1880]mn1880d.cpp

r177304 Monday 19th April, 2021 at 18:50:31 UTC by AJR
mn1860: Recognize two more opcodes in disassembly
[/branches/time-experiments/src/devices/cpu/mn1880]mn1880d.cpp

r177303 Monday 19th April, 2021 at 18:17:01 UTC by hap
smartboard: add user config to allow duplicate piece ids
[/branches/time-experiments/src/devices/machine]smartboard.cpp smartboard.h

r177302 Monday 19th April, 2021 at 17:27:33 UTC by Dirk Best
basf7100: Hook up interrupt controller, keyboard

- Hooked up PIC and connected keyboard and vblank interrupts
- Implemented HLE keyboard (all keys mapped, using the translation ROM for keycodes)
- Increased shared memory to 40k
- Fixed interrupt flags register
- Implemented cursor and roll offset
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/mame/drivers]basf7100.cpp
[/branches/time-experiments/src/mame/machine]basf7100_kbd.cpp* basf7100_kbd.h*

r177301 Monday 19th April, 2021 at 16:42:11 UTC by AJR
mame.lst, mess.lua: Fix build errors from c037dfd82238537752e2078f52a3276badfbff83
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/mame]mame.lst

r177300 Monday 19th April, 2021 at 15:11:09 UTC by hap
dai3wksi: update note
[/branches/time-experiments/src/mame/drivers]dai3wksi.cpp

r177299 Monday 19th April, 2021 at 12:53:28 UTC by hap
smartboard: add internal artwork for the pc version
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/src/devices/bus/centronics]smartboard.cpp smartboard.h
[/branches/time-experiments/src/emu/layout]smartboard.lay*

r177298 Monday 19th April, 2021 at 11:01:19 UTC by hap
smartboard: add support to connect it to pc printer port
[/branches/time-experiments/scripts/src]bus.lua machine.lua
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/devices/bus/centronics]chessmec.cpp ctronics.cpp digiblst.cpp digiblst.h smartboard.cpp* smartboard.h*
[/branches/time-experiments/src/devices/machine]smartboard.cpp* smartboard.h*
[/branches/time-experiments/src/mame/drivers]tasc.cpp
[/branches/time-experiments/src/mame/layout]tascr30.lay
[/branches/time-experiments/src/mame/machine]smartboard.cpp smartboard.h

r177297 Monday 19th April, 2021 at 09:44:03 UTC by Olivier Galibert
thomson,bm3: Correct compile errors due to incorrectly pushing a not entirely mature patch (but good enough for a start)
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/devices/bus/bml3]bml3mp1805.cpp
[/branches/time-experiments/src/devices/bus/nscsi]cdu75s.cpp

r177296 Monday 19th April, 2021 at 08:13:18 UTC by Angelo Salese
New machines marked as NOT_WORKING (#7904)

* pc9801.cpp: proper ipl ROM dump for pc486mu [flyingharuka]

* New machines marked as NOT_WORKING
----------------------------------
PC-386M [flyingharuka]

* New clones marked as NOT_WORKING
--------------------------------
PC-486SE [flyingharuka]
PC-9821Xa16 [flyingharuka]
PC-9821Ra20 (98MATE R) [flyingharuka]
PC-9821Ra333 [flyingharuka]

* pc9801.cpp: update QA

* pc9801.cpp: move several SW notes from main driver to XML

* pc9801.cpp: Make Epson machines to derive parent-clone relationship from pc486mu

* pc9801.cpp: Backport ROM bankswitch to pc486mu, making it to ERR:VR too, promote pc386m to parent romset since it definitely diverge

* pc88va.cpp: correct main CPU to V50;

* pc9801.cpp: rearrange system metadata, in prevision of actual state
machine splits;

* pc9801.cpp: fix mouse input when in absolute mode (prinmak2, tim, pentium)

* pc9801.cpp: improve mouse latch/delta readback, fix biblems2 regression

* pc9801.cpp: finalize QA notes

* pc98.xml: fix validation, add some extra QA notes

* pc9801.cpp: QA update over feedback by cracyc
[/branches/time-experiments/hash]pc98.xml pc98_cd.xml
[/branches/time-experiments/src/devices/bus/cbus]pc9801_cbus.cpp
[/branches/time-experiments/src/devices/video]upd7220.cpp
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]pc88va.cpp pc9801.cpp
[/branches/time-experiments/src/mame/includes]pc88va.h pc9801.h

r177295 Monday 19th April, 2021 at 07:50:19 UTC by Olivier Galibert
thomson: Turn the extensions into slot devices, modernize the floppies
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua
[/branches/time-experiments/src/devices/bus/bml3]bml3bus.h bml3mp1805.cpp bml3mp1805.h
[/branches/time-experiments/src/devices/bus/thomson]cd90_015.cpp* cd90_015.h* cd90_351.cpp* cd90_351.h* cd90_640.cpp* cd90_640.h* cq90_028.cpp* cq90_028.h* extension.cpp* extension.h* nanoreseau.cpp* nanoreseau.h*
[/branches/time-experiments/src/devices/machine]mc6843.cpp mc6843.h wd_fdc.cpp
[/branches/time-experiments/src/lib/formats]all.cpp thom_dsk.cpp thom_dsk.h wd177x_dsk.cpp
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]thomson.cpp
[/branches/time-experiments/src/mame/includes]thomson.h
[/branches/time-experiments/src/mame/machine]thomflop.cpp thomflop.h thomson.cpp
[/branches/time-experiments/src/mame/video]thomson.cpp

r177294 Monday 19th April, 2021 at 07:50:19 UTC by Olivier Galibert
cdu75s: Add internal rom dump [Al Kossow]
[/branches/time-experiments/src/devices/bus/nscsi]cdu75s.cpp

r177293 Monday 19th April, 2021 at 01:54:49 UTC by AJR
wy85: Add alternate revision of program ROM [Bitsavers]
[/branches/time-experiments/src/mame/drivers]wy85.cpp

r177292 Monday 19th April, 2021 at 01:23:09 UTC by AJR
u110_card.xml: Fix validation errors in 6f576131989b64ceb09c6ccee5f4122f29d5c84c
[/branches/time-experiments/hash]u110_card.xml

r177291 Sunday 18th April, 2021 at 22:36:10 UTC by ajrhacker
Merge pull request #7968 from ValleyBell/cm32p-pcm-cards

CM-32P: support PCM cards, add U-110 card softlist
[/branches/time-experiments/docs/source/initialsetup]compilingmame.rst
[/branches/time-experiments/hash]a800.xml a800_flop.xml ibm5150.xml ibm5170.xml leapfrog_ltleappad_cart.xml megadriv.xml msx2_flop.xml spectrum_cass.xml trs80m2.xml vsmile_cart.xml
[/branches/time-experiments/scripts]toolchain.lua
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/scripts/src/osd]modules.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua mess.lua
[/branches/time-experiments/src/devices/bus/nscsi]cdu415.cpp* cdu415.h* cdu561.cpp* cdu561.h* cdu75s.cpp devices.cpp
[/branches/time-experiments/src/devices/bus/ti99/peb]cc_fdc.cpp myarcfdc.cpp
[/branches/time-experiments/src/devices/cpu/h8]h8d.cpp
[/branches/time-experiments/src/devices/cpu/m37710]m37710.cpp m37710.h
[/branches/time-experiments/src/devices/cpu/mc68hc11]hc11ops.hxx
[/branches/time-experiments/src/devices/imagedev]floppy.cpp
[/branches/time-experiments/src/devices/machine]chessmachine.cpp chessmachine.h
[/branches/time-experiments/src/devices/sound]swp30.cpp swp30.h
[/branches/time-experiments/src/emu]emumem_mview.cpp sound.cpp xtal.cpp
[/branches/time-experiments/src/frontend/mame/ui]analogipt.cpp floppycntrl.cpp inputmap.cpp mainmenu.cpp miscmenu.cpp tapectrl.cpp videoopt.cpp
[/branches/time-experiments/src/lib/formats]all.cpp ap_dsk35.cpp imd_dsk.cpp mm_dsk.cpp trs80_dsk.cpp trs80_dsk.h trs_cas.cpp wd177x_dsk.cpp
[/branches/time-experiments/src/mame]mame.lst mess.flt
[/branches/time-experiments/src/mame/drivers]a2600.cpp alphasma.cpp apple2.cpp applix.cpp asteroid.cpp basf7100.cpp combatsc.cpp contra.cpp cps3.cpp dai3wksi.cpp dogfgt.cpp elzet80.cpp* fidel_as12.cpp fidel_csc.cpp fidel_eag68k.cpp fidel_excel.cpp fidel_phantom.cpp fidel_sc9.cpp firebeat.cpp flkatck.cpp galivan.cpp hornet.cpp intellec8.cpp* jpmimpctsw.cpp junior80.cpp* lnw80.cpp mac128.cpp macpdm.cpp max80.cpp* megadriv_acbl.cpp mephisto_academy.cpp mephisto_amsterdam.cpp* mephisto_berlin.cpp mephisto_brikett.cpp mephisto_glasgow.cpp mephisto_milano.cpp mephisto_mm1.cpp mephisto_mm2.cpp mephisto_modena.cpp mephisto_modular.cpp mephisto_modular_tm.cpp mephisto_mondial.cpp mephisto_mondial2.cpp mephisto_mondial68k.cpp mephisto_montec.cpp mephisto_polgar.cpp mephisto_risc.cpp mephisto_smondial.cpp* midtunit.cpp midxunit.cpp midyunit.cpp namcofl.cpp naomi.cpp omegrace.cpp pgm.cpp playmark.cpp qx10.cpp radionic.cpp* roland_pr100.cpp* roland_s10.cpp saitek_corona.cpp saitek_risc2500.cpp saitek_simultano.cpp saitek_stratos.cpp segaorun.cpp segas16b.cpp segasp.cpp seta.cpp snesb.cpp subhuntr.cpp suprgolf.cpp taito_z.cpp tasc.cpp terracre.cpp trs80.cpp trs80m3.cpp twinkle.cpp vicdual.cpp wecleman.cpp ymmu100.cpp
[/branches/time-experiments/src/mame/includes]combatsc.h contra.h flkatck.h playmark.h simpsons.h taito_z.h trs80.h wecleman.h
[/branches/time-experiments/src/mame/layout]chasehq.lay* contcirc.lay enforce.lay enforceja.lay* finalapr.lay* j6mono60.lay j6mono6010.lay* j6mono608.lay* j6montlk.lay* j6montlk6.lay* j6montlkb.lay mephisto_1.lay mephisto_3.lay mephisto_academy.lay mephisto_alm16.lay mephisto_alm32.lay mephisto_amsterdam.lay mephisto_berlin.lay mephisto_bup.lay mephisto_esb2.lay mephisto_gen32.lay mephisto_glasgow.lay mephisto_junior.lay mephisto_megaiv.lay mephisto_milano.lay mephisto_mirage.lay mephisto_mm1.lay mephisto_mm2.lay mephisto_modena.lay mephisto_modular_tm.lay mephisto_mondial.lay mephisto_mondial2.lay mephisto_mondial68k.lay mephisto_montec.lay mephisto_polgar.lay mephisto_risc.lay mephisto_smondial.lay mephisto_smondial2.lay namcofl.lay saitek_risc2500.lay tascr30.lay warp1bl.lay*
[/branches/time-experiments/src/mame/machine]k007452.cpp* k007452.h* mb87013.cpp* mb87013.h* mmboard.cpp mmboard.h nb1412m2.cpp nb1412m2.h smartboard.cpp smartboard.h
[/branches/time-experiments/src/mame/video]mmdisplay1.cpp* mmdisplay1.h* mmdisplay2.cpp mmdisplay2.h taito_z.cpp trs80.cpp trs80m3.cpp tx1.cpp
[/branches/time-experiments/src/osd/modules/lib]osdobj_common.cpp
[/branches/time-experiments/src/osd/modules/sound]pulse_sound.cpp*

r177290 Saturday 17th April, 2021 at 14:27:23 UTC by ValleyBell
CM-32P: support PCM cards, add U-110 card softlist
[/branches/time-experiments/docs/source/initialsetup]compilingmame.rst
[/branches/time-experiments/hash]a800.xml a800_flop.xml ibm5150.xml ibm5170.xml leapfrog_ltleappad_cart.xml megadriv.xml msx2_flop.xml spectrum_cass.xml trs80m2.xml u110_card.xml* vsmile_cart.xml
[/branches/time-experiments/scripts]toolchain.lua
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/scripts/src/osd]modules.lua
[/branches/time-experiments/scripts/target/mame]arcade.lua mess.lua
[/branches/time-experiments/src/devices/bus/nscsi]cdu415.cpp cdu415.h cdu561.cpp cdu561.h cdu75s.cpp devices.cpp
[/branches/time-experiments/src/devices/bus/ti99/peb]cc_fdc.cpp myarcfdc.cpp
[/branches/time-experiments/src/devices/cpu/h8]h8d.cpp
[/branches/time-experiments/src/devices/cpu/m37710]m37710.cpp m37710.h
[/branches/time-experiments/src/devices/cpu/mc68hc11]hc11ops.hxx
[/branches/time-experiments/src/devices/imagedev]floppy.cpp
[/branches/time-experiments/src/devices/machine]chessmachine.cpp chessmachine.h
[/branches/time-experiments/src/devices/sound]swp30.cpp swp30.h
[/branches/time-experiments/src/emu]emumem_mview.cpp sound.cpp xtal.cpp
[/branches/time-experiments/src/frontend/mame/ui]analogipt.cpp floppycntrl.cpp inputmap.cpp mainmenu.cpp miscmenu.cpp tapectrl.cpp videoopt.cpp
[/branches/time-experiments/src/lib/formats]all.cpp ap_dsk35.cpp imd_dsk.cpp mm_dsk.cpp trs80_dsk.cpp trs80_dsk.h trs_cas.cpp wd177x_dsk.cpp
[/branches/time-experiments/src/mame]mame.lst mess.flt
[/branches/time-experiments/src/mame/drivers]a2600.cpp alphasma.cpp apple2.cpp applix.cpp asteroid.cpp basf7100.cpp combatsc.cpp contra.cpp cps3.cpp dai3wksi.cpp dogfgt.cpp elzet80.cpp fidel_as12.cpp fidel_csc.cpp fidel_eag68k.cpp fidel_excel.cpp fidel_phantom.cpp fidel_sc9.cpp firebeat.cpp flkatck.cpp galivan.cpp hornet.cpp intellec8.cpp jpmimpctsw.cpp junior80.cpp lnw80.cpp mac128.cpp macpdm.cpp max80.cpp megadriv_acbl.cpp mephisto_academy.cpp mephisto_amsterdam.cpp mephisto_berlin.cpp mephisto_brikett.cpp mephisto_glasgow.cpp mephisto_milano.cpp mephisto_mm1.cpp mephisto_mm2.cpp mephisto_modena.cpp mephisto_modular.cpp mephisto_modular_tm.cpp mephisto_mondial.cpp mephisto_mondial2.cpp mephisto_mondial68k.cpp mephisto_montec.cpp mephisto_polgar.cpp mephisto_risc.cpp mephisto_smondial.cpp midtunit.cpp midxunit.cpp midyunit.cpp namcofl.cpp naomi.cpp omegrace.cpp pgm.cpp playmark.cpp qx10.cpp radionic.cpp roland_cm32p.cpp roland_pr100.cpp roland_s10.cpp saitek_corona.cpp saitek_risc2500.cpp saitek_simultano.cpp saitek_stratos.cpp segaorun.cpp segas16b.cpp segasp.cpp seta.cpp snesb.cpp subhuntr.cpp suprgolf.cpp taito_z.cpp tasc.cpp terracre.cpp trs80.cpp trs80m3.cpp twinkle.cpp vicdual.cpp wecleman.cpp ymmu100.cpp
[/branches/time-experiments/src/mame/includes]combatsc.h contra.h flkatck.h playmark.h simpsons.h taito_z.h trs80.h wecleman.h
[/branches/time-experiments/src/mame/layout]chasehq.lay contcirc.lay enforce.lay* enforceja.lay finalapr.lay j6mono60.lay j6mono6010.lay j6mono608.lay j6montlk.lay j6montlk6.lay j6montlkb.lay* mephisto_1.lay mephisto_3.lay mephisto_academy.lay mephisto_alm16.lay mephisto_alm32.lay mephisto_amsterdam.lay mephisto_berlin.lay mephisto_bup.lay mephisto_esb2.lay mephisto_gen32.lay mephisto_glasgow.lay mephisto_junior.lay mephisto_megaiv.lay* mephisto_milano.lay mephisto_mirage.lay mephisto_mm1.lay mephisto_mm2.lay mephisto_modena.lay mephisto_modular_tm.lay mephisto_mondial.lay mephisto_mondial2.lay mephisto_mondial68k.lay mephisto_montec.lay mephisto_polgar.lay mephisto_risc.lay mephisto_smondial.lay mephisto_smondial2.lay namcofl.lay* saitek_risc2500.lay tascr30.lay warp1bl.lay
[/branches/time-experiments/src/mame/machine]k007452.cpp k007452.h mb87013.cpp mb87013.h mmboard.cpp mmboard.h nb1412m2.cpp nb1412m2.h smartboard.cpp smartboard.h
[/branches/time-experiments/src/mame/video]mmdisplay1.cpp mmdisplay1.h mmdisplay2.cpp mmdisplay2.h taito_z.cpp trs80.cpp trs80m3.cpp tx1.cpp
[/branches/time-experiments/src/osd/modules/lib]osdobj_common.cpp
[/branches/time-experiments/src/osd/modules/sound]pulse_sound.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team