Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r33633 Tuesday 2nd December, 2014 at 20:34:54 UTC by Osso |
|---|
| yunsun16.c: use device address map for the oki (nw) |
| [src/mame/drivers] | yunsun16.c |
| [src/mame/includes] | yunsun16.h |
| [src/mame/video] | yunsun16.c |
| r33632 Tuesday 2nd December, 2014 at 20:16:43 UTC by David Haywood |
|---|
| use rombank instead of custom handler (nw) |
| [src/mame/drivers] | galpani2.c |
| [src/mame/includes] | galpani2.h |
| r33631 Tuesday 2nd December, 2014 at 19:18:59 UTC by David Haywood |
|---|
| fix an old regression in the gp2 driver (nw) |
| [src/mame/drivers] | galpani2.c |
| r33630 Tuesday 2nd December, 2014 at 18:43:01 UTC by Wilbert Pol |
|---|
| tms0980.c: Small cleanup (nw) |
| [src/emu/cpu/tms0980] | tms0980.c |
| r33629 Tuesday 2nd December, 2014 at 18:02:31 UTC by Mike Naberezny |
|---|
| Merge pull request #65 from ZoeB/master Tidy comments |
| [src/emu/cpu/tms0980] | tms0980.c |
| [src/mame/drivers] | galpani2.c |
| [src/mame/includes] | galpani2.h |
| [src/mame/video] | galpani2.c |
| r33628 Tuesday 2nd December, 2014 at 17:16:41 UTC by Zoë Blade |
|---|
| Tidy comments Squashed commit of the following: commit 8d8a0d9713d4614b22f06fda4cf948d4d5561de0 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Tue Dec 2 17:15:42 2014 +0000 Revert fixes to libraries I'll fix those at the source, where possible. commit 5dde94e3e60dcc622d5b782acaa62e590c62bafb Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Tue Dec 2 16:57:32 2014 +0000 Add apostrophes commit b27e168b58861f1ad0ca7af1c6ca1629cc6730ce Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 16:28:58 2014 +0000 Fix some more word duplication I've left some instances of " in in " in, as they're ambiguous and may actually be correct. commit a3dfd10cd501c3a521010942f950f5ca2c5395a7 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:35:03 2014 +0000 Fix another typo commit 01a3702209d9e880ac8f60dc4d74f26d426234fb Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:33:57 2014 +0000 Fix more typos commit 56c6fffd8769cdfab62c59c04d41b98b7f425262 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:30:19 2014 +0000 Hopefully fix typos I'm not entirely sure about src/mame/drivers/nova2001.c line 933, as it could plausibly be either "which is not the top bit" or "which is now the top bit", with almost opposite meaning. commit 906507b221de0175d236e252dc51f122cb56db23 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 08:39:55 2014 +0000 Fix another typo commit 14fcd939ae1c0570c10aacf00c6ea86724086f92 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 08:38:16 2014 +0000 Fix some more word doubling in comments commit d21283a447b94b28a38ec742a09fe425d77b55b2 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 23:06:07 2014 +0000 Fix some more typos commit 59b14d204af6d5983ea6dea2f5c8ad5bcc80460c Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:56:53 2014 +0000 Tidy more commit 9b3c9a868596c04c1a61b35aa8c96fb82c885149 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:43:30 2014 +0000 Tidy more comments |
| [docs] | floppy.txt |
| [hash] | coco_flop.xml |
| [src/emu/cpu/alto2] | a2disp.h a2ether.c |
| [src/emu/cpu/tms0980] | tms0980.c |
| [src/mame/audio] | dcs.c gottlieb.c |
| [src/mame/drivers] | 40love.c bfm_sc4h.c bottom9.c champbas.c cps1.c crystal.c dietgo.c ecoinfr.c gaelco3d.c galpani2.c igs_m036.c multfish_ref.c nova2001.c re900.c system16.c vsnes.c wc90b.c |
| [src/mame/includes] | galpani2.h toaplan1.h |
| [src/mame/machine] | pgmprot_igs027a_type3.c |
| [src/mame/video] | bosco.c galpani2.c tankbust.c |
| [src/mess/audio] | upd1771.c |
| [src/mess/tools/imgtool/modules] | os9.c |
| r33627 Tuesday 2nd December, 2014 at 17:48:37 UTC by hap |
|---|
| readded microinstructions info |
| [src/emu/cpu/tms0980] | tms0980.c |
| r33626 Tuesday 2nd December, 2014 at 17:37:32 UTC by David Haywood |
|---|
| use RGB32 for galpani2, it has blending, very evident in the videos available. I also wonder if the rgb15 layer is 256 pixels stretched to the same size as 320 pixels, the data written during the RAM test compared to what is shown on YouTube videos is suggestive of that. I guess I should try and find the gal images in the data roms to see what format they're stored in too. no real improvement, just the result of me studying it for a bit (nw) |
| [src/mame/drivers] | galpani2.c |
| [src/mame/includes] | galpani2.h |
| [src/mame/video] | galpani2.c |
| r33625 Tuesday 2nd December, 2014 at 12:51:23 UTC by David Haywood |
|---|
| cultures.c, modernize it a bit (nw) |
| [src/mame/drivers] | cultures.c |
| r33624 Tuesday 2nd December, 2014 at 09:46:05 UTC by Osso |
|---|
| Merge pull request #62 from p1pkin/gaelco#1 atvtrack.c make Smashing Drive going somewhere instead of hang emulator ... |
| [hash] | adam_cass.xml leapster.xml |
| [src/mame/drivers] | lindbergh.c |
| r33623 Monday 1st December, 2014 at 22:57:28 UTC by MetalliC |
|---|
| atvtrack.c make Smashing Drive going somewhere instead of hang emulator [MetalliC, Demul team] |
| [hash] | adam_cass.xml leapster.xml |
| [src/mame/drivers] | atvtrack.c lindbergh.c |
| r33622 Tuesday 2nd December, 2014 at 07:23:31 UTC by Guru |
|---|
| Merge pull request #63 from mock--/master Lindbergh game list additions |
| [hash] | adam_cass.xml leapster.xml |
| r33621 Tuesday 2nd December, 2014 at 01:03:09 UTC by mock |
|---|
| Lindbergh game list additions |
| [hash] | adam_cass.xml leapster.xml |
| [src/mame/drivers] | lindbergh.c |
| r33620 Tuesday 2nd December, 2014 at 03:03:35 UTC by Scott Stone |
|---|
| Alignment fixes for recent changes to XML hashes. (nw) |
| [hash] | adam_cass.xml leapster.xml |
| r33619 Monday 1st December, 2014 at 22:15:27 UTC by David Haywood |
|---|
| handle botanic protection? that kicks in when you complete a level (nw) |
| [src/mame/drivers] | bagman.c |
| r33618 Monday 1st December, 2014 at 21:22:33 UTC by David Haywood |
|---|
| 3 more Leapster dumps [Team Europe] |
| [hash] | leapster.xml |
| r33617 Monday 1st December, 2014 at 20:45:19 UTC by hap |
|---|
| (MESS) Rewrote TMS1xxx MCU core and added support for a couple of classic Texas Instruments handheld calculators. [hap, seanriddle] |
| [src/emu/cpu/tms0980] | tms0980.c tms0980.h |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | comp4.c merlin.c microvsn.c simon.c stopthie.c ticalc1x.c |
| [src/mess/layout] | comp4.lay* merlin.lay ti1270.lay* ti30.lay* tisr16.lay* wizatron.lay* |
| r33616 Monday 1st December, 2014 at 20:40:21 UTC by David Haywood |
|---|
| new clones Brick Blast (bootleg of Wall Crash) [Edcross & Rockman (from Aumap)] PCB is from Spanish company FADESA |
| [src/mame] | mame.lst |
| [src/mame/drivers] | wallc.c |
| r33615 Monday 1st December, 2014 at 20:30:22 UTC by David Haywood |
|---|
| unify sprite handling between bionicc, tigeroad, supduck etc. (nw) |
| [src/mame] | mame.mak |
| [src/mame/drivers] | bionicc.c supduck.c tigeroad.c |
| [src/mame/includes] | bionicc.h tigeroad.h |
| [src/mame/video] | bionicc.c tigeroad.c tigeroad_spr.c* tigeroad_spr.h* |
| r33614 Monday 1st December, 2014 at 18:51:13 UTC by David Haywood |
|---|
| m4 is understood (bit order etc. finalized, PICs decapped), no longer need these here to study. (nw) |
| [src/mame/machine] | naomicrypt.c |
| r33613 Monday 1st December, 2014 at 18:11:30 UTC by David Haywood |
|---|
| there are a lot of drivers where we do excessive ROM_RELOAD in the rom structure, or memcpy in the init (or at runtime) where using OKI memory maps is a lot cleaner, this deals with 'relief.c' (nw) |
| [src/mame/drivers] | relief.c |
| [src/mame/includes] | relief.h |
| r33612 Monday 1st December, 2014 at 17:32:42 UTC by David Haywood |
|---|
| add communication MCU ROM (dumped from a prototype) to the Riding Hero sets [Brian Hargrove] |
| [hash] | neogeo.xml |
| [src/mame/drivers] | neogeo_noslot.c |
| r33611 Monday 1st December, 2014 at 16:51:37 UTC by David Haywood |
|---|
| redump / verify Fight Fever romsets [DsNo] Boards used for redump.... ![]() ![]() |
| [hash] | neogeo.xml |
| [src/mame/drivers] | neogeo_noslot.c |
| r33610 Monday 1st December, 2014 at 16:28:17 UTC by David Haywood |
|---|
| add some Smashing Drive hw details [Demul Team] |
| [src/mame/drivers] | atvtrack.c |
| r33609 Monday 1st December, 2014 at 15:45:26 UTC by David Haywood |
|---|
| add supduck palette type to emupal.c and use that (nw) |
| [src/emu] | emupal.c emupal.h |
| [src/mame/drivers] | alpha68k.c supduck.c |
| r33608 Monday 1st December, 2014 at 15:15:47 UTC by David Haywood |
|---|
| here too, there are probably more cases of this too (nw) |
| [src/mame/drivers] | thedeep.c |
| r33607 Monday 1st December, 2014 at 15:02:31 UTC by David Haywood |
|---|
| remove old redundant hack for kidniki, our core / memory system are more intelligent these days (nw) |
| [src/mame/drivers] | m62.c |
| r33606 Monday 1st December, 2014 at 07:39:34 UTC by Guru |
|---|
| lindbergh.c - add preliminary game list to readme |
| [src/mame/drivers] | lindbergh.c |
| r33605 Monday 1st December, 2014 at 04:36:43 UTC by Scott Stone |
|---|
| (MESS) intvkbd - intv.c: Added keyboard proms and readme information from initial rom package. [Tafoid] |
| [src/mess/drivers] | intv.c |
| r33604 Sunday 30th November, 2014 at 22:55:48 UTC by Mike Naberezny |
|---|
| Merge pull request #59 from ZoeB/master Fix various typos |
| r33603 Sunday 30th November, 2014 at 22:29:32 UTC by Zoë Blade |
|---|
| Fix various typos Squashed commit of the following: commit 040fd169bfd6845b33d3f86fd66afb4a632605c6 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:24:30 2014 +0000 Fix more typos in comments commit 6121ae593008a574735427e047fdb7a16f4fa47f Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:20:37 2014 +0000 Fix more typos Not all are in comments this time, but the vast majority are, and the rest are in printed text. None are variable or constant names. commit 84bc72573009bb46f5601f7257a7f7538f25cfc2 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:01:46 2014 +0000 Fix some typos |
| [hash] | snes.xml |
| [src/emu] | machine.c mame.c memory.c timer.c |
| [src/emu/bus/nes] | pirate.c |
| [src/emu/cpu/alto2] | a2disk.c a2disp.c a2disp.h a2ether.c alto2cpu.h |
| [src/emu/cpu/i860] | i860dec.inc |
| [src/emu/debug] | debugcpu.h debughlp.c |
| [src/emu/machine] | wd_fdc.h |
| [src/emu/sound] | upd7759.c |
| [src/emu/ui] | miscmenu.c |
| [src/lib/formats] | thom_cas.c |
| [src/lib/libflac/include/FLAC] | metadata.h |
| [src/lib/sqlite3] | sqlite3.c |
| [src/lib/util] | flac.h simple_set.h |
| [src/lib/winpcap] | Packet32.h Win32-Extensions.h |
| [src/lib/zlib] | deflate.c |
| [src/mame/audio] | bzone.c |
| [src/mame/drivers] | bbusters.c dec0.c halleys.c wheelfir.c |
| [src/mame/machine] | 3do.c decocass_tape.c fd1094.c |
| [src/mame/video] | atarimo.c k054156_k054157_k056832.c segag80r.c |
| [src/mess/drivers] | ptcsol.c |
| [src/mess/includes] | sorcerer.h z80ne.h |
| [src/mess/machine] | bbc.c |
| r33602 Sunday 30th November, 2014 at 20:49:07 UTC by Justin Kerk |
|---|
| grumble (nw) |
| [/trunk] | README.md |
| r33601 Sunday 30th November, 2014 at 20:45:31 UTC by Justin Kerk |
|---|
| Add more info to the GitHub readme to prevent confusion. [Justin Kerk] |
| [/trunk] | README.md |
| r33600 Sunday 30th November, 2014 at 20:38:54 UTC by Alex W. Jackson |
|---|
| audio/seibu.c: remove unused functions (nw) |
| [src/mame/audio] | seibu.c seibu.h |
| r33599 Sunday 30th November, 2014 at 17:30:01 UTC by Fabio Priuli |
|---|
| (MESS) apollo: made SC499 cartridge tape device a but more consistent with our other image devices. loading from softlist does not work yet (probably a stupid mistake on my side). nw. (MESS) softlist: added apollo_ctape softlist [Riley110] |
| [hash] | apollo_ctape.xml* |
| [src/emu/bus/isa] | sc499.c sc499.h |
| [src/mess/machine] | apollo.c |
| r33598 Sunday 30th November, 2014 at 17:26:31 UTC by Fabio Priuli |
|---|
| another round of misc disks and consistency fixes. nw. |
| [hash] | coleco.xml fm7_disk.xml pc98.xml pcw.xml |
| r33597 Sunday 30th November, 2014 at 17:25:35 UTC by Fabio Priuli |
|---|
| (MESS) adam: added info and some images from sacnews website. [Riley110] |
| [hash] | adam_cass.xml adam_flop.xml |
| r33596 Sunday 30th November, 2014 at 17:06:51 UTC by Cowering |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [hash] | aleste.xml* archimedes.xml* einstein.xml fm7_disk.xml pc98.xml pet_flop.xml |
| [src/emu/bus/centronics] | epson_lx810l.c epson_lx810l.h |
| [src/emu/machine] | e05a30.c e05a30.h |
| [src/emu/video] | stvvdp2.c |
| [src/lib/util] | unicode.h |
| [src/mame] | mame.lst |
| [src/mame/audio] | seibu.c |
| [src/mame/drivers] | atarisy1.c cabal.c cave.c midyunit.c ssv.c taito_f3.c viper.c |
| [src/mame/includes] | ssv.h |
| [src/mame/video] | ssv.c |
| [src/mess] | mess.lst |
| [src/mess/drivers] | a310.c amstrad.c gamecom.c pet.c sg1000.c ti74.c |
| [src/mess/machine] | gamecom.c |
| [src/mess/video] | gamecom.c |
| [src/osd/sdl/man] | castool.1 chdman.1 floptool.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1 |
| r33595 Sunday 30th November, 2014 at 17:06:30 UTC by Cowering |
|---|
| Add a few of my USA carts, fix spellings of TM items (NW) |
| [hash] | |
| [src/emu/bus/centronics] | epson_lx810l.c epson_lx810l.h |
| [src/emu/machine] | e05a30.c e05a30.h |
| [src/emu/video] | stvvdp2.c |
| [src/lib/util] | unicode.h |
| [src/mame] | mame.lst |
| [src/mame/audio] | seibu.c |
| [src/mame/drivers] | atarisy1.c cabal.c cave.c midyunit.c ssv.c taito_f3.c viper.c |
| [src/mame/includes] | ssv.h |
| [src/mame/video] | ssv.c |
| [src/mess] | mess.lst |
| [src/mess/drivers] | a310.c amstrad.c gamecom.c pet.c sg1000.c ti74.c |
| [src/mess/machine] | gamecom.c |
| [src/mess/video] | gamecom.c |
| [src/osd/sdl/man] | castool.1 chdman.1 floptool.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1 |
| r33594 Sunday 30th November, 2014 at 15:22:33 UTC by Alex W. Jackson |
|---|
| "Seibu ADPCM" is a MSM5205 (nw) |
| [src/mame/audio] | seibu.c |
| [src/mame/drivers] | cabal.c |
| r33593 Sunday 30th November, 2014 at 12:42:04 UTC by Angelo Salese |
|---|
| Minor log removal |
| [src/emu/video] | stvvdp2.c |
| r33592 Saturday 29th November, 2014 at 19:43:01 UTC by Justin Kerk |
|---|
| Unicode combining accents go after the base character (nw) |
| [src/lib/util] | unicode.h |
| [src/mess/drivers] | ti74.c |
| r33591 Saturday 29th November, 2014 at 14:33:07 UTC by hap |
|---|
| mmm pi |
| [src/mess/drivers] | sg1000.c |
| r33590 Saturday 29th November, 2014 at 14:10:28 UTC by hap |
|---|
| added utf8 macros for button names |
| [src/mess/drivers] | ti74.c |
| r33589 Saturday 29th November, 2014 at 13:49:40 UTC by hap |
|---|
| added macros for calculator button symbols, like eg. squareroot |
| [src/lib/util] | unicode.h |
| r33588 Saturday 29th November, 2014 at 07:22:01 UTC by Guru |
|---|
| viper.c - fix some minor text layout issues in my readme (nw) |
| [src/mame/drivers] | viper.c |
| r33587 Friday 28th November, 2014 at 21:37:01 UTC by Scott Stone |
|---|
| Fix for unneeded description changes in taito_f3.c. The setname and model listed in description are enough to determine region and are this way throughout the driver. (nw) |
| [src/mame/drivers] | taito_f3.c |
| r33586 Friday 28th November, 2014 at 18:45:42 UTC by Scott Stone |
|---|
| Add missing Atari System 1 TTL Motherboard PAL. [Kevin Eshbach] Updated location/PAL information for Puzzle Bobble 3 (Japan) in taito_f3.c. [Kevin Eshbach] |
| [src/mame/drivers] | atarisy1.c taito_f3.c |
| r33585 Friday 28th November, 2014 at 18:35:06 UTC by Scott Stone |
|---|
| Merge pull request #56 from wallyweek/manpages Update *nix man pages to 0.156 |
| [hash] | aleste.xml* altos5.xml* archimedes.xml* einstein.xml fm7_disk.xml m5_cass.xml |
| [src/emu/bus/centronics] | epson_lx810l.c epson_lx810l.h |
| [src/emu/cpu/unsp] | unsp.c unspdasm.c |
| [src/emu/machine] | e05a30.c e05a30.h |
| [src/mame] | mame.lst |
| [src/mame/drivers] | cave.c dreamwld.c midyunit.c ssv.c |
| [src/mame/includes] | ssv.h |
| [src/mame/video] | ssv.c |
| [src/mess] | mess.lst |
| [src/mess/drivers] | a310.c altos5.c amstrad.c gamecom.c mikrosha.c mtx.c pet.c vii.c |
| [src/mess/machine] | gamecom.c |
| [src/mess/video] | gamecom.c |
| r33584 Wednesday 26th November, 2014 at 12:24:17 UTC by Cesare Falco |
|---|
| Merge branch 'master' into manpages |
| [hash] | a800.xml adam_cass.xml apfimag_cass.xml c64_cart.xml cgenie_cass.xml compclr2_flop.xml epson_cpm.xml fm77av.xml fm7_cass.xml fm7_disk.xml gba.xml jupace_cass.xml leapster.xml* m5_cass.xml megadriv.xml msx2_cart.xml mz2000_flop.xml neocd.xml nes.xml pc8801_flop.xml pc88va.xml pc98.xml pet_flop.xml pippin.xml saturn.xml sms.xml svi318_cass.xml to7_cart.xml tvc_cass.xml vsmile_cart.xml vsmile_cd.xml x1_flop.xml x68k_flop.xml |
| [src] | version.c |
| [src/emu] | memory.c memory.h romload.c softlist.c |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/a2bus] | a2bus.h a2eext80col.c a2estd80col.c a2swyft.c ramcard128k.c ramcard16k.c |
| [src/emu/bus/astrocde] | exp.h ram.c ram.h rom.c rom.h slot.c |
| [src/emu/bus/centronics] | ctronics.c epson_lx800.c epson_lx800.h epson_lx810l.c* epson_lx810l.h* |
| [src/emu/bus/coco] | coco_dwsock.c coco_dwsock.h |
| [src/emu/bus/cpc] | playcity.c playcity.h |
| [src/emu/bus/dmv] | dmvbus.c dmvbus.h k210.c* k210.h* k220.c k230.c k230.h k801.c* k801.h* |
| [src/emu/bus/gameboy] | gb_slot.c |
| [src/emu/bus/isa] | mc1502_fdc.c mda.c p1_fdc.c xsu_cards.c |
| [src/emu/bus/pce] | pce_slot.c |
| [src/emu/bus/pet] | exp.c hsg.c* hsg.h* |
| [src/emu/bus/spc1000] | fdd.c fdd.h vdp.c vdp.h |
| [src/emu/cpu] | cpu.mak |
| [src/emu/cpu/cp1610] | cp1610.c cp1610.h |
| [src/emu/cpu/i386] | i386.c i386.h i386dasm.c i386priv.h pentops.inc |
| [src/emu/cpu/powerpc] | ppc.h |
| [src/emu/cpu/rsp] | rsp.c rsp.h rspcp2.c* rspcp2.h* rspcp2d.c* rspcp2d.h* rspcp2s.c* rspcp2s.h* rspdrc.c |
| [src/emu/cpu/upd7810] | upd7810.c |
| [src/emu/imagedev] | floppy.c floppy.h |
| [src/emu/machine] | e05a30.c* e05a30.h* i6300esb.c i6300esb.h i82875p.h intelfsh.c intelfsh.h lpc-acpi.c* lpc-acpi.h* lpc-rtc.c* lpc-rtc.h* lpc.c* lpc.h* machine.mak omti5100.c* omti5100.h* pci-smbus.c pci-smbus.h pci.c pci.h pla.c pla.h steppers.c* steppers.h* |
| [src/emu/sound] | sn76477.h |
| [src/emu/video] | 315_5124.h 315_5313.c snes_ppu.c |
| [src/lib/formats] | flopimg.c flopimg.h spc1000_cas.c victor9k_dsk.c |
| [src/lib/util] | plaparse.c |
| [src/lib/web] | mongoose.c |
| [src/lib/winpcap] | Packet32.h Win32-Extensions.h bittypes.h ip6_misc.h pcap-bpf.h pcap-namedb.h pcap-stdinc.h pcap.h remote-ext.h |
| [src/lib/winpcap/pcap] | bluetooth.h bpf.h namedb.h pcap.h sll.h usb.h vlan.h |
| [src/mame] | mame.lst mame.mak |
| [src/mame/drivers] | airbustr.c alinvade.c alpha68k.c arkanoid.c astrcorp.c asuka.c atetris.c atvtrack.c cobra.c cv1k.c cybertnk.c darius.c ddenlovr.c dec0.c dec8.c dragrace.c dreamwld.c fcrash.c gts3.c gts3a.c gts80b.c harddriv.c lethal.c lindbergh.c maygay1b.c maygay1bsw.c megaplay.c mpu4.c naomi.c pacman.c peplus.c pse.c* raiden2.c realbrk.c sauro.c sbrkout.c segacoin.c segas16b.c segas18.c segaufo.c sfbonus.c suna8.c supduck.c* taitojc.c tnzs.c twin16.c videopin.c zn.c |
| [src/mame/includes] | atetris.h exidy440.h harddriv.h konamigx.h mario.h maygay1b.h segas18.h suna8.h tnzs.h |
| [src/mame/machine] | 315-5881_crypt.c 315-5881_crypt.h 315_5296.h harddriv.c n64.c naomim2.c naomim2.h naomim4.c segabb.c slapstic.c |
| [src/mame/video] | cps1.c dooyong.c exidy440.c harddriv.c model3.c psychic5.c rdpspn16.c sshangha.c |
| [src/mess] | mess.lst mess.mak |
| [src/mess/audio] | dave.c |
| [src/mess/drivers] | amstrad.c apple2.c apple2e.c apple2gs.c comp4.c dmv.c dvk_ksm.c ec184x.c einstein.c gamate.c iskr103x.c leapster.c* mbee.c merlin.c ngen.c pc9801.c pcd.c pcw.c pet.c px4.c px8.c simon.c spc1000.c specpls3.c ti85.c ticalc1x.c* tk2000.c |
| [src/mess/includes] | amstrad.h pet.h ti85.h victor9k.h wswan.h xerox820.h |
| [src/mess/machine] | coco.c gamecom.c hec2hrp.c ie15_kbd.c ms7004.c ti85.c victor9k_fdc.c victor9kb.c wswan.c x820kb.c |
| [src/mess/tools/castool] | main.c |
| [src/mess/video] | apple2.c apple2.h wswan_video.c wswan_video.h |
| [src/osd] | osdnet.c |
| [src/osd/modules/debugger/qt] | debugqtdasmwindow.c debugqtlogwindow.c debugqtmainwindow.c debugqtmainwindow.h debugqtmemorywindow.c debugqtview.c debugqtview.h |
| [src/osd/sdl] | sdlmain.c |
| [src/targets] | mess.lst |
| Previous 50 | 199869 Revisions | Next 50 |