Note Feed

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

Previous 50 199869 Revisions Next 50

r16168 Thursday 3rd May, 2012 at 09:00:08 UTC by Aaron Giles
ioport.c C++ conversion. Mostly internal changes, with no
intended differences from previous behavior. For drivers,
the main change is that input_port_read() no longer exists.
Instead, the port must be fetched from the appropriate device,
and then read() is called.

For member functions, this is actually simpler/cleaner:

 value = ioport("tag")->read()

For legacy functions which have a driver_data state, it goes:

 value = state->ioport("tag")->read()

For other legacy functions, they need to fetch the root device:

 value = machine.root_device().ioport("tag")->read()

The other big change for drivers is that IPT_VBLANK is gone.
Instead, it has been replaced by a device line callback on the
screen device. There's a new macro PORT_VBLANK("tag") which
automatically points things to the right spot.

Here's a set of imperfect search & replace strings to convert
the input_port_read calls and fix up IPT_VBLANK:

input_port_read( *\( *)(machine\(\)) *, *([^)]+ *\))
ioport\1\3->read\(\)

input_port_read( *\( *)(.*machine[()]*) *, *([^)]+ *\))
\2\.root_device\(\)\.ioport\1\3->read\(\)

(state = .*driver_data[^}]+)space->machine\(\)\.root_device\(\)\.
\1state->

(state = .*driver_data[^}]+)device->machine\(\)\.root_device\(\)\.
\1state->

input_port_read_safe( *\( *)(machine\(\)) *, *([^,]+), *([^)]+\))
ioport\1\3->read_safe\(\4\)

