Note Feed

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

Previous 50 199869 Revisions Next 50

r111946 Wednesday 5th September, 2018 at 07:44:45 UTC by Ryan Holtz
A better way of doing scanline timers, nw
[src/devices/machine]timer.h
[src/mame/drivers]apple2e.cpp

r111945 Wednesday 5th September, 2018 at 07:06:13 UTC by David Haywood
improve sshangha mixing and palette handling (#3959)

* improve sshangha mixing and palette handling
helps with the issues listed in MT6020 ( https://mametesters.org/view.php?id=6020 )

* improve (nw)

* don't think we have to pri-split spr1 (nw)
[src/mame/drivers]sshangha.cpp
[src/mame/includes]sshangha.h
[src/mame/video]sshangha.cpp

r111944 Wednesday 5th September, 2018 at 07:00:41 UTC by davidhaywood
seta001 remove a kludge
[src/mame/drivers]champbwl.cpp thedealr.cpp
[src/mame/includes]seta.h
[src/mame/video]seta.cpp seta001.cpp seta001.h srmp2.cpp tnzs.cpp

r111943 Wednesday 5th September, 2018 at 03:19:51 UTC by R. Belmont
apple2e: no-MCFG with a scanline timer?  it's more likely than you think (nw)
[src/mame/drivers]apple2e.cpp

r111942 Wednesday 5th September, 2018 at 01:06:10 UTC by AJR
Fix clang build since C++14 is a bit stupid about instantiating constexpr variables (nw)
[src/mame/includes]midzeus.h

r111941 Tuesday 4th September, 2018 at 22:51:37 UTC by Ted Green
Misc cleanup from MCFG removal (nw).
[src/devices/machine]vrc4373.h
[src/devices/video]voodoo.h voodoo_pci.h zeus2.h
[src/mame/drivers]seattle.cpp vegas.cpp

r111940 Tuesday 4th September, 2018 at 22:30:33 UTC by hap
"Unknown portable computer" is too generic for fullname, and make "unknown" lowercase. (nw)

"unknown pinball game" is too generic (nw)
[src/mame/drivers]eurocom2.cpp hh_tms1k.cpp st_mp200.cpp

r111939 Tuesday 4th September, 2018 at 22:06:06 UTC by hap
hh_tms1k: Fixed lockups in stopthief, corrected 1 bad bit after double checking the ROM with the decap. Also noted that stopthiefp actually works fine already. [Mike]
[src/mame/drivers]hh_tms1k.cpp

r111938 Tuesday 4th September, 2018 at 20:08:26 UTC by Ryan Holtz
-in8250: De-MCFG, nw
[src/devices/bus/hp_dio]hp98644.cpp
[src/devices/bus/isa]com.cpp
[src/devices/bus/nubus]bootbug.cpp
[src/devices/bus/pofo]hpc102.cpp
[src/devices/bus/s100]wunderbus.cpp
[src/devices/bus/svi3x8/slot]sv805.cpp
[src/devices/machine]fdc37c93x.cpp ins8250.h vrc5074.cpp
[src/mame/drivers]aristmk5.cpp avigo.cpp cdc721.cpp firebeat.cpp fromanc2.cpp h19.cpp h89.cpp ibmpcjr.cpp imds.cpp magtouch.cpp meritm.cpp mtouchxl.cpp pc1512.cpp pcat_dyn.cpp pcat_nit.cpp pcw16.cpp rex6000.cpp tv990.cpp twinkle.cpp zrt80.cpp

r111937 Tuesday 4th September, 2018 at 20:01:24 UTC by Ted Green
atlantis pci9050 iteagle_fpga: MCFG removal (nw).
[src/devices/machine]pci9050.h
[src/mame/drivers]atlantis.cpp
[src/mame/machine]iteagle_fpga.cpp

r111936 Tuesday 4th September, 2018 at 19:20:50 UTC by bmcphail
Megatech - add some label info from manual
[src/mame/drivers]megatech.cpp

r111935 Tuesday 4th September, 2018 at 18:34:12 UTC by bmcphail
Beast Busters - fix sprite priority

Credit to Daniel Filner for information.

Palettes 0xc-0xf on 2nd sprite chip behind the tilemap - confirmed on level 2 and matches real hardware video.  Removed imperfect_graphics flags as no open bugs.

(question - why is this marked as imperfect audio when there are no notes in the driver or open mametesters bugs?)
[src/mame/drivers]bbusters.cpp
[src/mame/includes]bbusters.h
[src/mame/video]bbusters.cpp

r111934 Tuesday 4th September, 2018 at 17:58:54 UTC by Osso
armedf.cpp: corrected fg scroll address map location for legionjb2 (nw)
[src/mame/drivers]armedf.cpp
[src/mame/includes]armedf.h

r111933 Tuesday 4th September, 2018 at 17:56:12 UTC by Ted Green
midzeus: MCFG removal and other cleanup (nw)
[src/devices/video]zeus2.h
[src/mame/drivers]iteagle.cpp midzeus.cpp
[src/mame/includes]midzeus.h

r111932 Tuesday 4th September, 2018 at 17:12:23 UTC by Osso
wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: removed MCFG macros (nw)
wd_fdc: started removing MCFG macros (nw)
[src/devices/bus/isa]p1_hdc.cpp wdxt_gen.cpp
[src/devices/bus/msx_cart]yamaha.cpp
[src/devices/bus/tiki100]hdc.cpp
[src/devices/bus/x68k]x68k_midi.cpp
[src/devices/machine]pdc.h wd11c00_17.h wd2010.h wd33c93.h wd7600.h x76f041.h x76f100.h ym2148.h ym3802.h
[src/mame/drivers]aa310.cpp altos5.cpp altos8600.cpp apricot.cpp apricotf.cpp at.cpp b2m.cpp bbc.cpp bw2.cpp ccs2810.cpp cmi.cpp cps3.cpp dgn_beta.cpp fm7.cpp fmtowns.cpp guab.cpp harriet.cpp hp64k.cpp hp_ipc.cpp indigo.cpp kaypro.cpp lb186.cpp magnum.cpp msx.cpp naomi.cpp ngen.cpp pg685.cpp pk8020.cpp r9751.cpp rainbow.cpp segasp.cpp sorcerer.cpp super6.cpp super80.cpp twinkle.cpp unixpc.cpp vector06.cpp
[src/mame/machine]k573cass.cpp k573cass.h

r111931 Tuesday 4th September, 2018 at 16:10:19 UTC by R. Belmont
Merge pull request #3955 from DavidHaywood/040918

small fixes
[src/devices/bus/ieee488]hp9122c.cpp
[src/devices/machine]i8257.h i82586.cpp i82586.h i8279.h i8291a.h i8355.h ie15.cpp ie15_kbd.h im6402.h ins8154.h pdc.cpp vrc5074.cpp
[src/devices/video]psx.cpp psx.h
[src/emu]dinetwork.cpp dinetwork.h
[src/mame]mame.lst
[src/mame/drivers]acrnsys.cpp acrnsys1.cpp akaiax80.cpp alphatro.cpp apogee.cpp armedf.cpp cclimber.cpp circus.cpp dkong.cpp exp85.cpp fanucspmg.cpp fastinvaders.cpp funybubl.cpp i7000.cpp ibm6580.cpp icecold.cpp imds2.cpp isbc8010.cpp kyocera.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mikrosha.cpp mk14.cpp mmd1.cpp model1.cpp ms6102.cpp myb3k.cpp olyboss.cpp pc8001.cpp peoplepc.cpp peyper.cpp pg685.cpp radio86.cpp scopus.cpp sdk85.cpp sdk86.cpp selz80.cpp system1.cpp taitogn.cpp turbo.cpp unior.cpp vega.cpp wangpc.cpp wardner.cpp yunsun16.cpp
[src/mame/includes]funybubl.h yunsun16.h
[src/mame/video]funybubl.cpp yunsun16.cpp
[src/osd]osdnet.cpp osdnet.h
[src/osd/modules/netdev]taptun.cpp

r111930 Tuesday 4th September, 2018 at 01:55:01 UTC by davidhaywood
small fixes (nw)
[src/devices/bus/ieee488]hp9122c.cpp
[src/devices/machine]i8257.h i82586.cpp i82586.h i8279.h i8291a.h i8355.h ie15.cpp ie15_kbd.h im6402.h ins8154.h pdc.cpp vrc5074.cpp
[src/devices/video]psx.cpp psx.h
[src/emu]dinetwork.cpp dinetwork.h
[src/mame]mame.lst
[src/mame/drivers]acrnsys.cpp acrnsys1.cpp akaiax80.cpp alphatro.cpp apogee.cpp armedf.cpp cclimber.cpp circus.cpp dkong.cpp exp85.cpp fanucspmg.cpp fastinvaders.cpp funybubl.cpp i7000.cpp ibm6580.cpp icecold.cpp imds2.cpp isbc8010.cpp kyocera.cpp lastduel.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mikrosha.cpp mk14.cpp mmd1.cpp model1.cpp ms6102.cpp myb3k.cpp olyboss.cpp pc8001.cpp peoplepc.cpp peyper.cpp pg685.cpp radio86.cpp scopus.cpp sdk85.cpp sdk86.cpp selz80.cpp stv.cpp system1.cpp taitogn.cpp turbo.cpp unior.cpp vega.cpp wangpc.cpp wardner.cpp yunsun16.cpp
[src/mame/includes]funybubl.h yunsun16.h
[src/mame/video]funybubl.cpp yunsun16.cpp
[src/osd]osdnet.cpp osdnet.h
[src/osd/modules/netdev]taptun.cpp

r111929 Tuesday 4th September, 2018 at 15:23:03 UTC by Ryan Holtz
-ie15kbd, im6402, ins8154: De-MCFG, nw
[src/devices/machine]ie15.cpp ie15_kbd.h im6402.h ins8154.h
[src/mame/drivers]acrnsys.cpp acrnsys1.cpp kyocera.cpp mk14.cpp vega.cpp wangpc.cpp

r111928 Tuesday 4th September, 2018 at 14:57:17 UTC by Ted Green
vrc5074: Use derived clock for UART (nw)
[src/devices/machine]vrc5074.cpp

r111927 Tuesday 4th September, 2018 at 14:28:07 UTC by smf
PSX GPU: Added Textured Dot rendering [smf]
[src/devices/video]psx.cpp psx.h

r111926 Tuesday 4th September, 2018 at 13:54:44 UTC by cam900
funybubl.cpp : Update/Cleanups
Cleanup naming, Convert tilemap, Add address_map_bank_device for banked vram, Cleanup OKI banking, Fix OKI clock related to On-PCB XTAL, Add palette decoder member for palette, Cleanup/fix naming, Fix palette entry, Reduce runtime tag lookups
[src/mame/drivers]funybubl.cpp
[src/mame/includes]funybubl.h
[src/mame/video]funybubl.cpp

r111925 Tuesday 4th September, 2018 at 13:51:27 UTC by sjy96525
Removed Usagi imperfect graphics flag (#3948)

Because Taito GNET System uses PSX GPU device, and imperfect graphics flag into PSX GPU device
[src/mame/drivers]taitogn.cpp

r111924 Tuesday 4th September, 2018 at 13:41:21 UTC by cam900
yunsun16.cpp : Cleanups
Cleanup duplicates, Reduce runtime tag lookups, Reduce unused, Fix notes, Cleanup tilemap scanning
[src/mame/drivers]yunsun16.cpp
[src/mame/includes]yunsun16.h
[src/mame/video]yunsun16.cpp

r111923 Tuesday 4th September, 2018 at 10:28:04 UTC by Osso
machine/pdc.cpp: fixed MT07086 (nw)
[src/devices/machine]pdc.cpp

r111922 Tuesday 4th September, 2018 at 09:26:58 UTC by patrick.mackinlay
interpro: notworking -> networking (#3815)

* interpro: notworking -> networking

These changes combine to make InterPro networking work on Windows with the TAP-Windows6 driver.
* osdnet: add a receive delay (1 frame) after transmit to avoid a time-travel problem
* taptun: pad short Ethernet frames and append FCS (Windows-only until Linux taptun behaviour is verified)
* clipper: fix bugs in carry flag handling, prefer sign bit for tests
* i82586: fix transmit bug, handle reset

* networking: delayed transmit/receive

A second attempt to fix networking on InterPro systems, by introducing somewhat realistic delays into network transmit and receive paths. This version works by adding functions to device_network_interface which enable a device to be informed when the transmit or receive completes. The delay is only crudely approximated based on the specified bandwidth and the number of bytes being transmitted, but it should be good enough in practice. Existing drivers should not be impacted by these changes; overriding the new functions (and no longer overriding recv_cb) is necessary to obtain the new behaviour.

Changes from the previous commit:
* i82586: improve interrupt handling, implement delayed transmit/receive behaviour
* dinetwork: add transmit/receive delay timers, handlers and logic
* osdnet: remove receive delay, add the ability to start the receive timer
[src/devices/machine]i82586.cpp i82586.h
[src/emu]dinetwork.cpp dinetwork.h
[src/osd]osdnet.cpp osdnet.h
[src/osd/modules/netdev]taptun.cpp

r111921 Tuesday 4th September, 2018 at 08:30:58 UTC by clawgrip
New NOT WORKING clone (#3951)

* New clones marked as NOT_WORKING
------------------------------------------
Chouji Meikyuu Legion (Japan ver 1.05, bootleg set 2)
[Tomas Garcia-Meras (ClawGrip), Roberto Fresca, Recreativas.org, The Dumping Union]

* Revert whitespaces

* Update armedf.cpp

* Rename fist bootleg Legion set
[src/mame]mame.lst
[src/mame/drivers]armedf.cpp

r111920 Tuesday 4th September, 2018 at 07:07:37 UTC by Osso
wardner.cpp: fixed palette regression (nw)
[src/mame/drivers]wardner.cpp

r111919 Tuesday 4th September, 2018 at 03:19:13 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]circus.cpp

r111918 Tuesday 4th September, 2018 at 03:05:06 UTC by Ryan Holtz
i8291a, i8355: De-MCFG, nw
[src/devices/bus/ieee488]hp9122c.cpp
[src/devices/machine]i8257.h i8279.h i8291a.h i8355.h
[src/mame/drivers]akaiax80.cpp circus.cpp exp85.cpp i7000.cpp icecold.cpp isbc8010.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mmd1.cpp peyper.cpp pg685.cpp sdk85.cpp sdk86.cpp selz80.cpp turbo.cpp

r111917 Tuesday 4th September, 2018 at 03:18:13 UTC by Scott Stone
Corrected a rom label location for crasha based on PCB picture evidence (nw)
[src/devices/machine]i8257.h i8279.h
[src/mame/drivers]akaiax80.cpp circus.cpp i7000.cpp icecold.cpp isbc8010.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mmd1.cpp peyper.cpp pg685.cpp sdk85.cpp sdk86.cpp selz80.cpp turbo.cpp

r111916 Tuesday 4th September, 2018 at 02:49:13 UTC by Ryan Holtz
i8279: De-MCFG, nw
[src/devices/machine]i8279.h
[src/mame/drivers]akaiax80.cpp i7000.cpp icecold.cpp isbc8010.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mmd1.cpp peyper.cpp pg685.cpp sdk85.cpp sdk86.cpp selz80.cpp turbo.cpp

r111915 Tuesday 4th September, 2018 at 02:49:01 UTC by Ryan Holtz
-i8257: Removed no-longer-needed old-style configurators, nw
[src/devices/machine]i8257.h

r111914 Tuesday 4th September, 2018 at 02:04:05 UTC by Ryan Holtz
-i8257: Removed MCFG, nw
[src/devices/machine]i8257.h
[src/mame/drivers]alphatro.cpp apogee.cpp dkong.cpp fanucspmg.cpp fastinvaders.cpp ibm6580.cpp imds2.cpp mikrosha.cpp ms6102.cpp myb3k.cpp olyboss.cpp pc8001.cpp peoplepc.cpp radio86.cpp scopus.cpp unior.cpp

r111913 Tuesday 4th September, 2018 at 01:07:01 UTC by braintro
system1.cpp: document PR-5317 bprom type (nw)
[src/mame/drivers]cclimber.cpp system1.cpp

r111912 Tuesday 4th September, 2018 at 00:51:53 UTC by braintro
model1.cpp: Minor doc update (nw)
[src/mame/drivers]model1.cpp

r111911 Monday 3rd September, 2018 at 21:16:59 UTC by David Haywood
 new WORKING clones - Toki no Senshi - Chrono Soldier (MC-8123, 317-0040) [ShouTime] (#3952)

* new WORKING clones - Toki no Senshi - Chrono Soldier (MC-8123, 317-0040) [ShouTime]

(key was brute forced)

* list key (nw)

* leftover (nw)

* make sure attract mode plays properly without giving a continue screen (nw)

* dipswitch is inverted compared to other set
[src/mame]mame.lst
[src/mame/drivers]system1.cpp
[src/mame/includes]system1.h
[src/mame/machine]mc8123.cpp

r111910 Monday 3rd September, 2018 at 20:31:34 UTC by AJR
timefgtr: Add necessary extra sprite RAM to address map; add PSG reads for good measure (nw)
[src/mame/drivers]galaxian.cpp

r111909 Monday 3rd September, 2018 at 20:18:18 UTC by AJR
scramble: Fix protection issue by restoring accidentally deleted line (nw)
[src/mame/drivers]galaxian.cpp

r111908 Monday 3rd September, 2018 at 20:05:49 UTC by Ryan Holtz
-fidel6502: Addressed some cleanups suggested by hap, nw
[src/mame/drivers]fidel6502.cpp

r111907 Monday 3rd September, 2018 at 19:49:50 UTC by ajrhacker
Merge pull request #3954 from MASHinfo/master

New working clone
[src/devices/bus/a2bus]agat7ports.cpp agat840k_hle.cpp
[src/devices/bus/dmv]k220.cpp
[src/devices/bus/ecbbus]grip.cpp
[src/devices/bus/ieee488]hardbox.cpp softbox.cpp
[src/devices/bus/iq151]grafik.cpp staper.cpp
[src/devices/bus/isa]ibm_mfc.cpp
[src/devices/bus/pofo]hpc101.cpp
[src/devices/bus/sg1000_exp]sk1100.cpp
[src/devices/bus/spc1000]fdd.cpp fdd.h
[src/devices/machine]busmouse.cpp genpc.cpp gt64xxx.cpp gt64xxx.h i8255.h ldv1000.cpp mb89363b.cpp smc91c9x.h
[src/devices/sound]s14001a.h
[src/mame/audio]cage.h segag80r.cpp tx1.cpp
[src/mame/drivers]24cdjuke.cpp a7150.cpp aces1.cpp albazg.cpp amaticmg.cpp amico2k.cpp amstrad.cpp amusco.cpp amust.cpp angelkds.cpp apogee.cpp apple2e.cpp astinvad.cpp atom.cpp b2m.cpp bw2.cpp cabaret.cpp cb2001.cpp cdc721.cpp chinsan.cpp clayshoo.cpp clpoker.cpp compis.cpp dblcrown.cpp dfruit.cpp dribling.cpp dvk_ksm.cpp ecoinf2.cpp ecoinf3.cpp efdt.cpp epos.cpp excali64.cpp fidel6502.cpp fidelz80.cpp fk1.cpp flipjack.cpp fortecar.cpp freekick.cpp galaxian.cpp gatron.cpp gei.cpp goldstar.cpp gp_1.cpp gp_2.cpp gsword.cpp guab.cpp himesiki.cpp homerun.cpp ibm6580.cpp ibmpcjr.cpp ice_tbd.cpp idsa.cpp igs009.cpp igs017.cpp igspoker.cpp inder.cpp iq151.cpp iqblock.cpp irisha.cpp isbc.cpp istrebiteli.cpp iteagle.cpp jackie.cpp jankenmn.cpp jeutel.cpp jpmimpct.cpp jpmmps.cpp jupace.cpp kingdrby.cpp kingpin.cpp kopunch.cpp kungfur.cpp lordgun.cpp lucky74.cpp luckybal.cpp lviv.cpp m5.cpp mbc200.cpp mbc55x.cpp mc1502.cpp megaphx.cpp merit.cpp meritm.cpp mikro80.cpp mikrosha.cpp mjkjidai.cpp mpf1.cpp mrgame.cpp ms0515.cpp msx.cpp multi8.cpp myb3k.cpp mycom.cpp mz2000.cpp mz2500.cpp mz3500.cpp mz700.cpp mz80.cpp okean240.cpp olyboss.cpp pasopia.cpp pasopia7.cpp pc100.cpp pc6001.cpp pc8401a.cpp pc8801.cpp pc88va.cpp pc9801.cpp pengadvb.cpp photon.cpp piggypas.cpp pipeline.cpp pk8000.cpp pk8020.cpp poisk1.cpp pp01.cpp pulsar.cpp radio86.cpp rc759.cpp rgum.cpp rotaryf.cpp sage2.cpp savia84.cpp sbrain.cpp scobra.cpp scramble.cpp seattle.cpp segae.cpp segag80r.cpp segahang.cpp segaorun.cpp segas16a.cpp segas32.cpp sfkick.cpp sg1000.cpp sg1000a.cpp sitcom.cpp skylncr.cpp slotcarn.cpp sm1800.cpp smsmcorp.cpp softbox.cpp spc1500.cpp special.cpp spinb.cpp spoker.cpp statriv2.cpp subsino.cpp suprgolf.cpp sv8000.cpp svi318.cpp system1.cpp tandy2k.cpp tatsumi.cpp taxidriv.cpp thief.cpp tiamc1.cpp timetrv.cpp tk80.cpp tk80bs.cpp trs80.cpp turbo.cpp tvgame.cpp unior.cpp upscope.cpp ut88.cpp v1050.cpp vector06.cpp vega.cpp vegas.cpp videopkr.cpp votrpss.cpp vp415.cpp vroulet.cpp wacky_gator.cpp witch.cpp x1.cpp x1twin.cpp xor100.cpp zaccaria.cpp zaxxon.cpp
[src/mame/includes]goldstar.h witch.h zaxxon.h
[src/mame/machine]iteagle_fpga.h midwayic.h

r111906 Monday 3rd September, 2018 at 18:00:54 UTC by mashinfo
new clone added
[src/devices/bus/a2bus]agat7ports.cpp agat840k_hle.cpp
[src/devices/bus/dmv]k220.cpp
[src/devices/bus/ecbbus]grip.cpp
[src/devices/bus/ieee488]hardbox.cpp softbox.cpp
[src/devices/bus/iq151]grafik.cpp staper.cpp
[src/devices/bus/isa]ibm_mfc.cpp
[src/devices/bus/pofo]hpc101.cpp
[src/devices/bus/sg1000_exp]sk1100.cpp
[src/devices/bus/spc1000]fdd.cpp fdd.h
[src/devices/machine]busmouse.cpp genpc.cpp gt64xxx.cpp gt64xxx.h i8255.h ldv1000.cpp mb89363b.cpp smc91c9x.h
[src/devices/sound]s14001a.h
[src/mame]mame.lst
[src/mame/audio]cage.h segag80r.cpp tx1.cpp
[src/mame/drivers]24cdjuke.cpp a7150.cpp aces1.cpp albazg.cpp amaticmg.cpp amico2k.cpp amstrad.cpp amusco.cpp amust.cpp angelkds.cpp apogee.cpp apple2e.cpp astinvad.cpp atom.cpp b2m.cpp bw2.cpp cabaret.cpp cb2001.cpp cdc721.cpp chinsan.cpp clayshoo.cpp clpoker.cpp compis.cpp dblcrown.cpp dfruit.cpp dribling.cpp dvk_ksm.cpp ecoinf2.cpp ecoinf3.cpp efdt.cpp epos.cpp excali64.cpp fidel6502.cpp fidelz80.cpp fk1.cpp flipjack.cpp fortecar.cpp freekick.cpp galaxian.cpp gatron.cpp gei.cpp goldstar.cpp gp_1.cpp gp_2.cpp gsword.cpp guab.cpp himesiki.cpp homerun.cpp ibm6580.cpp ibmpcjr.cpp ice_tbd.cpp idsa.cpp igs009.cpp igs017.cpp igspoker.cpp inder.cpp iq151.cpp iqblock.cpp irisha.cpp isbc.cpp istrebiteli.cpp iteagle.cpp jackie.cpp jankenmn.cpp jeutel.cpp jpmimpct.cpp jpmmps.cpp jupace.cpp kingdrby.cpp kingpin.cpp kopunch.cpp kungfur.cpp lordgun.cpp lucky74.cpp luckybal.cpp lviv.cpp m5.cpp mbc200.cpp mbc55x.cpp mc1502.cpp megaphx.cpp merit.cpp meritm.cpp mikro80.cpp mikrosha.cpp mjkjidai.cpp mpf1.cpp mrgame.cpp ms0515.cpp msx.cpp multi8.cpp myb3k.cpp mycom.cpp mz2000.cpp mz2500.cpp mz3500.cpp mz700.cpp mz80.cpp okean240.cpp olyboss.cpp pasopia.cpp pasopia7.cpp pc100.cpp pc6001.cpp pc8401a.cpp pc8801.cpp pc88va.cpp pc9801.cpp pengadvb.cpp photon.cpp piggypas.cpp pipeline.cpp pk8000.cpp pk8020.cpp poisk1.cpp pp01.cpp pulsar.cpp radio86.cpp rc759.cpp rgum.cpp rotaryf.cpp sage2.cpp savia84.cpp sbrain.cpp scobra.cpp scramble.cpp seattle.cpp segae.cpp segag80r.cpp segahang.cpp segaorun.cpp segas16a.cpp segas32.cpp sfkick.cpp sg1000.cpp sg1000a.cpp sitcom.cpp skylncr.cpp slotcarn.cpp sm1800.cpp smsmcorp.cpp softbox.cpp spc1500.cpp special.cpp spinb.cpp spoker.cpp statriv2.cpp subsino.cpp suprgolf.cpp sv8000.cpp svi318.cpp system1.cpp tandy2k.cpp tatsumi.cpp taxidriv.cpp thief.cpp tiamc1.cpp timetrv.cpp tk80.cpp tk80bs.cpp trs80.cpp turbo.cpp tvgame.cpp unior.cpp upscope.cpp ut88.cpp v1050.cpp vector06.cpp vega.cpp vegas.cpp videopkr.cpp votrpss.cpp vp415.cpp vroulet.cpp wacky_gator.cpp witch.cpp x1.cpp x1twin.cpp xor100.cpp zaccaria.cpp zaxxon.cpp
[src/mame/includes]goldstar.h witch.h zaxxon.h
[src/mame/machine]iteagle_fpga.h midwayic.h

r111905 Monday 3rd September, 2018 at 19:36:36 UTC by Ryan Holtz
-efdt: Fixed palette regression, nw
[src/mame/drivers]efdt.cpp

r111904 Monday 3rd September, 2018 at 18:51:58 UTC by Ryan Holtz
-i8255: Removed MCFG, nw
[src/devices/bus/a2bus]agat7ports.cpp agat840k_hle.cpp
[src/devices/bus/dmv]k220.cpp
[src/devices/bus/ecbbus]grip.cpp
[src/devices/bus/ieee488]hardbox.cpp softbox.cpp
[src/devices/bus/iq151]grafik.cpp staper.cpp
[src/devices/bus/isa]ibm_mfc.cpp
[src/devices/bus/pofo]hpc101.cpp
[src/devices/bus/sg1000_exp]sk1100.cpp
[src/devices/bus/spc1000]fdd.cpp fdd.h
[src/devices/machine]busmouse.cpp genpc.cpp i8255.h ldv1000.cpp mb89363b.cpp
[src/devices/sound]s14001a.h
[src/mame/audio]segag80r.cpp tx1.cpp
[src/mame/drivers]24cdjuke.cpp a7150.cpp aces1.cpp albazg.cpp amaticmg.cpp amico2k.cpp amstrad.cpp amusco.cpp amust.cpp angelkds.cpp apogee.cpp astinvad.cpp atom.cpp b2m.cpp bw2.cpp cabaret.cpp cb2001.cpp cdc721.cpp chinsan.cpp clayshoo.cpp clpoker.cpp compis.cpp dblcrown.cpp dfruit.cpp dribling.cpp dvk_ksm.cpp ecoinf2.cpp ecoinf3.cpp epos.cpp excali64.cpp fidel6502.cpp fidelz80.cpp fk1.cpp flipjack.cpp fortecar.cpp freekick.cpp galaxian.cpp gatron.cpp gei.cpp goldstar.cpp gp_1.cpp gp_2.cpp gsword.cpp guab.cpp himesiki.cpp homerun.cpp ibm6580.cpp ibmpcjr.cpp ice_tbd.cpp idsa.cpp igs009.cpp igs017.cpp igspoker.cpp inder.cpp iq151.cpp iqblock.cpp irisha.cpp isbc.cpp istrebiteli.cpp jackie.cpp jankenmn.cpp jeutel.cpp jpmimpct.cpp jpmmps.cpp jupace.cpp kingdrby.cpp kingpin.cpp kopunch.cpp kungfur.cpp lordgun.cpp lucky74.cpp luckybal.cpp lviv.cpp m5.cpp mbc200.cpp mbc55x.cpp mc1502.cpp megaphx.cpp merit.cpp meritm.cpp mikro80.cpp mikrosha.cpp mjkjidai.cpp mpf1.cpp mrgame.cpp ms0515.cpp msx.cpp multi8.cpp myb3k.cpp mycom.cpp mz2000.cpp mz2500.cpp mz3500.cpp mz700.cpp mz80.cpp okean240.cpp olyboss.cpp pasopia.cpp pasopia7.cpp pc100.cpp pc6001.cpp pc8401a.cpp pc8801.cpp pc88va.cpp pc9801.cpp pengadvb.cpp photon.cpp piggypas.cpp pipeline.cpp pk8000.cpp pk8020.cpp poisk1.cpp pp01.cpp pulsar.cpp radio86.cpp rc759.cpp rgum.cpp rotaryf.cpp sage2.cpp savia84.cpp sbrain.cpp scobra.cpp scramble.cpp segae.cpp segag80r.cpp segahang.cpp segaorun.cpp segas16a.cpp segas32.cpp sfkick.cpp sg1000.cpp sg1000a.cpp sitcom.cpp skylncr.cpp slotcarn.cpp sm1800.cpp smsmcorp.cpp softbox.cpp spc1500.cpp special.cpp spinb.cpp spoker.cpp statriv2.cpp subsino.cpp suprgolf.cpp sv8000.cpp svi318.cpp system1.cpp tandy2k.cpp tatsumi.cpp taxidriv.cpp thief.cpp tiamc1.cpp timetrv.cpp tk80.cpp tk80bs.cpp trs80.cpp turbo.cpp tvgame.cpp unior.cpp upscope.cpp ut88.cpp v1050.cpp vector06.cpp vega.cpp videopkr.cpp votrpss.cpp vp415.cpp vroulet.cpp wacky_gator.cpp witch.cpp x1.cpp x1twin.cpp xor100.cpp zaccaria.cpp zaxxon.cpp
[src/mame/includes]goldstar.h witch.h zaxxon.h

r111903 Monday 3rd September, 2018 at 18:49:02 UTC by R. Belmont
apple2e: more modernization (nw)
[src/mame/drivers]apple2e.cpp

r111902 Monday 3rd September, 2018 at 18:23:53 UTC by Ted Green
Fixups (nw)
[src/devices/machine]gt64xxx.h
[src/mame/drivers]seattle.cpp vegas.cpp

r111901 Monday 3rd September, 2018 at 18:23:53 UTC by Ted Green
MCFG removal (nw).
[src/devices/machine]gt64xxx.cpp gt64xxx.h smc91c9x.h
[src/mame/audio]cage.h
[src/mame/drivers]iteagle.cpp seattle.cpp vegas.cpp
[src/mame/machine]iteagle_fpga.h midwayic.h

r111900 Monday 3rd September, 2018 at 17:32:28 UTC by Osso
z80ctc: removed MCFG macros (nw)
[src/devices/bus/cpc]playcity.cpp
[src/devices/bus/imi7000]imi5000h.cpp
[src/devices/bus/newbrain]eim.cpp
[src/devices/bus/wangpc]rtc.cpp wdc.cpp
[src/devices/cpu/z80]tmpz84c011.cpp tmpz84c015.cpp
[src/devices/machine]ldv1000.cpp z80ctc.h
[src/mame/audio]cinemat.cpp efo_zsu.cpp
[src/mame/drivers]a5105.cpp apricotf.cpp astrocde.cpp att4425.cpp avt.cpp babbage.cpp bcs3.cpp bigbord2.cpp binbug.cpp bullet.cpp cchasm.cpp ccs300.cpp cdc721.cpp czk80.cpp dlair.cpp einstein.cpp gp_1.cpp gp_2.cpp hazelgr.cpp huebler.cpp jankenmn.cpp joctronic.cpp k8915.cpp kc.cpp lc80.cpp llc.cpp m5.cpp mc8030.cpp mcr.cpp mcr3.cpp mlanding.cpp mmm.cpp mpf1.cpp mtx.cpp nanos.cpp p8k.cpp pasopia.cpp pasopia7.cpp pbaction.cpp pipeline.cpp poly880.cpp polyplay.cpp proconn.cpp pve500.cpp qvt103.cpp qvt6800.cpp rt1715.cpp senjyo.cpp stargame.cpp super6.cpp tiki100.cpp topspeed.cpp tranz330.cpp trs80m2.cpp ts802.cpp ts816.cpp x1.cpp x1twin.cpp xerox820.cpp xor100.cpp z9001.cpp zsbc3.cpp
[src/mame/machine]inder_sb.cpp

r111899 Monday 3rd September, 2018 at 17:27:14 UTC by hap
ddragon3 game development was subcontracted to East Technology (nw)
[src/mame/drivers]ddragon3.cpp

r111898 Monday 3rd September, 2018 at 16:33:58 UTC by Jonathan Gevaryahu
sn76496.cpp: rename NCR7496 to NCR8496 for Tandy 1000TX and similar machines based on PCB pictures and service manual parts list; add support for PSSJ-3 ASIC used in later Tandy 1000 machines. Fix noise generatior behavior in NCR8496 and PSSJ-3 to match hardware tests. [Lord Nightmare, Qbix, ValleyBell, NewRisingSun]
[src/devices/sound]sn76496.cpp sn76496.h
[src/mame/drivers]tandy1t.cpp

r111897 Monday 3rd September, 2018 at 13:02:43 UTC by MetalliC
there was other sound rom (nw)
[src/mame/drivers]simpsons.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team