IPT_VBLANK( *\))
IPT_CUSTOM\1 PORT_VBLANK("screen")
[/trunk]makefile
[src/emu]crsshair.c devcb.c devcb.h device.c device.h emu.h info.c ioport.c ioport.h machine.c memory.c rendlay.c screen.c screen.h ui.c uiinput.c uimain.c uimain.h uimenu.c validity.c validity.h
[src/emu/machine]generic.c jvsdev.c microtch.c
[src/emu/sound]disc_cls.h disc_inp.c
[src/emu/video]pc_cga.c
[src/ldplayer]ldplayer.c
[src/mame/audio]8080bw.c atarijsa.c cchasm.c cyberbal.c harddriv.c mario.c micro3d.c midway.c mw8080bw.c suna8.c
[src/mame/drivers]2mindril.c 30test.c 39in1.c 3do.c 40love.c 5clown.c 8080bw.c ace.c acefruit.c acommand.c actfancr.c adp.c aeroboto.c airbustr.c albazg.c aleck64.c alg.c alpha68k.c ampoker2.c amspdwy.c angelkds.c aquarium.c arabian.c arcadecl.c aristmk4.c aristmk5.c arkanoid.c armedf.c artmagic.c asterix.c asteroid.c astinvad.c astrocde.c astrocorp.c astrof.c asuka.c atarifb.c atarig1.c atarig42.c atarigt.c atarigx2.c atarisy1.c atarisy2.c atarisy4.c ataxx.c atetris.c attckufo.c avalnche.c aztarac.c backfire.c badlands.c bagman.c balsente.c baraduke.c batman.c battlane.c battlera.c bbusters.c beaminv.c beathead.c berzerk.c bfcobra.c bfm_sc1.c bfm_sc2.c bfm_sc4h.c big10.c bigevglf.c bionicc.c bladestl.c blitz.c blitz68k.c blktiger.c blmbycar.c blockade.c bloodbro.c blstroid.c bmcbowl.c bnstars.c bogeyman.c boogwing.c boxer.c brkthru.c bsktball.c btime.c bwidow.c bwing.c bzone.c cabal.c calchase.c calomega.c canyon.c capbowl.c cave.c cb2001.c cbasebal.c cbuster.c ccastles.c cchance.c cd32.c cdi.c centiped.c cesclass.c cham24.c champbwl.c chanbara.c chance32.c changela.c chinagat.c chinsan.c chqflag.c cinemat.c circus.c cischeat.c citycon.c clayshoo.c cliffhgr.c cloak.c cloud9.c clshroad.c cmmb.c cninja.c cntsteer.c combatsc.c compgolf.c coolpool.c cop01.c copsnrob.c corona.c cosmic.c cps1.c cps2.c cps3.c crbaloon.c crgolf.c crshrace.c crystal.c cshooter.c csplayh5.c cubeqst.c cvs.c cyberbal.c cybertnk.c dai3wksi.c dambustr.c darius.c darkhors.c darkseal.c dassault.c dblewing.c dcheese.c dday.c ddealer.c ddenlovr.c ddragon.c ddragon3.c deadang.c dec0.c dec8.c deco156.c deco32.c deco_ld.c deco_mlc.c decocass.c deshoros.c destroyr.c dgpix.c dietgo.c discoboy.c djboy.c djmain.c dkong.c dlair.c dmndrby.c dogfgt.c dooyong.c dragrace.c dribling.c drw80pkr.c dunhuang.c dwarfd.c dynax.c dynduke.c embargo.c enigma2.c eolith.c eolith16.c eprom.c equites.c ertictac.c esd16.c esripsys.c ettrivia.c exerion.c exidy.c exidy440.c exprraid.c exterm.c f-32.c f1gp.c famibox.c fantland.c fcombat.c feversoc.c fgoal.c finalizr.c firebeat.c firefox.c firetrap.c firetrk.c flkatck.c flyball.c foodf.c forte2.c freekick.c fromanc2.c fromance.c funkball.c funkybee.c funkyjet.c fuukifg3.c gaelco2.c gaelco3d.c galaga.c galastrm.c galaxia.c galaxian.c galaxold.c galdrvr.c galivan.c galpani3.c gameplan.c gauntlet.c gcpinbal.c gei.c gijoe.c gladiatr.c go2000.c goal92.c goldnpkr.c goldstar.c gomoku.c goodejan.c gottlieb.c gpworld.c grchamp.c gridlee.c groundfx.c gstream.c gsword.c gticlub.c guab.c gunbustr.c gundealr.c gunpey.c halleys.c hanaawas.c harddriv.c highvdeo.c hitme.c hitpoker.c hnayayoi.c hng64.c homedata.c hornet.c hvyunit.c icecold.c igs009.c igs011.c igs017.c igspoker.c imolagp.c irobot.c itech32.c itech8.c jack.c jackal.c jackpool.c jaguar.c jalmah.c jangou.c jantotsu.c jchan.c jedi.c jongkyo.c jpmimpct.c jpmsys5.c kaneko16.c karnov.c kas89.c kingdrby.c kingobox.c kinst.c klax.c koikoi.c konamigq.c konamigv.c konamigx.c kongambl.c kopunch.c ksys573.c ladybug.c laserbat.c lastfght.c lazercmd.c leland.c lemmings.c lethal.c lethalj.c liberate.c liberatr.c limenko.c lockon.c looping.c lordgun.c lvcards.c m10.c m107.c m14.c m63.c m72.c m79amb.c macs.c madalien.c madmotor.c magic10.c magicfly.c magtouch.c majorpkr.c malzak.c mappy.c marinedt.c matmania.c maxaflex.c maygay1b.c maygayv1.c mayumi.c mazerbla.c mcatadv.c mcr.c mcr3.c mcr68.c mediagx.c megadrvb.c megasys1.c megatech.c meijinsn.c merit.c meritm.c metlclsh.c metro.c mexico86.c meyc8080.c meyc8088.c mgolf.c midas.c midvunit.c midzeus.c mirage.c mirax.c missile.c mitchell.c mjkjidai.c mjsister.c mlanding.c model1.c model2.c model3.c moo.c mpoker.c mpu3.c mpu4.c mpu4vid.c mquake.c ms32.c msisaac.c mugsmash.c multigam.c mw18w.c mw8080bw.c mwarr.c mystston.c mystwarr.c namcofl.c namcona1.c namconb1.c namcos1.c namcos10.c namcos11.c namcos12.c namcos21.c namcos22.c namcos23.c namcos86.c naomi.c naughtyb.c nbmj9195.c nemesis.c neodrvr.c neogeo.c nexus3d.c nightgal.c ninjakd2.c nitedrvr.c niyanpai.c nmg5.c nmk16.c nova2001.c nwk-tr.c nycaptor.c nyny.c offtwall.c ojankohs.c omegrace.c oneshot.c onetwo.c opwolf.c orbit.c othldrby.c othunder.c overdriv.c pachifev.c pacland.c pacman.c paradise.c pastelg.c pcat_nit.c pcxt.c pengadvb.c peplus.c peyper.c pgm.c phoenix.c pingpong.c pinkiri8.c pipedrm.c pktgaldx.c playch10.c playmark.c plygonet.c pntnpuzl.c polepos.c polyplay.c poolshrk.c popeye.c popper.c powerbal.c prehisle.c progolf.c psikyo.c psikyo4.c psikyosh.c pushman.c pzletime.c qdrmfgp.c quantum.c quasar.c quizpani.c raiden.c rainbow.c rallyx.c rampart.c re900.c realbrk.c redalert.c redclash.c relief.c renegade.c rltennis.c rmhaihai.c rohga.c rollrace.c route16.c royalmah.c rpunch.c runaway.c rungun.c safarir.c saturn.c sbowling.c sbrkout.c scobra.c scramble.c scregg.c sderby.c seattle.c segac2.c segae.c segag80r.c segag80v.c segahang.c segaorun.c segas16a.c segas16b.c segas18.c segas24.c segas32.c segaxbd.c segaybd.c seibuspi.c seicross.c sengokmj.c seta.c seta2.c sf.c sfbonus.c sfkick.c shadfrce.c shangha3.c shangkid.c shisen.c shootout.c shuuz.c sidearms.c sigmab98.c simpl156.c skimaxx.c skullxbo.c skydiver.c skyfox.c skykid.c skyraid.c slapshot.c slotcarn.c snesb.c snk.c snk68.c snookr10.c snowbros.c spcforce.c spdodgeb.c speedatk.c spiders.c splash.c splus.c spoker.c spool99.c sprint2.c sprint4.c sprint8.c srmp2.c srmp5.c srmp6.c ssfindo.c sshangha.c ssingles.c ssozumo.c ssrj.c sstrangr.c ssv.c st0016.c stactics.c stadhero.c starfire.c starshp1.c statriv2.c stlforce.c stv.c subs.c subsino2.c suna8.c supbtime.c superchs.c superqix.c suprgolf.c suprnova.c suprridr.c system1.c system16.c tagteam.c tail2nos.c taito_b.c taito_f2.c taito_f3.c taito_h.c taito_l.c taito_o.c taito_x.c taito_z.c taitoair.c taitogn.c taitojc.c taitosj.c tank8.c tankbatt.c tapatune.c tatsumi.c taxidriv.c tceptor.c tecmo.c tecmosys.c tehkanwc.c tempest.c terracre.c tetrisp2.c thayers.c thedeep.c thepit.c thief.c thunderj.c tiamc1.c tickee.c timetrv.c tmaster.c tmmjprd.c tmnt.c tmspoker.c tnzs.c toaplan1.c toaplan2.c tomcat.c toobin.c topspeed.c toratora.c tourtabl.c toypop.c trackfld.c triplhnt.c truco.c tryout.c tugboat.c tumbleb.c tumblep.c tunhunt.c turbo.c twin16.c twincobr.c twinkle.c tx1.c uapce.c ultratnk.c ultrsprt.c undrfire.c unico.c unkhorse.c upscope.c usgames.c vamphalf.c vaportra.c vball.c vcombat.c vegaeo.c vegas.c vendetta.c vicdual.c videopin.c videopkr.c vindictr.c viper.c vmetal.c voyager.c vpoker.c wardner.c warpsped.c warpwarp.c wecleman.c wgp.c williams.c wink.c wiping.c witch.c wolfpack.c wwfwfest.c xexex.c xmen.c xtheball.c xxmissio.c xybots.c xyonix.c yunsung8.c zac2650.c zaccaria.c zaxxon.c zn.c zr107.c
[src/mame/includes]galpnipt.h iremipt.h lordgun.h toaplipt.h
[src/mame/machine]acitya.c ajax.c amiga.c arkanoid.c asteroid.c atari.c atarifb.c balsente.c beezer.c bonzeadv.c bsktball.c bublbobl.c carpolo.c cchip.c cdislave.c dc-ctrl.c dec0.c decocass.c decoprot.c gaelco2.c galaxold.c gaplus.c harddriv.c irobot.c jvs13551.c kaneko16.c leland.c lsasquad.c mcr68.c megadriv.c mexico86.c mhavoc.c micro3d.c midtunit.c midwayic.c midwunit.c midxunit.c midyunit.c mie.c n64.c namcos1.c namcos2.c nb1413m3.c nitedrvr.c opwolf.c pcecommn.c pckeybrd.c pgmprot.c pgmprot1.c pgmprot2.c pgmprot4.c pgmprot6.c playch10.c qix.c rainbow.c scramble.c segamsys.c seicop.c simpsons.c slikshot.c smpc.c snes.c starwars.c stfight.c subs.c tait8741.c taitosj.c tatsumi.c tnzs.c toaplan1.c vectrex.c vertigo.c volfied.c vsnes.c williams.c xevious.c
[src/mame/video]aeroboto.c amiga.c argus.c artmagic.c astrocde.c atari.c atarisy1.c balsente.c bking.c blockade.c btime.c bwing.c canyon.c cave.c centiped.c changela.c cinemat.c cischeat.c cosmic.c cps1.c dc.c dcheese.c deco_mlc.c decocass.c dkong.c dooyong.c dynax.c esripsys.c exerion.c exidy.c exidy440.c f1gp.c fgoal.c gomoku.c hyprduel.c itech32.c itech8.c jaguar.c kangaroo.c lazercmd.c lethalj.c lordgun.c lwings.c m52.c m57.c m58.c m62.c m72.c m92.c madalien.c mario.c mcatadv.c mcd212.c metro.c model2.c momoko.c mystston.c n8080.c namcos22.c naughtyb.c neogeo.c nmk16.c oneshot.c opwolf.c orbit.c pgm.c phoenix.c policetr.c prehisle.c psikyo.c psychic5.c route16.c shisen.c snes.c system1.c thepit.c tmnt.c travrusa.c turbo.c tx1.c undrfire.c vectrex.c vertigo.c wecleman.c zac2650.c
[src/osd/sdl]input.c
[src/osd/windows]debugwin.c input.c

r16167 Thursday 3rd May, 2012 at 05:58:32 UTC by Barry Rodewald
i386: Big pmode update. [Carl]
[src/emu/cpu/i386]i386.c i386priv.h

r16166 Thursday 3rd May, 2012 at 02:25:41 UTC by Tafoid
Updated rom label.locations for Star Force based on PCB pictures provided by bonky0013.  [Tafoid]
[src/mame/drivers]senjyo.c

r16165 Thursday 3rd May, 2012 at 01:47:06 UTC by hap
some driver updates, nw
[src/mame]mame.lst
[src/mame/drivers]byvid.c

r16164 Wednesday 2nd May, 2012 at 23:07:40 UTC by Tafoid
6551acia.c: m_status_register was not being initialized properly  [Robbbert]
[src/emu/machine]6551acia.c

r16163 Wednesday 2nd May, 2012 at 22:17:43 UTC by Andreas Naive
Changes to mrdriller2's decryption. No whatsnew.
[src/mame/drivers]namcos10.c

r16162 Wednesday 2nd May, 2012 at 22:11:54 UTC by Tafoid
New games added
---------------
Dungeon Explorer (Tourvision PCE bootleg)  [Charles MacDonald, AUMAP, ClawGrip]
Super Volleyball (Tourvision PCE bootleg)  [Charles MacDonald, AUMAP, ClawGrip]
[src/mame]mame.lst
[src/mame/drivers]tourvis.c

r16161 Wednesday 2nd May, 2012 at 14:32:29 UTC by hap
new clone added
----------------
Moon Cresta (Nichibutsu UK, unencrypted) [Andy Welburn]
[src/mame]mame.lst
[src/mame/drivers]galdrvr.c

r16160 Wednesday 2nd May, 2012 at 12:11:19 UTC by Phil Bennett
Removed some obsolete size members from msisaac_state (no whatsnew)
[src/mame/includes]msisaac.h

r16159 Wednesday 2nd May, 2012 at 12:10:49 UTC by Phil Bennett
Fixed missing sprites/HUD regression in Lock-On [Phil Bennett]
[src/mame/includes]lockon.h
[src/mame/video]lockon.c

r16158 Wednesday 2nd May, 2012 at 12:09:48 UTC by Phil Bennett
04794: bombjack & clone: Missing sprites [Phil Bennett]
[src/mame/includes]bombjack.h
[src/mame/video]bombjack.c

r16157 Tuesday 1st May, 2012 at 20:58:12 UTC by Angelo Salese
Haze: some mods to BMC Poker, nw
[src/mame/drivers]bmcpokr.c

r16156 Tuesday 1st May, 2012 at 20:57:50 UTC by Angelo Salese
Various hooks, nw
[src/mame/drivers]chance32.c

r16155 Tuesday 1st May, 2012 at 19:53:11 UTC by Angelo Salese
Haze: fixed gfx bugs
[src/mame/drivers]chance32.c

r16154 Tuesday 1st May, 2012 at 19:50:23 UTC by hap
old note about mdrawpkr can be removed
[src/mame/drivers]meyc8080.c

r16153 Tuesday 1st May, 2012 at 19:45:58 UTC by hap
coinage switch for mdrawpkra and casbjack
[src/mame/drivers]meyc8080.c meyc8088.c

r16152 Tuesday 1st May, 2012 at 19:24:55 UTC by Angelo Salese
Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Chance 32 [Angelo Salese]
[src/emu]driver.c driver.h
[src/mame/drivers]chance32.c

r16151 Tuesday 1st May, 2012 at 02:11:19 UTC by Brian Troha
gei.c: Sorted out the correct question roms for Trivia (Questions Series 12) and Trivia (Questions Series 12). [Brian Troha]
[src/mame]mame.lst
[src/mame/drivers]gei.c

r16150 Monday 30th April, 2012 at 23:31:32 UTC by hap
added robbiestyle button lamps to gldarrow (same as wldarrow)
[src/mame]mame.mak
[src/mame/drivers]meyc8080.c meyc8088.c
[src/mame/layout]gldarrow.lay*

r16149 Monday 30th April, 2012 at 23:08:19 UTC by hap
bsw8 is service mode
[src/mame/drivers]meyc8080.c meyc8088.c

r16148 Monday 30th April, 2012 at 22:30:20 UTC by hap
cps2.c: fixed vhunt2d and vsav2d rom loading [Pythagoras]
[src/mame/drivers]cps2.c

r16147 Monday 30th April, 2012 at 22:04:14 UTC by hap
forgot to add them here
[src/mame]mame.lst

r16146 Monday 30th April, 2012 at 22:02:17 UTC by hap
Clean-ups to sound and fixed volume balance in Nichibutsu Mahjong drivers. [Takahiro Nogi]

niyanpai.c: Fixed graphics draw speed. [Takahiro Nogi]


new clones added
----------------
Mahjong Yoshimoto Gekijou [BET] [Takahiro Nogi]
Zoku Mahjong Housoukyoku [Takahiro Nogi]
[src/mame/drivers]hyhoo.c nbmj8688.c nbmj8891.c nbmj8900.c nbmj8991.c nbmj9195.c niyanpai.c
[src/mame/video]niyanpai.c

r16145 Monday 30th April, 2012 at 21:23:10 UTC by Tafoid
New games marked as GAME_NOT_WORKING
------------------------------------
Chance Thirty Two  [Team Europe, Marcus Jendroska,Y~K, The Dumping Union, Smitdogg]
[src/mame]mame.lst mame.mak
[src/mame/drivers]chance32.c*

r16144 Monday 30th April, 2012 at 19:59:48 UTC by Tafoid
Updated layouts for numerous slots to take advantage of new reel development.  [James Wallace]
[src/mame/layout]awpdmd.lay awpvid14.lay awpvid16.lay bfm_sc1.lay drwho.lay gamball.lay mpu4.lay mpu4ext.lay

r16143 Monday 30th April, 2012 at 19:54:40 UTC by hap
game promoted to working
-------------
Golden Arrow (Standard G8-03) [hap, dox, DHS]
[src/mame/drivers]meyc8088.c

r16142 Monday 30th April, 2012 at 19:37:30 UTC by hap
simplified read_port + make sure portc is 6 bits wide (meyc8088.c expects d6,7 to be set on read)
[src/emu/machine]i8155.c

r16141 Monday 30th April, 2012 at 17:19:12 UTC by Tafoid
Misc 68340 related progress.  From Haze (nw)
[src/emu/cpu/m68000]m68000.h m68kcpu.c
[src/mame/drivers]astrafr.c bfm_sc4h.c bfm_swp.c mpu5.c pluto5.c
[src/mame/includes]bfm_sc45.h

r16140 Monday 30th April, 2012 at 16:28:38 UTC by hap
timer regs can be read too (used by meyc8088 diagnostics)
[src/emu/machine]i8155.c

r16139 Monday 30th April, 2012 at 15:21:04 UTC by hap
so it was an overdump
[src/mame/drivers]spacefb.c

r16138 Monday 30th April, 2012 at 14:55:35 UTC by hap
spacefba other roms dumped too, from andy.
Any spacefb fan wanna look what's up with the upper half of that bulletrom?
[src/mame/drivers]spacefb.c

r16137 Monday 30th April, 2012 at 13:39:32 UTC by Miodrag Milanović
Made UI for BIOS selection where applicable, and moved info about current
system and default bios to device_t class (no whatsnew)
[src/emu]device.h romload.c romload.h uimain.c uimain.h
[src/emu/machine]generic.c

r16136 Monday 30th April, 2012 at 06:44:14 UTC by Miodrag Milanović
Sync with MAME, various fixes from Firewave and RB (no whatsnew)
[src/lib]lib.mak
[src/lib/lib7z]CpuArch.h LzmaEnc.c
[src/lib/libflac/include/private]cpu.h fixed.h float.h lpc.h memory.h window.h
[src/lib/libflac/libflac]lpc.c memory.c stream_decoder.c stream_encoder.c
[src/lib/util]cdrom.c

r16135 Monday 30th April, 2012 at 01:47:43 UTC by Barry Rodewald
i386: fix for bt? instructions [Carl]
[src/emu/cpu/i386]i386.c i386op16.c i386op32.c

r16134 Monday 30th April, 2012 at 01:13:52 UTC by Brian Troha
zaxxon.c: As per suggestion, added "Rev C" to game name as there are other versions out there that need dumping. - NW
[src/mame/drivers]zaxxon.c

r16133 Monday 30th April, 2012 at 01:10:57 UTC by Brian Troha
zaxxon.c: correct / clarify the "hand written" label statement. - NW
[src/mame/drivers]zaxxon.c

r16132 Monday 30th April, 2012 at 01:00:45 UTC by Brian Troha
New Congo Bongo clone & additional doc information vs 2 & 3 board stacks versions

zaxxon.c: Corrected rom labels and U locations for the Congo Bongo sets. Added the 3 board stack version with correct PBROM. Added additional documentation about the 2 board stack and the 3 board stack. [Kevin Eshbach, The Dumping Union]

New Clone Added
-----------------------------
Congo Bongo (3 board stack) [Kevin Eshbach, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]zaxxon.c

r16131 Sunday 29th April, 2012 at 22:36:17 UTC by R. Belmont
Fix PowerPC OS X compile [R. Belmont]
[src/emu/video]rgbvmx.h

r16130 Sunday 29th April, 2012 at 21:47:31 UTC by hap
optimized optimization options :p
[/trunk]makefile

r16129 Sunday 29th April, 2012 at 20:57:38 UTC by hap
aysnd wasn't hooked up in dealer (MT bug 4787)
[src/mame/drivers]epos.c

r16128 Sunday 29th April, 2012 at 20:57:03 UTC by R. Belmont
Fix invalid ISO C syntax in neogeo driver noted by Clang [Balrog, R. Belmont]
[src/mame/drivers]neogeo.c
[src/mame/includes]neogeo.h

r16127 Sunday 29th April, 2012 at 20:40:39 UTC by hap
new clone added
----------------
Space Firebird (rev. 02-a) [Andy Welburn]

nw: made rev 04 the parent, so:
spacefb -> spacefbe2
spacefbu -> spacefb
[src/mame]mame.lst
[src/mame/drivers]spacefb.c

r16126 Sunday 29th April, 2012 at 18:47:24 UTC by hap
okiadpcm.o is also used by i5000
[src/emu/sound]sound.mak

r16125 Sunday 29th April, 2012 at 17:24:31 UTC by hap
added savestates
[src/emu/sound]i5000.c

r16124 Saturday 28th April, 2012 at 07:10:04 UTC by Miodrag Milanović
Killed unicows (no whatsnew)
[src/osd/windows]windows.mak

r16123 Friday 27th April, 2012 at 21:23:39 UTC by Curt Coder
Added the clock counter chain and other common functions into device_rtc_interface, removing duplicated code in RTC implementations. Rewrote the Dallas DS1302 to support additional features needed by IDE64 in MESS. [Curt Coder]
[src/emu]dirtc.c dirtc.h
[src/emu/machine]ctronics.c ds1302.c ds1302.h e0516.c e0516.h idectrl.c mc146818.c mc146818.h mccs1850.c mccs1850.h msm5832.c msm5832.h msm58321.c msm58321.h rp5c01.c rp5c01.h rp5c15.c rp5c15.h upd1990a.c upd1990a.h
[src/mame/drivers]crystal.c

r16122 Friday 27th April, 2012 at 19:16:34 UTC by hap
hooked the color prom up
[src/mame/drivers]meyc8088.c

r16121 Friday 27th April, 2012 at 17:31:41 UTC by Tafoid
Fixed #04778: bishjan, mtrain, wtrnymph: Crash before OK
[src/mame/drivers]subsino2.c

r16120 Friday 27th April, 2012 at 17:24:02 UTC by Tafoid
Fixed MT# 04779: billiard, hustler, hustlerb2, hustlerd: Crash before OK
[src/mame/includes]scramble.h

r16119 Friday 27th April, 2012 at 13:08:09 UTC by Miodrag Milanović
Sync with MESS (no whatsnew)
[src/emu/machine]idectrl.c intelfsh.c intelfsh.h
[src/lib/formats]ap2_dsk.c dfi_dsk.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team