Raz na dobę, a może rzadziej będę publikował nowe deweloperskie binarki projektu MESS, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego obok Binarki udostępniam także resztę plików z folderu MESS (wraz z mess.ini, który należy wyedytować aby zmienić miejsce lokalizacji biosów).
- ? fixed crash (nw) [rbelmont]
2014-02-22 23:03:37Changed: midi.c
1 files changed, 4 insertions, 1 deletions
- ? fix MIDI output (nw) [rbelmont]
2014-02-22 22:46:252 files changed, 4 insertions, 0 deletions
- ? SDL: Cleaned up some warnings (nw) [rbelmont]
2014-02-22 18:58:49Changed: sdlmain.c
1 files changed, 4 insertions, 4 deletions
- ? removed some casting (nw) [smf]
2014-02-22 16:59:24Changed: psx.c
1 files changed, 4 insertions, 4 deletions
- ? Fixed rendering issue in psyaria and raycris attract. [smf] [smf]
2014-02-22 16:41:592 files changed, 91 insertions, 89 deletions
- ? removed a pit trampoline (nw) [smf]
2014-02-22 16:03:51Changed: isa_ibm_mfc.c, isa_ibm_mfc.h
2 files changed, 7 insertions, 13 deletions
- ? i2cmem.c: Only save m_page for chips that use pages. (nw) [Wilbert Pol]
2014-02-22 13:56:37Changed: i2cmem.c
1 files changed, 4 insertions, 1 deletions
- ? (MESS) New NOT WORKING system [sronco]
2014-02-22 13:11:32- ---------------------------------------------- VTech Pitagorin Junior [Roberto Fresca]
Changed: .gitattributes, pitagjr.c, mess.lst, mess.mak
4 files changed, 231 insertions, 0 deletions
- ---------------------------------------------- VTech Pitagorin Junior [Roberto Fresca]
- ? fixed bug in default font handling for OSX (nw) [oliverst]
2014-02-22 12:46:44Changed: sdlmain.c
1 files changed, 1 insertions, 1 deletions
- ? Make memarray word/dword/qword writers take a mem_mask, and update the tilemap device to use them [Alex Jackson] [alexjack]
2014-02-22 12:37:42Changed: memarray.h, tilemap.c
2 files changed, 9 insertions, 9 deletions
- ? Merge memarray improvements from palette branch into trunk (nw) [alexjack]
2014-02-22 12:01:31Changed: memarray.c, memarray.h
2 files changed, 47 insertions, 35 deletions
- ? and, of course, I had selected the wrong files in svnX :D [Fabio Priuli]
2014-02-22 11:12:03 - ? (MESS) nes_jy: Fixed a silly mistake and improved a little bit the [Fabio Priuli]
2014-02-22 11:07:37- emulation of JY Company PCBs (mappers 90, 209 & 211). It's still too glicthy to be promoted to working state, but you can now see how Super Mario Wolrd, Contra Spirits, Donkey Kong Country 4 and Tiny Toons Adventures 6 were like. nw.
Changed: nes.xml, nes_jy.h, sns_sa1.c
3 files changed, 62 insertions, 35 deletions
- emulation of JY Company PCBs (mappers 90, 209 & 211). It's still too glicthy to be promoted to working state, but you can now see how Super Mario Wolrd, Contra Spirits, Donkey Kong Country 4 and Tiny Toons Adventures 6 were like. nw.
- ? small disasm fix [hap]
2014-02-22 10:45:33Changed: mn10200.c, mn10200.h, mn102dis.c
3 files changed, 6 insertions, 5 deletions
- ? Timers now execute at the end of each timeslice instead of at the start, as they did prior to 0.141u2. Fixes MT 4308 [Alex Jackson] [alexjack]
2014-02-22 04:40:54Changed: schedule.c
1 files changed, 7 insertions, 8 deletions
- ? (MESS) apple2: fixed recent regressions (crash and missing text drawing) (nw) [rbelmont]
2014-02-22 03:17:38 - ? upd7810.c: Modernized cpu core. [Wilbert Pol] [Wilbert Pol]
2014-02-21 23:43:53Changed: 7810ops.c, 7810tbl.c, upd7810.c, upd7810.h, fitfight.c, homedata.c, metro.c, metro.h, ex800.c, fp1100.c, gamepock.c, lx800.c, scv.c, gamepock.h, gamepock.c
15 files changed, 9183 insertions, 9273 deletions
- ? fixed write_txc (nw) [smf]
2014-02-21 22:43:082 files changed, 2 insertions, 10 deletions
- ? Fixed nltool -listdevices. Thanks Oliver. [couriers]
2014-02-21 20:03:10Changed: nltool.c
1 files changed, 4 insertions, 0 deletions
- ? (MESS) nes: improved Tengen 800032 (RAMBO-1) IRQ mechanism, [Fabio Priuli]
2014-02-21 16:15:49- based on the new findings from nesdev boards. Hard Drivin' proto is a lot more playable. [Fabio Priuli]
Changed: nes_tengen.c
1 files changed, 6 insertions, 13 deletions
- based on the new findings from nesdev boards. Hard Drivin' proto is a lot more playable. [Fabio Priuli]
- ? fixed -listxml DTD (nw) [oliverst]
2014-02-21 14:56:45Changed: info.c
1 files changed, 2 insertions, 2 deletions
- ? (MESS) apf: added back floppy code (but it doesn't work) [robbbert]
2014-02-21 13:47:15Changed: apf.c
1 files changed, 12 insertions, 60 deletions
- ? (MESS) nes: properly implemented Aladdin Deck Enhancer as a [Fabio Priuli]
2014-02-21 13:09:38- pass-through cart. Correct syntax to launch e.g. Dizzy The Adventurer is now "mess nes -cart ade -cart2 dizzyadv". Moved Aladdin minicart dumps to a separate softlist (but you can load in -cart2 iNES files from fullpath, if you like) [Fabio Priuli] nes_camerica: simplified emulation of the BF9096 board and fixed emulation of GoldenFive board (used by the Polish Pegasus 5 in 1 cart). [Fabio Priuli]
out of whatsnew: this commit completes the recent work about emulating properly the different pass-through NES/Famicom devices and their corresponding mini-carts... there should be no more games requiring non-standard syntax to be launched.Changed: .gitattributes, nes.xml, nes_ade.xml, nes_ntbrom.xml, nes.c, nes.h, nes.c, nes_aladdin.c, nes_aladdin.h, nes_camerica.c, nes_camerica.h, nes_datach.c, nes_datach.h, nes_karastudio.c, nes_karastudio.h, nes_pcb.inc, nes_slot.h, nes_sunsoft_dcs.c, nes_sunsoft_dcs.h, mess.mak
20 files changed, 708 insertions, 144 deletions
- pass-through cart. Correct syntax to launch e.g. Dizzy The Adventurer is now "mess nes -cart ade -cart2 dizzyadv". Moved Aladdin minicart dumps to a separate softlist (but you can load in -cart2 iNES files from fullpath, if you like) [Fabio Priuli] nes_camerica: simplified emulation of the BF9096 board and fixed emulation of GoldenFive board (used by the Polish Pegasus 5 in 1 cart). [Fabio Priuli]
- ? off-by-one fixes, added notes, implemented panning [hap]
2014-02-21 13:00:51Changed: zsg2.c
1 files changed, 21 insertions, 10 deletions
- ? fixed non-DEBUG build (nw) [oliverst]
2014-02-21 11:54:07Changed: clifront.c, tagmap.c, tagmap.h
3 files changed, 6 insertions, 6 deletions
- ? deprecated TMS3615 (nw) [oliverst]
2014-02-21 11:42:52Changed: tms3615.h
1 files changed, 1 insertions, 1 deletions
- ? added DEBUG-only tagmap lookup counter (nw) [oliverst]
2014-02-21 11:37:27Changed: .gitattributes, clifront.c, lib.mak, tagmap.c, tagmap.h
5 files changed, 35 insertions, 0 deletions
- ? DEBUG -> MAME_DEBUG (nw) [oliverst]
2014-02-21 11:34:23Changed: snes_snd.c, archimds.c, fddebug.c, wswan.c
4 files changed, 6 insertions, 6 deletions
- ? always enable SYMBOLS in case of SANITIZE (nw) [oliverst]
2014-02-21 11:28:19Changed: makefile
1 files changed, 5 insertions, 0 deletions
- ? clang 3.4 now works out-of-the-box (nw) [oliverst]
2014-02-21 11:27:33Changed: ti99_8.c
1 files changed, 12 insertions, 4 deletions
- ? fixed clang compilation (nw) [oliverst]
2014-02-21 11:26:09Changed: poly.c
1 files changed, 0 insertions, 1 deletions
- ? Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf] [smf]
2014-02-21 10:51:59Changed: .gitattributes, a2midi.c, a2midi.h, midi_maplin.c, midi_maplin.h, midi_namesoft.c, midi_namesoft.h, midi_passport.c, midi_passport.h, midi_sci.c, midi_sci.h, midi_siel.c, midi_siel.h, interpod.c, softbox.c, dj2db.c, emu.mak, 6850acia.c, 6850acia.h, clock.c, clock.h, com8116.c, com8116.h, mc68901.c, bfcobra.c, bfmsys85.c, calomega.c, jpmsys5.c, mpu4vid.c, calomega.h, jpmsys5.h, 68ksbc.c, alphatro.c, altair.c, atarist.c, bbc.c, bml3.c, c64.c, cat.c, ec65.c, h8.c, kaypro.c, mekd2.c, mirage.c, mx2178.c, nc.c, newbrain.c, ob68k1a.c, osi.c, poly.c, pulsar.c, rainbow.c, sbrain.c, sdk86.c, softbox.c, super6.c, superslave.c, tavernie.c, tek405x.c, thomson.c, v1050.c, v6809.c, vk100.c, votrpss.c, votrtnt.c, vt100.c, xerox820.c, xor100.c, atarist.h, bbc.h, nc.h, newbrain.h, osi.h, tek405x.h, thomson.h, v1050.h, bbc.c, isa_gus.c, isa_gus.h, isa_ibm_mfc.c, isa_ibm_mfc.h, thomson.c
82 files changed, 2351 insertions, 2419 deletions
- ? (MESS) ht68k: fixed crash at start [robbbert]
2014-02-21 08:54:39Changed: ht68k.c
1 files changed, 3 insertions, 3 deletions
- ? (nw) [rbelmont]
2014-02-21 05:10:25Changed: lisa.c
1 files changed, 3 insertions, 2 deletions
- ? Guh [angelosa]
2014-02-21 01:37:54Changed: harriet.c
1 files changed, 2 insertions, 2 deletions
- ? Fix tools compile (nw) [alexjack]
2014-02-20 23:19:57Changed: chdman.c
1 files changed, 1 insertions, 5 deletions
- ? Fix gcc 4.8 compile (nw) [alexjack]
2014-02-20 22:58:19Changed: memory.c
1 files changed, 1 insertions, 2 deletions
- ? (MESS) glcolor: fixed year (nw) [sronco]
2014-02-20 22:44:27Changed: prestige.c
1 files changed, 1 insertions, 1 deletions
- ? clang 3.4 fixes for tools (nw) [oliverst]
2014-02-20 21:42:25Changed: concept.c, mac.c, pc_hard.c
3 files changed, 5 insertions, 1 deletions
- ? Note (nw) [Wilbert Pol]
2014-02-20 21:28:41Changed: v60.c
1 files changed, 3 insertions, 0 deletions
- ? (MESS) machinemegadriv.c - Fixes segfault when trying to load the homebrew megadrive tutorial file "firststeps". [Felipe Sanches] [tafoid]
2014-02-20 21:26:32Changed: md_slot.c
1 files changed, 11 insertions, 11 deletions
- ? (MESS) a7800.c - Added more details and clarification regarding the potentiometer. [Robert Tuccitto] [tafoid]
2014-02-20 21:15:26Changed: a7800.c
1 files changed, 46 insertions, 8 deletions
- ? fixed compilation with older clang versions (nw) [oliverst]
2014-02-20 21:01:35Changed: makefile
1 files changed, 7 insertions, 2 deletions
- ? (MESS) New NOT WORKING system [sronco]
2014-02-20 20:05:30- ---------------------------------------------- VTech Genius Leader Color (Germany) [TeamEurope]
Changed: prestige.c, mess.lst
2 files changed, 11 insertions, 1 deletions
- ---------------------------------------------- VTech Genius Leader Color (Germany) [TeamEurope]
- ? (MESS) gl4004: fixed lcd and ROM banking. (nw) [sronco]
2014-02-20 19:58:142 files changed, 44 insertions, 4 deletions
- ? second round of clang 3.4 fixes for MESS (nw) [oliverst]
2014-02-20 19:18:29Changed: grip.c, keytro.c, asap.c, avr8.c, drcbex64.c, drcbex86.c, es5510.c, h8speriph.c, i386dasm.c, necdasm.c, ppccom.c, rspdrc.c, dis32031.c, tms32031.c, tms34010.c, dimemory.c, emualloc.c, laserdsc.c, rp5c01.c, z80ctc.c, z80pio.c, z80sio.c, z80sti.c, softlist.c, fm2612.c, spu.c, crt9007.c, pc_cga.c, fyl2x.c, ppu2c0x.c, bullet.c, ec184x.c, jupiter.c, lc80.c, poly880.c, vtech1.c, drawogl.c
37 files changed, 163 insertions, 115 deletions
- ? #if 0 around some debugging code. [Aaron Giles]
2014-02-20 19:11:51Changed: coretmpl.h
1 files changed, 3 insertions, 1 deletions
- ? first round of clang 3.4 fixes for MESS (nw) [oliverst]
2014-02-20 18:50:51Changed: makefile, lib.mak, a7000.c, amiga.c, amstr_pc.c, amstrad.c, apexc.c, apf.c, apple2.c, atarist.c, bml3.c, busicom.c, casloopy.c, cgc7900.c, fp1100.c, gmaster.c, ip20.c, ip22.c, lynx.c, msx.c, mx2178.c, mz2000.c, mz2500.c, n64.c, osbexec.c, osi.c, p8k.c, pc6001.c, pc8801.c, ql.c, tmc600.c, ts802.c, vt100.c, x1twin.c, c65.c, micropolis.c, sgi.c, isa_cga.c, isa_mda.c, nc.c, newport.c, pc1251.c, pc1350.c, pc1401.c, pcw.c, pcw16.c
46 files changed, 123 insertions, 24 deletions
- ? (MESS) apf: Fixed bad dump in Basic, and added Extended Basic [Thanks to ranger_lennier] [robbbert]
2014-02-20 11:24:17Changed: apfm1000.xml
1 files changed, 35 insertions, 13 deletions
- ? (MESS) apf: added another bios [Thanks to ranger_lennier] [robbbert]
2014-02-20 11:19:54Changed: apf.c
1 files changed, 10 insertions, 6 deletions
- ? Fixed compile. (nw) [curtcode]
2014-02-20 09:34:52Changed: main.c
1 files changed, 1 insertions, 0 deletions
- ? Fix compile on clang (nw) [Justin Kerk]
2014-02-20 07:21:30Changed: exp.c
1 files changed, 0 insertions, 2 deletions
- ? Fix vector rendering. [Aaron Giles]
2014-02-20 06:28:42Changed: rendersw.c
1 files changed, 1 insertions, 1 deletions
- ? removed superfluous 128k (nw) [smf]
2014-02-20 03:38:44Changed: clcd.c
1 files changed, 1 insertions, 1 deletions
- ? Rearrange JSMESS code a bit (nw) [Justin Kerk]
2014-02-20 03:30:48Changed: machine.c
1 files changed, 47 insertions, 35 deletions
- ? updated prev commit with wrt irq recursion [hap]
2014-02-19 23:16:342 files changed, 26 insertions, 35 deletions
- ? (MESS) ibm5170.xml: Added Windows 95. (nw) [curtcode]
2014-02-19 22:46:01Changed: ibm5170.xml
1 files changed, 76 insertions, 0 deletions
- ? fix emulated cpu crash being able to crash mame [hap]
2014-02-19 22:26:002 files changed, 19 insertions, 12 deletions
- ? Abstracted netlist sources. This is a first step to support libraries (e.g. for opamps). [Couriersud] [couriers]
2014-02-19 21:53:31Changed: nl_base.h, nl_parser.c, nl_parser.h, nltool.c
4 files changed, 105 insertions, 7 deletions
- ? Removed some auto_mallocs in favor of dynamic_arrays. [Aaron Giles]
2014-02-19 18:45:48- Added option to clear dynamic_arrays; on gcc this should assert if not done on POD (which is unsafe to memset).
Changed: exp.c, exp.h, grafik.c, grafik.h, nubus.c, nubus.h, nubus_48gc.c, nubus_48gc.h, nubus_cb264.c, nubus_cb264.h, nubus_m2hires.c, nubus_m2hires.h, nubus_m2video.c, nubus_m2video.h, nubus_radiustpd.c, nubus_radiustpd.h, nubus_spec8.c, nubus_spec8.h, nubus_specpdq.c, nubus_specpdq.h, nubus_vikbw.c, nubus_vikbw.h, nubus_wsportrait.c, nubus_wsportrait.h, pds30_30hr.c, pds30_30hr.h, pds30_cb264.c, pds30_cb264.h, pds30_mc30.c, pds30_mc30.h, pds30_procolor816.c, pds30_procolor816.h, pds30_sigmalview.c, pds30_sigmalview.h, exp.c, exp.h, cubeqcpu.c, cubeqcpu.h, drcfe.c, drcfe.h, drcuml.c, drcuml.h, esrip.c, esrip.h, lc8670.c, lc8670.h, mc68hc11.c, mc68hc11.h, r3000.c, r3000.h, sh2.c, sh2comn.c, sh2comn.h, sh2drc.c, sh4.c, sh4comn.c, sh4comn.h, sharc.c, sharc.h, tms32082.c, tms32082.h, 34010ops.h, tms34010.c, tms9995.c, tms9995.h, vtlb.c, coretmpl.h
67 files changed, 141 insertions, 206 deletions
- Added option to clear dynamic_arrays; on gcc this should assert if not done on POD (which is unsafe to memset).
- ? divider matches gdarius OST [hap]
2014-02-19 17:28:37Changed: zsg2.c
1 files changed, 1 insertions, 1 deletions
- ? Fix display of device tags in internal profiler [Alex Jackson] [alexjack]
2014-02-19 16:59:08Changed: diexec.c
1 files changed, 1 insertions, 1 deletions
- ? Fix SDL 2.0 build (nw) [rbelmont]
2014-02-19 15:50:26Changed: blit13.h
1 files changed, 3 insertions, 3 deletions
- ? stupid [hap]
2014-02-19 15:50:11Changed: zsg2.c
1 files changed, 1 insertions, 1 deletions
- ? fix SDL build (nw) [Miodrag Milanovic]
2014-02-19 12:07:33Changed: texsrc.h
1 files changed, 3 insertions, 3 deletions
- ? Switched rgb_t to a class, replacing macros with methods. Mappings are [Aaron Giles]
2014-02-19 07:07:32- as follows:
MAKE_RGB(r,g,b) == rgb_t(r,g,b) MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b) RGB_ALPHA(data) == data.a() RGB_RED(data) == data.r() RGB_GREEN(data) == data.g() RGB_BLUE(data) == data.b() RGB_BLACK == rgb_t::black RGB_WHITE == rgb_t::white
Implicit conversions to/from UINT32 are built in as well as simple addition, subtraction, and scaling (with clamping).
As a result of being a class, some stricter typing was needed in a few places but overall not too much.Changed: a2ultraterm.c, minigraf.c, ms151a.c, nubus_48gc.c, nubus_cb264.c, nubus_m2hires.c, nubus_m2video.c, nubus_radiustpd.c, nubus_spec8.c, nubus_specpdq.c, nubus_vikbw.c, nubus_wsportrait.c, pds30_30hr.c, pds30_cb264.c, pds30_mc30.c, pds30_procolor816.c, pds30_sigmalview.c, lvc.c, mvc.c, crsshair.c, debugint.c, drawgfx.c, drawgfxm.h, driver.c, empty.c, emupal.c, emupal.h, laserdsc.c, s3c24xx.c, render.c, rendersw.c, rendfont.c, rendlay.c, rendutil.c, save.h, screen.c, cdp1864.c, cdp1869.c, mos6560.c, mos7360.c, tilemap.c, tilemap.h, devctrl.h, menu.c, ui.c, ui.h, viewgfx.c, 315_5124.c, cdp1861.c, cdp1862.c, fixfreq.c, generic.c, i8275x.c, m50458.c, mb90082.c, mb_vcu.c, mc6845.c, mc6847.c, mc6847.h, psx.c, resnet.c, rgbgen.h, saa5050.c, stvvdp2.c, tlc34076.c, tlc34076.h, tms9928a.c, v9938.c, vector.c, vector.h, voodoo.c, aviio.c, bitmap.h, palette.c, palette.h, png.c, png.h, 1942.c, 4enraya.c, 5clown.c, ace.c, acefruit.c, adp.c, alg.c, amaticmg.c, aristmk4.c, astinvad.c, astrof.c, atarifb.c, atarisy4.c, avalnche.c, avt.c, beaminv.c, berzerk.c, bfcobra.c, blitz.c, blockade.c, bnstars.c, boxer.c, bsktball.c, buster.c, canyon.c, cardline.c, carrera.c, caswin.c, cb2001.c, cball.c, cischeat.c, clayshoo.c, cntsteer.c, cobra.c, coinmvga.c, coolpool.c, coolridr.c, copsnrob.c, corona.c, cps3.c, cshooter.c, cubeqst.c, cyclemb.c, dacholer.c, dai3wksi.c, ddayjlc.c, deco156.c, destroyr.c, discoboy.c, djmain.c, dlair.c, dmndrby.c, dorachan.c, dotrikun.c, dragrace.c, drw80pkr.c, dwarfd.c, embargo.c, enigma2.c, eolith16.c, esh.c, ettrivia.c, fcrash.c, feversoc.c, fgoal.c, firefox.c, flyball.c, fortecar.c, fresh.c, gal3.c, galgame.c, gamecstl.c, gei.c, gluck2.c, goldnpkr.c, goldstar.c, gpworld.c, groundfx.c, gunpey.c, halleys.c, headonb.c, hideseek.c, highvdeo.c, hng64.c, hotstuff.c, istellar.c, itgambl2.c, itgambl3.c, jangou.c, jantotsu.c, jollyjgr.c, kingdrby.c, koikoi.c, kontest.c, lazercmd.c, lemmings.c, lgp.c, looping.c, m10.c, m14.c, m63.c, m79amb.c, macrossp.c, magicard.c, magicfly.c, majorpkr.c, marinedt.c, mazerbla.c, meadows.c, mediagx.c, meijinsn.c, merit.c, meyc8080.c, mgolf.c, miniboy7.c, minivadr.c, mirax.c, mogura.c, mpoker.c, mpu4dealem.c, mpu4vid.c, murogmbl.c, namcos23.c, neoprint.c, nightgal.c, norautp.c, nyny.c, olibochu.c, othello.c, panicr.c, pcxt.c, peplus.c, photon2.c, pinball2k.c, pipeline.c, plygonet.c, poker72.c, poolshrk.c, progolf.c, psikyo4.c, psikyosh.c, quizo.c, quizshow.c, r2dtank.c, rabbit.c, rotaryf.c, roul.c, safarir.c, sbowling.c, seabattl.c, segald.c, segas24.c, shanghai.c, shougi.c, skyarmy.c, skydiver.c, skylncr.c, skyraid.c, slapshot.c, slotcarn.c, smsmcorp.c, spaceg.c, spcforce.c, speglsht.c, spiders.c, srmp5.c, srmp6.c, sshot.c, ssingles.c, sspeedr.c, sstrangr.c, stuntair.c, sub.c, subs.c, subsino.c, supdrapo.c, superchs.c, supercrd.c, superdq.c, supertnk.c, superwng.c, taitowlf.c, tankbust.c, tapatune.c, tattack.c, taxidriv.c, tgtpanic.c, tmaster.c, tmmjprd.c, toratora.c, triplhnt.c, tugboat.c, ultrsprt.c, undrfire.c, vega.c, videopkr.c, vpoker.c, wallc.c, warpsped.c, wheelfir.c, wpc_dot.c, zac2650.c, amiga.h, psikyosh.h, stv.h, atarifb.c, megadriv.c, nitedrvr.c, segamsys.c, vectrex.c, 1942.c, 1943.c, 20pacgal.c, 40love.c, 8080bw.c, aerofgt.c, alpha68k.c, ambush.c, amigaaga.c, ampoker2.c, appoooh.c, arabian.c, argus.c, astrocde.c, atarisy2.c, avgdvg.c, bagman.c, bankp.c, baraduke.c, battlane.c, beezer.c, bfm_adr2.c, bionicc.c, bking.c, bladestl.c, blockout.c, blueprnt.c, bogeyman.c, bosco.c, brkthru.c, btime.c, buggychl.c, bwing.c, calomega.c, capbowl.c, carjmbre.c, carpolo.c, cave.c, cbuster.c, ccastles.c, cclimber.c, centiped.c, chaknpop.c, champbas.c, cheekyms.c, cinemat.c, circusc.c, cloak.c, cloud9.c, clshroad.c, combatsc.c, compgolf.c, contra.c, cop01.c, cosmic.c, cps1.c, crbaloon.c, crgolf.c, cvs.c, darkmist.c, darkseal.c, dday.c, ddribble.c, dec0.c, dec8.c, deco32.c, decocass.c, decocomn.c, decodmd1.c, decodmd2.c, decodmd3.c, digdug.c, docastle.c, dogfgt.c, dribling.c, drmicro.c, epos.c, equites.c, espial.c, esripsys.c, exedexes.c, exerion.c, fastfred.c, fastlane.c, fcombat.c, finalizr.c, firetrap.c, firetrk.c, flower.c, foodf.c, funkybee.c, funworld.c, fuukifg2.c, gaelco2.c, galaga.c, galaxian.c, galaxold.c, galivan.c, gameplan.c, gaplus.c, gberet.c, gomoku.c, gottlieb.c, gotya.c, grchamp.c, gsword.c, gticlub.c, gunsmoke.c, gyruss.c, hanaawas.c, harddriv.c, hcastle.c, higemaru.c, hng64.c, homerun.c, hyhoo.c, hyperspt.c, ikki.c, irobot.c, ironhors.c, itech32.c, itech8.c, jack.c, jackal.c, jaguar.c, jailbrek.c, jalblend.c, jedi.c, jpmimpct.c, k001006.c, k053246_k053247_k055673.c, kangaroo.c, karnov.c, kingobox.c, kncljoe.c, konamigx.c, kopunch.c, labyrunr.c, ladybug.c, lasso.c, lastduel.c, liberate.c, liberatr.c, lockon.c, lucky74.c, lvcards.c, m52.c, m57.c, m58.c, m62.c, madalien.c, magmax.c, mainsnk.c, malzak.c, mappy.c, marineb.c, markham.c, matmania.c, mcr.c, mcr3.c, megazone.c, mermaid.c, mikie.c, model2rd.inc, model3.c, mouser.c, mrdo.c, mrjong.c, ms32.c, munchmo.c, mustache.c, mw8080bw.c, mystston.c, n8080.c, namcos1.c, namcos2.c, namcos21.c, namcos22.c, namcos86.c, naughtyb.c, nbmj8688.c, nbmj9195.c, nemesis.c, neogeo.c, niyanpai.c, nova2001.c, ojankohs.c, pacland.c, pacman.c, pandoras.c, pastelg.c, pcktgal.c, pgm.c, pingpong.c, pitnrun.c, pk8000.c, playch10.c, polepos.c, policetr.c, polyplay.c, pooyan.c, popeye.c, portrait.c, powervr2.c, psikyosh.c, psychic5.c, punchout.c, qix.c, quasar.c, rallyx.c, redalert.c, redclash.c, retofinv.c, rockrage.c, rocnrope.c, rollrace.c, route16.c, runaway.c, sbasketb.c, sbugger.c, scotrsht.c, segag80r.c, seicross.c, senjyo.c, seta.c, shangkid.c, shaolins.c, shootout.c, sidepckt.c, skyfox.c, skykid.c, snes.c, snk.c, snk6502.c, snookr10.c, sonson.c, spacefb.c, spdodgeb.c, speedatk.c, sprcros2.c, sprint2.c, sprint4.c, sprint8.c, ssozumo.c, ssv.c, stactics.c, starfire.c, starshp1.c, stfight.c, strnskil.c, subs.c, suprloco.c, suprnova.c, suprridr.c, system1.c, system16.c, taito_b.c, taito_f3.c, taito_l.c, taitojc.c, taitosj.c, tank8.c, tankbatt.c, tc0110pcr.c, tceptor.c, terracre.c, thepit.c, thief.c, tia.c, tiamc1.c, timelimt.c, timeplt.c, toobin.c, toypop.c, tp84.c, trackfld.c, travrusa.c, truco.c, tryout.c, tubep.c, tunhunt.c, turbo.c, tutankhm.c, tx1.c, ultratnk.c, undrfire.c, usgames.c, vaportra.c, vicdual.c, vigilant.c, vindictr.c, vulgus.c, warpwarp.c, wecleman.c, williams.c, wiping.c, wiz.c, wolfpack.c, xevious.c, xorworld.c, xyonix.c, yiear.c, zaccaria.c, zaxxon.c, zodiack.c, a5105.c, a7800.c, alesis.c, alphasma.c, apexc.c, apple2.c, applix.c, apricot.c, arcadia.c, bbc.c, c64dtv.c, camplynx.c, casloopy.c, cgenie.c, clcd.c, compucolor.c, cxhumax.c, cybiko.c, einstein.c, electron.c, gp2x.c, gp32.c, hprot1.c, hyperscan.c, ie15.c, intv.c, lcmate2.c, mac.c, micronic.c, mmodular.c, ms0515.c, mstation.c, nakajies.c, p2000t.c, pb1000.c, pc1500.c, pc2000.c, pc4.c, pc6001.c, pc8001.c, pce220.c, pdp1.c, pokemini.c, portfoli.c, prestige.c, psion.c, px4.c, rd110.c, replicator.c, rex6000.c, rmt32.c, rt1715.c, rx78.c, samcoupe.c, sm1800.c, socrates.c, studio2.c, svmu.c, ti89.c, ti99_2.c, tim100.c, trs80m2.c, tx0.c, unior.c, uzebox.c, vboy.c, vc4000.c, vta2000.c, vtech1.c, vtech2.c, x07.c, x1.c, ymmu100.c, z80ne.c, zx.c, amstrad.c, pk8020.c, s3c44b0.c, sms.c, sms_lphaser.c, vector06.c, 733_asr.c, 911_vdt.c, abc1600.c, abc800.c, abc806.c, aquarius.c, avigo.c, b2m.c, bbc.c, busicom.c, cgc7900.c, channelf.c, fm7.c, gf4500.c, hec2video.c, hp48.c, kaypro.c, kyocera.c, mac.c, mbee.c, mos6566.c, mz700.c, nc.c, newbrain.c, nick.c, orion.c, pc1512.c, pc8401a.c, pcw.c, pcw16.c, pds_tpdfpd.c, pk8020.c, pocketc.c, pp01.c, radio86.c, special.c, spectrum.c, super80.c, ti85.c, trs80.c, uv201.c, vector06.c, z88.c, zx8301.c, osdepend.c, blit13.h, sdlmain.c, texcopy.c, texsrc.h, drawd3d.c, winmain.c
724 files changed, 3129 insertions, 3236 deletions
- as follows:
- ? (MESS) nes: Properly implemented the Bandai Karaoke Studio expansion [Fabio Priuli]
2014-02-19 06:48:54- slot. The two Senyou Cassettes (Top Hit 20 Vol 1 & Vol 2) have now to be loaded with the following commands "mess nes -cart karaoke -cart2 top20v1" (or top20v2). This is accurate to the hardware, because these expansions had to be manually inserted into the body of the main Karaoke Studio cart before playing. [Fabio Priuli]
Changed: .gitattributes, nes.xml, nes_kstudio.xml, nes.c, nes.c, nes_karastudio.c, nes_karastudio.h
7 files changed, 370 insertions, 56 deletions
- slot. The two Senyou Cassettes (Top Hit 20 Vol 1 & Vol 2) have now to be loaded with the following commands "mess nes -cart karaoke -cart2 top20v1" (or top20v2). This is accurate to the hardware, because these expansions had to be manually inserted into the body of the main Karaoke Studio cart before playing. [Fabio Priuli]
- ? Pitch reversed, Dragon Buster contradicts with it [angelosa]
2014-02-19 03:32:13Changed: upd7220.c
1 files changed, 3 insertions, 2 deletions
- ? regs 5/7 high bytes are for stereo panning [hap]
2014-02-19 01:21:442 files changed, 10 insertions, 2 deletions
- ? (MESS) pc: Added support for Microsoft DMF 1.68MB disk images. [Curt Coder] [curtcode]
2014-02-18 22:31:34Changed: pc_dsk.c
1 files changed, 4 insertions, 0 deletions
- ? (MESS) Cleanup. (nw) [curtcode]
2014-02-18 22:30:532 files changed, 2 insertions, 1 deletions
- ? (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] [curtcode]
2014-02-18 22:30:36Changed: .gitattributes, ibm5170.xml, ibm5170_cdrom.xml, naslite_dsk.c, naslite_dsk.h, upd765_dsk.c, upd765_dsk.h, lib.mak, at.c, pc.c, isa_fdc.c, isa_mufdc.c, main.c
13 files changed, 174 insertions, 11 deletions
- ? Change palette_t allocation so that it uses matching new/delete operators. [Aaron Giles]
2014-02-18 18:41:16Changed: emupal.c, laserdsc.c, palette.c, palette.h
4 files changed, 16 insertions, 5 deletions
- ? (nw) [olivierg]
2014-02-18 18:10:412 files changed, 2 insertions, 2 deletions
- ? Converted palette_t and palette_client to classes. General palette.c [Aaron Giles]
2014-02-18 09:05:44- cleanup.
Changed: a2videoterm.c, grip.c, emupal.c, emupal.h, laserdsc.c, render.c, screen.c, tilemap.c, viewgfx.c, video.c, pc_cga.c, bitmap.c, palette.c, palette.h, othello.c, carjmbre.c, dkong.c, k001604.c, m62.c, malzak.c, mario.c, phoenix.c, popper.c, taito_b.c, toobin.c, a5105.c, alphatro.c, apc.c, applix.c, bigbord2.c, bml3.c, camplynx.c, dim68k.c, dmv.c, ec65.c, einstein.c, h19.c, if800.c, ipds.c, lola8a.c, mx2178.c, mycom.c, mz3500.c, mz6500.c, pasopia.c, pc9801.c, pyl601.c, qx10.c, samcoupe.c, sapi1.c, sm1800.c, tavernie.c, tiki100.c, tim100.c, tvc.c, unior.c, v6809.c, victor9k.c, zorba.c, zrt80.c, svi318.c, bbc.c, dgn_beta.c, ef9345.c, isa_cga.c, isa_mda.c, kaypro.c, mbc55x.c, mbee.c, pc_aga.c, pc_t1t.c, poisk1.c, radio86.c, super80.c
74 files changed, 665 insertions, 928 deletions
- cleanup.
- ? Correct patch [angelosa]
2014-02-18 06:26:04Changed: pc9801.c
1 files changed, 1 insertions, 2 deletions
- ? Another note ... [angelosa]
2014-02-18 06:14:56Changed: pc9801.c
1 files changed, 1 insertions, 0 deletions
- ? Note update [angelosa]
2014-02-18 06:01:13Changed: pc9801.c
1 files changed, 1 insertions, 0 deletions
- ? Attempt to fix Xevious ... [angelosa]
2014-02-18 05:44:31Changed: upd7220.c
1 files changed, 7 insertions, 4 deletions
- ? PC-9801 / upd7220: Fixed Quarth video paging [Angelo Salese] [angelosa]
2014-02-18 05:21:17Changed: upd7220.c
1 files changed, 3 insertions, 3 deletions
- ? (MESS) apple3: Fixed colors in color hires mode. [R. Belmont] [rbelmont]
2014-02-18 01:43:042 files changed, 24 insertions, 17 deletions
- ? (MESS) apple2: fixed systems crashing due to missing keyboard ROMs, validated some documentation on the J-Plus, and general cleanup. (nw) [rbelmont]
2014-02-17 22:09:28Changed: apple2.c
1 files changed, 33 insertions, 9 deletions
- ? fix for mess listxml (nw) [Miodrag Milanovic]
2014-02-17 20:03:44Changed: sm1800.c
1 files changed, 2 insertions, 1 deletions
- ? fix 2 more (nw) [Miodrag Milanovic]
2014-02-17 19:15:46Changed: casloopy.c, smc777.c
2 files changed, 6 insertions, 2 deletions
- ? x68k fix (nw) [Miodrag Milanovic]
2014-02-17 19:12:302 files changed, 2 insertions, 1 deletions
- ? moved optional_device
to specific drivers state classes (nw) [Miodrag Milanovic]2014-02-17 16:46:55Changed: driver.c, driver.h, 1945kiii.c, 3x3puzzl.c, 5clown.c, ace.c, acefruit.c, acommand.c, albazc.c, albazg.c, amaticmg.c, aristmk4.c, astrcorp.c, avt.c, bestleag.c, blackt96.c, blitz.c, bmcpokr.c, bnstars.c, boxer.c, buster.c, cabaret.c, calorie.c, cardline.c, carrera.c, caswin.c, cb2001.c, cball.c, chanbara.c, chance32.c, chinsan.c, chsuper.c, cmmb.c, cntsteer.c, coinmstr.c, coinmvga.c, coolridr.c, cps3.c, cshooter.c, cultures.c, cybertnk.c, cyclemb.c, d9final.c, dacholer.c, dblcrown.c, ddayjlc.c, ddealer.c, deco_ld.c, destroyr.c, discoboy.c, diverboy.c, dlair.c, dmndrby.c, dominob.c, dreamwld.c, drtomy.c, drw80pkr.c, dunhuang.c, dwarfd.c, dynadice.c, egghunt.c, esh.c, ettrivia.c, feversoc.c, firefox.c, flipjack.c, flyball.c, fortecar.c, fresh.c, galaxi.c, gamecstl.c, gluck2.c, go2000.c, goldnpkr.c, good.c, goodejan.c, gpworld.c, gstream.c, headonb.c, hitpoker.c, hvyunit.c, igs009.c, igs017.c, igs_m027.c, igspoker.c, intrscti.c, istellar.c, jackie.c, jackpool.c, jalmah.c, jokrwild.c, jollyjgr.c, jubilee.c, kingdrby.c, koftball.c, koikoi.c, lbeach.c, lgp.c, limenko.c, looping.c, ltcasino.c, luckgrln.c, m14.c, m63.c, magic10.c, magicfly.c, majorpkr.c, marinedt.c, mastboy.c, mayumi.c, mediagx.c, mgolf.c, midas.c, mil4000.c, miniboy7.c, mirax.c, mogura.c, mole.c, monzagp.c, mpoker.c, mpu12wbk.c, mpu4dealem.c, mpu4vid.c, multfish.c, murogem.c, murogmbl.c, mwarr.c, namcona1.c, namcos21.c, namcos23.c, neoprint.c, nmg5.c, nsmpoker.c, olibochu.c, onetwo.c, panicr.c, peplus.c, pinball2k.c, pinkiri8.c, pipeline.c, pkscram.c, poker72.c, popobear.c, ppmast93.c, progolf.c, pturn.c, pzletime.c, quizpun2.c, quizshow.c, r2dx_v33.c, rabbit.c, rbmk.c, rgum.c, rmhaihai.c, safarir.c, sanremo.c, sbowling.c, sbrkout.c, seabattl.c, segald.c, sengokmj.c, sfbonus.c, sigmab98.c, silvmil.c, skyarmy.c, skylncr.c, spoker.c, spool99.c, srmp6.c, sshot.c, statriv2.c, stuntair.c, sub.c, subsino.c, subsino2.c, summit.c, supdrapo.c, supercrd.c, superdq.c, superwng.c, suprgolf.c, taitojc.c, tattack.c, tmmjprd.c, tmspoker.c, trvmadns.c, tugboat.c, umipoker.c, vamphalf.c, vega.c, videopkr.c, vpoker.c, vroulet.c, wallc.c, warpsped.c, wink.c, witch.c, 1942.h, 1943.h, 40love.h, 4enraya.h, aeroboto.h, aerofgt.h, airbustr.h, alpha68k.h, ambush.h, ampoker2.h, amspdwy.h, angelkds.h, appoooh.h, aquarium.h, argus.h, arkanoid.h, armedf.h, ashnojoe.h, atarifb.h, atetris.h, bagman.h, bankp.h, baraduke.h, battlane.h, battlera.h, battlex.h, battlnts.h, bbusters.h, bigevglf.h, bigstrkb.h, bionicc.h, bking.h, bladestl.h, blktiger.h, blmbycar.h, blockade.h, bloodbro.h, blueprnt.h, bogeyman.h, bombjack.h, brkthru.h, bsktball.h, btime.h, bublbobl.h, buggychl.h, bwing.h, cabal.h, calomega.h, canyon.h, carjmbre.h, carpolo.h, cave.h, cbasebal.h, ccastles.h, cclimber.h, centiped.h, chaknpop.h, champbas.h, cheekyms.h, circus.h, circusc.h, cischeat.h, citycon.h, cloak.h, cloud9.h, clshroad.h, cninja.h, combatsc.h, commando.h, compgolf.h, contra.h, cop01.h, copsnrob.h, cosmic.h, cps1.h, cps3.h, crbaloon.h, crospang.h, crshrace.h, cvs.h, darius.h, darkmist.h, dbz.h, dcon.h, dday.h, ddragon.h, ddragon3.h, ddribble.h, deadang.h, dec8.h, deco32.h, deco_mlc.h, decocass.h, deniam.h, djboy.h, djmain.h, dkong.h, docastle.h, dogfgt.h, dooyong.h, dragrace.h, drgnmst.h, drmicro.h, dynduke.h, equites.h, esd16.h, espial.h, exedexes.h, exerion.h, exidy.h, exprraid.h, exzisus.h, f1gp.h, fantland.h, fastfred.h, fastlane.h, fcombat.h, fgoal.h, finalizr.h, firetrap.h, firetrk.h, fitfight.h, flkatck.h, flower.h, flstory.h, freekick.h, fromanc2.h, fromance.h, funkybee.h, funworld.h, funybubl.h, fuukifg2.h, fuukifg3.h, gaelco.h, gaelco2.h, gaiden.h, galaga.h, galastrm.h, galaxian.h, galaxold.h, galivan.h, galpanic.h, galspnbl.h, gaplus.h, gatron.h, gberet.h, gcpinbal.h, ginganin.h, gladiatr.h, glass.h, gng.h, goal92.h, goindol.h, goldstar.h, gomoku.h, gotcha.h, gottlieb.h, gotya.h, gradius3.h, grchamp.h, groundfx.h, gstriker.h, gsword.h, gumbo.h, gunbustr.h, gundealr.h, gunsmoke.h, gyruss.h, hanaawas.h, hcastle.h, hexion.h, higemaru.h, himesiki.h, hitme.h, hng64.h, holeland.h, homedata.h, homerun.h, hyperspt.h, hyprduel.h, ikki.h, inufuku.h, iqblock.h, irobot.h, ironhors.h, jack.h, jackal.h, jailbrek.h, karnov.h, kchamp.h, kickgoal.h, kingobox.h, kncljoe.h, konamigx.h, kopunch.h, ksayakyu.h, kyugo.h, labyrunr.h, ladybug.h, ladyfrog.h, laserbat.h, lasso.h, lastduel.h, lazercmd.h, legionna.h, lemmings.h, liberate.h, lkage.h, lockon.h, lordgun.h, lsasquad.h, lucky74.h, lvcards.h, lwings.h, m10.h, m107.h, m52.h, m57.h, m58.h, m62.h, m72.h, m90.h, m92.h, macrossp.h, madalien.h, magmax.h, mainsnk.h, malzak.h, mappy.h, marineb.h, mario.h, markham.h, matmania.h, mcatadv.h, mcr.h, mcr68.h, meadows.h, megasys1.h, megazone.h, mermaid.h, metlclsh.h, metro.h, mexico86.h, mikie.h, mitchell.h, mjkjidai.h, momoko.h, mosaic.h, mouser.h, mrdo.h, mrflea.h, mrjong.h, ms32.h, msisaac.h, mugsmash.h, munchmo.h, mustache.h, mystston.h, namcona1.h, namcos1.h, namcos2.h, namcos22.h, namcos86.h, naughtyb.h, nemesis.h, news.h, ninjakd2.h, ninjaw.h, nitedrvr.h, nmk16.h, norautp.h, nova2001.h, nycaptor.h, ohmygod.h, ojankohs.h, oneshot.h, orbit.h, othunder.h, pacland.h, pacman.h, pandoras.h, paradise.h, pass.h, pbaction.h, pcktgal.h, pgm.h, phoenix.h, pingpong.h, pirates.h, pitnrun.h, pktgaldx.h, playch10.h, playmark.h, plygonet.h, pokechmp.h, polepos.h, polyplay.h, poolshrk.h, pooyan.h, popeye.h, popper.h, portrait.h, powerins.h, prehisle.h, psikyo.h, psikyo4.h, psikyosh.h, psychic5.h, punchout.h, pushman.h, quizdna.h, quizpani.h, raiden.h, raiden2.h, rainbow.h, rallyx.h, realbrk.h, renegade.h, retofinv.h, rockrage.h, rocnrope.h, rollrace.h, rpunch.h, runaway.h, rungun.h, sauro.h, sbasketb.h, sbugger.h, scotrsht.h, sderby.h, segag80r.h, segas16b.h, segas18.h, segas32.h, seibuspi.h, seicross.h, senjyo.h, seta.h, seta2.h, sf.h, shadfrce.h, shangha3.h, shangkid.h, shaolins.h, shisen.h, shootout.h, sidearms.h, sidepckt.h, silkroad.h, skydiver.h, skyfox.h, skykid.h, skyraid.h, slapfght.h, slapshot.h, snk.h, snk6502.h, snk68.h, snookr10.h, snowbros.h, solomon.h, sonson.h, spbactn.h, spcforce.h, spdodgeb.h, speedatk.h, speedbal.h, speedspn.h, splash.h, sprcros2.h, sprint2.h, sprint4.h, sprint8.h, srumbler.h, sslam.h, ssozumo.h, sspeedr.h, ssrj.h, ssv.h, st0016.h, stadhero.h, starcrus.h, starshp1.h, stfight.h, stlforce.h, strnskil.h, stv.h, subs.h, suna16.h, suna8.h, superchs.h, superqix.h, suprloco.h, suprnova.h, suprridr.h, suprslam.h, system1.h, system16.h, tagteam.h, tail2nos.h, taito_b.h, taito_f2.h, taito_f3.h, taito_h.h, taito_l.h, taito_o.h, taito_z.h, taitoair.h, taitojc.h, taitosj.h, tank8.h, tankbatt.h, tankbust.h, taotaido.h, targeth.h, tatsumi.h, taxidriv.h, tbowl.h, tceptor.h, tecmo.h, tecmo16.h, tecmosys.h, tehkanwc.h, terracre.h, tetrisp2.h, thedeep.h, thepit.h, thoop2.h, tiamc1.h, tigeroad.h, timelimt.h, timeplt.h, tmnt.h, toaplan1.h, toaplan2.h, toki.h, topspeed.h, toypop.h, tp84.h, trackfld.h, travrusa.h, triplhnt.h, trucocl.h, tryout.h, tsamurai.h, tumbleb.h, tunhunt.h, turbo.h, twin16.h, twincobr.h, ultratnk.h, undrfire.h, unico.h, usgames.h, vastar.h, vball.h, videopin.h, vigilant.h, vulgus.h, warpwarp.h, warriorb.h, wc90.h, wc90b.h, wecleman.h, welltris.h, wgp.h, williams.h, wiping.h, wiz.h, wolfpack.h, wrally.h, wwfsstar.h, xain.h, xorworld.h, xxmissio.h, xyonix.h, yiear.h, yunsun16.h, yunsung8.h, zac2650.h, zaccaria.h, zaxxon.h, zerozone.h, zodiack.h, atarigen.c, atarigen.h, a5105.c, apexc.c, ax20.c, b16.c, casloopy.c, fp6000.c, hp9k.c, itt3030.c, jr200.c, mz2500.c, paso1600.c, pc88va.c, pc9801.c, pv1000.c, smc777.c, supracan.c, ti99_2.c, tk80bs.c, ac1.h, apple1.h, aquarius.h, arcadia.h, cgenie.h, galeb.h, intv.h, kramermc.h, microtan.h, mz700.h, nascom1.h, p2000t.h, pc1251.h, pc1401.h, pc1403.h, pdp1.h, tx0.h, ut88.h, vtech2.h, x1.h, x68k.h
722 files changed, 2280 insertions, 736 deletions
- ? (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] [rbelmont]
2014-02-17 16:05:092 files changed, 31 insertions, 103 deletions
- ? (MESS) added SUBCPU address space dump from US PlayStation [smf, psxdev.ru] [smf]
2014-02-17 14:35:44Changed: psx.c
1 files changed, 48 insertions, 36 deletions
- ? (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't asserted go through to the underlying RAM. [R. Belmont] [rbelmont]
2014-02-17 14:08:102 files changed, 34 insertions, 41 deletions
- ? (MESS) Added BIOS from Midnight Blue PlayStation <10 million model> SCPH-7000W [smf, Myria] [smf]
2014-02-17 13:41:37Changed: psx.c
1 files changed, 6 insertions, 3 deletions
- ? (MESS) nes: added Karaoke Studio inputs, mapped to keys Z, X, C. you can [Fabio Priuli]
2014-02-17 09:28:26- now select songs and see the animation, even if I would not call playable the games this way. [Fabio Priuli]
out of whatsnew: the expansion slot is currently hacked around at loading time. I will soon implement it as a subslot, but I still need to check a few details first.Changed: .gitattributes, nes.xml, nes_datach.xml, nes.h, nes_bandai.c, nes_bandai.h, nes_karastudio.c, nes_karastudio.h, mess.mak
9 files changed, 161 insertions, 74 deletions
- now select songs and see the animation, even if I would not call playable the games this way. [Fabio Priuli]
- ? (MESS) new n64 proto added to softlist, courtesy of Micro-64. nw. [Fabio Priuli]
2014-02-17 07:59:24Changed: n64.xml
1 files changed, 11 insertions, 0 deletions
- ? (MESS) spc1000: Connected Play button. Added notes. [robbbert]
2014-02-17 05:02:09Changed: apf_apt.c, spc1000_cas.c, spc1000.c
3 files changed, 27 insertions, 7 deletions
- ? Fix crash in drivers with NULL gfxdecode entries (nw) [alexjack]
2014-02-17 04:56:08Changed: drawgfx.c
1 files changed, 17 insertions, 5 deletions
- ? make it a bit clearer how to load floppies in msx1 by actually recognizing the floppy ROM. [dhaywood]
2014-02-17 04:42:14- added a skeleton list I used for some quick testing.
the driver really needs a significant overhaul, but at least this makes usage a little less opaque.Changed: .gitattributes, msx1_cart.xml, msx1_flop.xml, msx.c, msx.c
5 files changed, 83 insertions, 5 deletions
- added a skeleton list I used for some quick testing.
- ? Preliminary support for National Semiconductor MM58167 real-time clock/calendar. [R. Belmont] [rbelmont]
2014-02-17 03:49:35Changed: .gitattributes, machine.mak, mm58167.c, mm58167.h, apple3.c, apple3.h, apple3.c, mess.mak
8 files changed, 269 insertions, 0 deletions
- ? sort source layout [hap]
2014-02-17 00:41:34Changed: mn10200.c
1 files changed, 193 insertions, 174 deletions
- ? fix data area size (surprised there isn't a validation test for this, think it's been wrong since it was added in jan last year) (nw) [dhaywood]
2014-02-16 23:26:09Changed: to7_cart.xml
1 files changed, 1 insertions, 1 deletions
- ? (MESS) apple2: Support another Videoterm clone, the AE Viewmaster 80. [R. Belmont] [rbelmont]
2014-02-16 21:40:13Changed: a2videoterm.c, a2videoterm.h
2 files changed, 28 insertions, 0 deletions
- ? (MESS) apple3: Fixed page 2 addresses in all graphics modes, fixed glitches in color hires rendering. [R. Belmont] [rbelmont]
2014-02-16 19:24:27Changed: apple3.c
1 files changed, 27 insertions, 17 deletions
- ? Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag Milanovic] [Miodrag Milanovic]
2014-02-16 18:32:10- Updated all devices and drivers for using it.
out of whatsnew: Note that it is made to work same as before, in some cases it can be more logic to move gfxdevice into subdevice itself then to keep it in main driver.Changed: xl80.c, clm.c, video32.c, video32.h, video64.c, video64.h, drawgfx.c, drawgfx.h, driver.c, driver.h, machine.c, machine.h, tc009xlvc.c, tc009xlvc.h, mconfig.c, mconfig.h, tilemap.c, tilemap.h, viewgfx.c, validity.c, validity.h, video.c, stvvdp2.c, 1942.c, 1943.c, 1945kiii.c, 2mindril.c, 3x3puzzl.c, 40love.c, 4enraya.c, 4roses.c, 5clown.c, 88games.c, ace.c, acefruit.c, acommand.c, actfancr.c, aeroboto.c, aerofgt.c, airbustr.c, ajax.c, albazc.c, albazg.c, aliens.c, alpha68k.c, amaticmg.c, ambush.c, ampoker2.c, amspdwy.c, angelkds.c, appoooh.c, aquarium.c, arcadecl.c, argus.c, aristmk4.c, arkanoid.c, armedf.c, ashnojoe.c, asterix.c, astrcorp.c, asuka.c, atarifb.c, atarig1.c, atarig42.c, atarigt.c, atarigx2.c, atarisy1.c, atarisy2.c, atetris.c, avt.c, backfire.c, badlands.c, bagman.c, bankp.c, baraduke.c, batman.c, battlane.c, battlera.c, battlex.c, battlnts.c, bbusters.c, bestleag.c, bfm_sc1.c, bfm_sc2.c, bigevglf.c, bigstrkb.c, bingoman.c, bingor.c, bionicc.c, bishi.c, bking.c, blackt96.c, bladestl.c, blitz.c, blktiger.c, blmbycar.c, blockade.c, blockhl.c, bloodbro.c, blstroid.c, blueprnt.c, bmcpokr.c, bnstars.c, bogeyman.c, bombjack.c, boogwing.c, bottom9.c, boxer.c, brkthru.c, bsktball.c, btime.c, bublbobl.c, buggychl.c, buster.c, bwing.c, cabal.c, cabaret.c, calomega.c, calorie.c, canyon.c, cardline.c, carjmbre.c, carpolo.c, carrera.c, caswin.c, cave.c, cb2001.c, cball.c, cbasebal.c, cbuster.c, ccastles.c, cchance.c, cclimber.c, centiped.c, chaknpop.c, cham24.c, champbas.c, champbwl.c, chanbara.c, chance32.c, cheekyms.c, chinagat.c, chinsan.c, chqflag.c, chsuper.c, circus.c, circusc.c, cischeat.c, citycon.c, cloak.c, cloud9.c, clshroad.c, cmmb.c, cninja.c, cntsteer.c, cobra.c, coinmstr.c, coinmvga.c, combatsc.c, commando.c, compgolf.c, contra.c, coolridr.c, cop01.c, copsnrob.c, cosmic.c, cps1.c, cps2.c, cps3.c, crbaloon.c, crimfght.c, crospang.c, crshrace.c, cshooter.c, cultures.c, cvs.c, cyberbal.c, cybertnk.c, cyclemb.c, d9final.c, dacholer.c, dambustr.c, darius.c, darkmist.c, darkseal.c, dassault.c, dblcrown.c, dblewing.c, dbz.c, dcon.c, dday.c, ddayjlc.c, ddealer.c, ddragon.c, ddragon3.c, ddribble.c, deadang.c, dec0.c, dec8.c, deco156.c, deco32.c, deco_ld.c, deco_mlc.c, decocass.c, deniam.c, destroyr.c, dfruit.c, dietgo.c, discoboy.c, diverboy.c, djboy.c, djmain.c, dkong.c, dlair.c, dlair2.c, dmndrby.c, docastle.c, dogfgt.c, dominob.c, dooyong.c, dragrace.c, dreambal.c, dreamwld.c, drgnmst.c, drmicro.c, drtomy.c, drw80pkr.c, dunhuang.c, dwarfd.c, dynadice.c, dynduke.c, egghunt.c, eprom.c, equites.c, esd16.c, esh.c, espial.c, ettrivia.c, exedexes.c, exerion.c, exidy.c, expro02.c, exprraid.c, exzisus.c, f1gp.c, famibox.c, fantland.c, fastfred.c, fastlane.c, fcombat.c, fcrash.c, feversoc.c, fgoal.c, finalizr.c, firefox.c, firetrap.c, firetrk.c, fitfight.c, flipjack.c, flkatck.c, flower.c, flstory.c, flyball.c, foodf.c, fortecar.c, freekick.c, fresh.c, fromanc2.c, fromance.c, funkybee.c, funkyjet.c, funworld.c, funybubl.c, fuukifg2.c, fuukifg3.c, gaelco.c, gaelco2.c, gaiden.c, gal3.c, galaga.c, galastrm.c, galaxi.c, galaxia.c, galaxian.c, galaxold.c, galivan.c, galpani2.c, galpanic.c, galspnbl.c, gamecstl.c, gaplus.c, gatron.c, gauntlet.c, gberet.c, gbusters.c, gcpinbal.c, gijoe.c, ginganin.c, gladiatr.c, glass.c, gluck2.c, gng.c, go2000.c, goal92.c, goindol.c, goldngam.c, goldnpkr.c, goldstar.c, gomoku.c, good.c, goodejan.c, gotcha.c, gottlieb.c, gotya.c, gpworld.c, gradius3.c, grchamp.c, groundfx.c, gstream.c, gstriker.c, gsword.c, gticlub.c, gumbo.c, gunbustr.c, gundealr.c, gunpey.c, gunsmoke.c, gyruss.c, hanaawas.c, hcastle.c, headonb.c, hexion.c, hideseek.c, higemaru.c, himesiki.c, hitme.c, hitpoker.c, hng64.c, holeland.c, homedata.c, homerun.c, hornet.c, hvyunit.c, hyperspt.c, hyprduel.c, ichiban.c, igs009.c, igs011.c, igs017.c, igs_m027.c, igspoker.c, ikki.c, intrscti.c, inufuku.c, iqblock.c, irobot.c, ironhors.c, istellar.c, itgambl2.c, itgambl3.c, itgamble.c, jack.c, jackal.c, jackie.c, jackpool.c, jailbrek.c, jalmah.c, jchan.c, jclub2.c, jokrwild.c, jollyjgr.c, jrpacman.c, jubilee.c, kaneko16.c, karnov.c, kchamp.c, kickgoal.c, kingdrby.c, kingobox.c, klax.c, kncljoe.c, koftball.c, koikoi.c, konamigx.c, kopunch.c, ksayakyu.c, kyugo.c, labyrunr.c, ladybug.c, ladyfrog.c, laserbat.c, lasso.c, lastbank.c, lastduel.c, lazercmd.c, lbeach.c, legionna.c, lemmings.c, lethal.c, lgp.c, liberate.c, limenko.c, lkage.c, lockon.c, looping.c, lordgun.c, lsasquad.c, ltcasino.c, luckgrln.c, lucky74.c, lvcards.c, lwings.c, m10.c, m107.c, m14.c, m52.c, m57.c, m58.c, m62.c, m63.c, m72.c, m90.c, m92.c, macrossp.c, macs.c, madmotor.c, magic10.c, magicfly.c, magmax.c, mainevt.c, mainsnk.c, majorpkr.c, malzak.c, mappy.c, marineb.c, marinedt.c, mario.c, markham.c, mastboy.c, matmania.c, mayumi.c, mcatadv.c, mcr.c, mcr3.c, mcr68.c, meadows.c, mediagx.c, megasys1.c, megazone.c, mermaid.c, metlclsh.c, metro.c, mexico86.c, mgolf.c, midas.c, mikie.c, mil4000.c, miniboy7.c, mirage.c, mirax.c, missb2.c, mitchell.c, mjkjidai.c, model1.c, model2.c, mogura.c, mole.c, momoko.c, monzagp.c, moo.c, mosaic.c, mouser.c, mpoker.c, mpu12wbk.c, mpu4dealem.c, mpu4vid.c, mrdo.c, mrflea.c, mrjong.c, ms32.c, msisaac.c, mugsmash.c, multfish.c, multigam.c, munchmo.c, murogem.c, murogmbl.c, mustache.c, mwarr.c, mystwarr.c, namcofl.c, namcoic.c, namconb1.c, namcond1.c, namcos1.c, namcos2.c, namcos21.c, namcos22.c, namcos23.c, namcos86.c, naughtyb.c, nemesis.c, neoprint.c, neptunp2.c, news.c, ninjakd2.c, ninjaw.c, nitedrvr.c, nmg5.c, nmk16.c, norautp.c, nova2001.c, nsmpoker.c, nwk-tr.c, nycaptor.c, offtwall.c, ohmygod.c, ojankohs.c, olibochu.c, oneshot.c, onetwo.c, opwolf.c, orbit.c, othunder.c, overdriv.c, pacland.c, pacman.c, pandoras.c, panicr.c, paradise.c, paranoia.c, parodius.c, pass.c, pbaction.c, pcktgal.c, pcxt.c, pengo.c, peplus.c, pgm.c, pgm2.c, phoenix.c, photoply.c, pinball2k.c, pingpong.c, pinkiri8.c, pipedrm.c, pipeline.c, pirates.c, pitnrun.c, pkscram.c, pktgaldx.c, playch10.c, playmark.c, plygonet.c, pokechmp.c, poker72.c, polepos.c, polyplay.c, poolshrk.c, pooyan.c, popeye.c, popobear.c, popper.c, portrait.c, powerbal.c, powerins.c, ppmast93.c, prehisle.c, progolf.c, psikyo.c, psikyo4.c, psikyosh.c, psychic5.c, pturn.c, punchout.c, pushman.c, pzletime.c, qdrmfgp.c, quasar.c, quizdna.c, quizpani.c, quizpun2.c, quizshow.c, r2dx_v33.c, rabbit.c, raiden.c, raiden2.c, rainbow.c, rallyx.c, rampart.c, rastan.c, rbmk.c, rcorsair.c, realbrk.c, redclash.c, relief.c, renegade.c, retofinv.c, rgum.c, rmhaihai.c, rockrage.c, rocnrope.c, rohga.c, rollerg.c, rollrace.c, rpunch.c, runaway.c, rungun.c, safarir.c, sandscrp.c, sanremo.c, sauro.c, sbasketb.c, sbowling.c, sbrkout.c, sbugger.c, scobra.c, scotrsht.c, scramble.c, scregg.c, sderby.c, seabattl.c, segag80r.c, segahang.c, segald.c, segaorun.c, segas16a.c, segas16b.c, segas18.c, segas24.c, segas32.c, segaxbd.c, segaybd.c, seibuspi.c, seicross.c, sengokmj.c, senjyo.c, seta.c, seta2.c, sf.c, sfbonus.c, shadfrce.c, shangha3.c, shangkid.c, shaolins.c, shisen.c, shootout.c, shuuz.c, sidearms.c, sidepckt.c, sigmab98.c, silkroad.c, silvmil.c, simpl156.c, simpsons.c, skimaxx.c, skullxbo.c, skyarmy.c, skydiver.c, skyfox.c, skykid.c, skylncr.c, skyraid.c, slapfght.c, slapshot.c, slotcarn.c, snk.c, snk6502.c, snk68.c, snookr10.c, snowbros.c, solomon.c, sonson.c, spbactn.c, spcforce.c, spdodgeb.c, speedatk.c, speedbal.c, speedspn.c, speglsht.c, splash.c, spoker.c, spool99.c, sprcros2.c, sprint2.c, sprint4.c, sprint8.c, spy.c, srmp2.c, srmp5.c, srmp6.c, srumbler.c, sshangha.c, sshot.c, ssingles.c, sslam.c, ssozumo.c, sspeedr.c, ssrj.c, ssv.c, st0016.c, stadhero.c, starcrus.c, starshp1.c, statriv2.c, stfight.c, stlforce.c, strnskil.c, stuntair.c, stv.c, sub.c, subs.c, subsino.c, subsino2.c, summit.c, suna16.c, suna8.c, supbtime.c, supdrapo.c, superchs.c, supercrd.c, superdq.c, superqix.c, superwng.c, suprgolf.c, suprloco.c, suprnova.c, suprridr.c, suprslam.c, surpratk.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, taitosj.c, tank8.c, tankbatt.c, tankbust.c, taotaido.c, targeth.c, tasman.c, tatsumi.c, tattack.c, taxidriv.c, tbowl.c, tceptor.c, tcl.c, tecmo.c, tecmo16.c, tecmosys.c, tehkanwc.c, terracre.c, tetrisp2.c, thedeep.c, thepit.c, thoop2.c, thunderj.c, thunderx.c, tiamc1.c, tigeroad.c, timelimt.c, timeplt.c, tmmjprd.c, tmnt.c, tmspoker.c, tnzs.c, toaplan1.c, toaplan2.c, toki.c, toobin.c, topspeed.c, tourvis.c, toypop.c, tp84.c, trackfld.c, travrusa.c, triplhnt.c, trucocl.c, trvmadns.c, tryout.c, tsamurai.c, tugboat.c, tumbleb.c, tumblep.c, tunhunt.c, turbo.c, twin16.c, twincobr.c, uapce.c, ultraman.c, ultratnk.c, umipoker.c, undrfire.c, unico.c, usgames.c, vamphalf.c, vaportra.c, vastar.c, vball.c, vega.c, vendetta.c, videopin.c, videopkr.c, vigilant.c, vindictr.c, vlc.c, volfied.c, vpoker.c, vroulet.c, vulgus.c, wallc.c, wardner.c, warpsped.c, warpwarp.c, warriorb.c, wc90.c, wc90b.c, wecleman.c, welltris.c, wgp.c, williams.c, wink.c, wiping.c, witch.c, wiz.c, wolfpack.c, wrally.c, wwfsstar.c, xain.c, xexex.c, xmen.c, xorworld.c, xxmissio.c, xybots.c, xyonix.c, yiear.c, yunsun16.c, yunsung8.c, zac2650.c, zaccaria.c, zaxxon.c, zerozone.c, zodiack.c, zr107.c, template_driver.c, namcoic.h, namcos22.h, atarigen.c, atarigen.h, megacd.c, megacd.h, 1942.c, 1943.c, 40love.c, 4enraya.c, aeroboto.c, aerofgt.c, airbustr.c, alpha68k.c, ambush.c, ampoker2.c, amspdwy.c, angelkds.c, appoooh.c, aquarium.c, argus.c, arkanoid.c, armedf.c, ashnojoe.c, atarifb.c, atarig1.c, atarig42.c, atarigt.c, atarigx2.c, atarimo.c, atarimo.h, atarisy1.c, atarisy2.c, atetris.c, badlands.c, bagman.c, bankp.c, baraduke.c, batman.c, battlane.c, battlera.c, battlex.c, battlnts.c, bbusters.c, bfm_adr2.c, bfm_adr2.h, bigevglf.c, bigstrkb.c, bionicc.c, bking.c, bladestl.c, blktiger.c, blmbycar.c, blockade.c, bloodbro.c, blstroid.c, blueprnt.c, bogeyman.c, bombjack.c, bosco.c, brkthru.c, bsktball.c, btime.c, bublbobl.c, buggychl.c, bwing.c, cabal.c, calomega.c, canyon.c, carjmbre.c, carpolo.c, cave.c, cbasebal.c, ccastles.c, cclimber.c, centiped.c, chaknpop.c, champbas.c, cheekyms.c, circus.c, circusc.c, cischeat.c, citycon.c, cloak.c, cloud9.c, clshroad.c, cninja.c, combatsc.c, commando.c, compgolf.c, contra.c, cop01.c, copsnrob.c, cosmic.c, cps1.c, crbaloon.c, crospang.c, crshrace.c, cvs.c, cyberbal.c, darius.c, darkmist.c, dbz.c, dcon.c, dday.c, ddragon.c, ddragon3.c, ddribble.c, deadang.c, dec8.c, decbac06.c, decbac06.h, deckarn.c, deckarn.h, decmxc06.c, decmxc06.h, deco16ic.c, deco16ic.h, deco32.c, deco_mlc.c, decocass.c, decospr.c, decospr.h, deniam.c, digdug.c, djboy.c, djmain.c, dkong.c, docastle.c, dogfgt.c, dooyong.c, dragrace.c, drgnmst.c, drmicro.c, dynduke.c, eprom.c, equites.c, esd16.c, espial.c, exedexes.c, exerion.c, exidy.c, exprraid.c, exzisus.c, f1gp.c, fantland.c, fastfred.c, fastlane.c, fcombat.c, fgoal.c, finalizr.c, firetrap.c, firetrk.c, fitfight.c, flkatck.c, flower.c, flstory.c, foodf.c, freekick.c, fromanc2.c, fromance.c, funkybee.c, funworld.c, funybubl.c, fuukifg2.c, fuukifg3.c, gaelco.c, gaelco2.c, gaiden.c, galaga.c, galastrm.c, galaxia.c, galaxian.c, galaxold.c, galivan.c, galpanic.c, galspnbl.c, gaplus.c, gatron.c, gauntlet.c, gberet.c, gcpinbal.c, ginganin.c, gladiatr.c, glass.c, gng.c, goal92.c, goindol.c, goldstar.c, gomoku.c, gotcha.c, gottlieb.c, gotya.c, gp9001.c, gp9001.h, gradius3.c, grchamp.c, groundfx.c, gstriker.c, gsword.c, gumbo.c, gunbustr.c, gundealr.c, gunsmoke.c, gyruss.c, hanaawas.c, hcastle.c, hexion.c, higemaru.c, himesiki.c, hng64.c, holeland.c, homedata.c, homerun.c, hyperspt.c, hyprduel.c, ikki.c, inufuku.c, iqblock.c, irobot.c, ironhors.c, jack.c, jackal.c, jailbrek.c, k001604.c, k001604.h, k007342.c, k007342.h, k037122.c, k037122.h, k051316.c, k051316.h, k051960.c, k051960.h, k052109.c, k052109.h, k053244_k053245.c, k053244_k053245.h, k053246_k053247_k055673.c, k053246_k053247_k055673.h, k054156_k054157_k056832.c, k054156_k054157_k056832.h, kan_panb.c, kan_pand.c, kan_pand.h, kaneko_spr.c, kaneko_spr.h, kaneko_tmap.c, kaneko_tmap.h, karnov.c, kchamp.c, kickgoal.c, kingobox.c, klax.c, kncljoe.c, konami_helper.c, konami_helper.h, konamigx.c, kopunch.c, ksayakyu.c, kyugo.c, labyrunr.c, ladybug.c, ladyfrog.c, lasso.c, lastduel.c, lazercmd.c, legionna.c, lemmings.c, liberate.c, lkage.c, lockon.c, lordgun.c, lsasquad.c, lucky74.c, lvcards.c, lwings.c, m10.c, m107.c, m52.c, m57.c, m58.c, m62.c, m72.c, m90.c, m92.c, macrossp.c, madalien.c, magmax.c, mainsnk.c, malzak.c, mappy.c, marineb.c, mario.c, markham.c, matmania.c, mcatadv.c, mcr.c, mcr3.c, mcr68.c, meadows.c, megasys1.c, megazone.c, mermaid.c, metlclsh.c, metro.c, mexico86.c, mikie.c, mitchell.c, mjkjidai.c, momoko.c, mosaic.c, mouser.c, mrdo.c, mrflea.c, mrjong.c, ms32.c, msisaac.c, mugsmash.c, munchmo.c, mustache.c, mystston.c, mystwarr.c, namcona1.c, namcos1.c, namcos2.c, namcos22.c, namcos86.c, naughtyb.c, nemesis.c, news.c, ninjakd2.c, ninjaw.c, nitedrvr.c, nmk16.c, nova2001.c, nycaptor.c, offtwall.c, ohmygod.c, ojankohs.c, oneshot.c, orbit.c, othunder.c, pacland.c, pacman.c, pandoras.c, paradise.c, pass.c, pbaction.c, pc080sn.c, pc080sn.h, pc090oj.c, pc090oj.h, pcktgal.c, pgm.c, phoenix.c, pingpong.c, pirates.c, pitnrun.c, pktgaldx.c, playch10.c, playmark.c, plygonet.c, pokechmp.c, polepos.c, polyplay.c, poolshrk.c, pooyan.c, popeye.c, popper.c, portrait.c, powerins.c, prehisle.c, psikyo.c, psikyo4.c, psikyosh.c, psychic5.c, punchout.c, pushman.c, quasar.c, quizdna.c, quizpani.c, raiden.c, rainbow.c, rallyx.c, realbrk.c, redclash.c, relief.c, renegade.c, retofinv.c, rockrage.c, rocnrope.c, rollrace.c, rpunch.c, runaway.c, rungun.c, sauro.c, sbasketb.c, sbugger.c, scn2674.c, scn2674.h, scotrsht.c, sderby.c, segag80r.c, segaic16.c, segaic16.h, segaic24.c, segaic24.h, segas32.c, seibuspi.c, seicross.c, senjyo.c, seta.c, seta001.c, seta001.h, seta2.c, sf.c, shadfrce.c, shangha3.c, shangkid.c, shaolins.c, shisen.c, shootout.c, shuuz.c, sidearms.c, sidepckt.c, silkroad.c, skullxbo.c, skydiver.c, skyfox.c, skykid.c, skyraid.c, slapfght.c, slapshot.c, snk.c, snk6502.c, snk68.c, snookr10.c, solomon.c, sonson.c, spbactn.c, spcforce.c, spdodgeb.c, speedatk.c, speedbal.c, speedspn.c, splash.c, sprcros2.c, sprint2.c, sprint4.c, sprint8.c, srumbler.c, sslam.c, ssozumo.c, sspeedr.c, ssrj.c, ssv.c, st0016.c, st0020.c, st0020.h, stadhero.c, starcrus.c, starshp1.c, stfight.c, stlforce.c, strnskil.c, subs.c, suna16.c, suna8.c, superchs.c, superqix.c, suprloco.c, suprnova.c, suprridr.c, suprslam.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_z.c, taitoair.c, taitojc.c, taitosj.c, tank8.c, tankbatt.c, tankbust.c, taotaido.c, targeth.c, tatsumi.c, taxidriv.c, tbowl.c, tc0080vco.c, tc0080vco.h, tc0100scn.c, tc0100scn.h, tc0180vcu.c, tc0180vcu.h, tc0280grd.c, tc0280grd.h, tc0480scp.c, tc0480scp.h, tceptor.c, tecmo.c, tecmo16.c, tecmo_spr.c, tecmo_spr.h, tecmosys.c, tehkanwc.c, terracre.c, tetrisp2.c, thedeep.c, thepit.c, thoop2.c, thunderj.c, tiamc1.c, tigeroad.c, timelimt.c, timeplt.c, tmnt.c, toaplan1.c, toaplan2.c, toaplan_scu.c, toaplan_scu.h, toki.c, toobin.c, topspeed.c, toypop.c, tp84.c, trackfld.c, travrusa.c, triplhnt.c, trucocl.c, tryout.c, tsamurai.c, tumbleb.c, tunhunt.c, turbo.c, twin16.c, twincobr.c, ultratnk.c, undrfire.c, unico.c, usgames.c, vastar.c, vball.c, videopin.c, vigilant.c, vindictr.c, vsystem_spr.c, vsystem_spr.h, vsystem_spr2.c, vsystem_spr2.h, vulgus.c, warpwarp.c, warriorb.c, wc90.c, wc90b.c, wecleman.c, welltris.c, wgp.c, williams.c, wiping.c, wiz.c, wolfpack.c, wrally.c, wwfsstar.c, xain.c, xevious.c, xorworld.c, xxmissio.c, xybots.c, xyonix.c, ygv608.c, ygv608.h, yiear.c, yunsun16.c, yunsung8.c, zac2650.c, zaccaria.c, zaxxon.c, zerozone.c, zodiack.c, a5105.c, a51xx.c, ac1.c, ace.c, alphatro.c, amstr_pc.c, apc.c, apexc.c, apogee.c, apple1.c, apple2gs.c, apricotf.c, apricotp.c, aquarius.c, arcadia.c, atm.c, avigo.c, ax20.c, b16.c, bcs3.c, bigbord2.c, binbug.c, bmjr.c, bw12.c, c10.c, c128.c, c900.c, casloopy.c, cd2650.c, cdc721.c, cgenie.c, comquest.c, dai.c, dgn_beta.c, dim68k.c, dmv.c, ec65.c, einstein.c, elwro800.c, fmtowns.c, fp1100.c, fp200.c, fp6000.c, galaxy.c, galeb.c, gb.c, h19.c, homelab.c, homez80.c, hp9k.c, hprot1.c, huebler.c, ie15.c, intv.c, ipds.c, irisha.c, itt3030.c, jonos.c, jr100.c, jr200.c, jtc.c, kaypro.c, korgm1.c, kramermc.c, lcmate2.c, llc.c, m79152pc.c, mbc200.c, mbee.c, megadriv.c, microtan.c, mikro80.c, mikrosha.c, mmodular.c, modellot.c, molecular.c, multi8.c, mx2178.c, myb3k.c, mycom.c, mz2000.c, mz2500.c, mz3500.c, mz700.c, mz80.c, nakajies.c, nanos.c, nascom1.c, newbrain.c, odyssey2.c, okean240.c, osborne1.c, osi.c, p2000t.c, partner.c, paso1600.c, pasopia.c, pasopia7.c, pb1000.c, pc.c, pc100.c, pc2000.c, pc4.c, pc6001.c, pc8801.c, pc88va.c, pc9801.c, pcm.c, pda600.c, pdp1.c, pegasus.c, pentagon.c, phunsy.c, pk8020.c, plan80.c, pocketc.c, poly88.c, portfoli.c, psion.c, ptcsol.c, pv1000.c, px8.c, pyl601.c, qx10.c, radio86.c, rainbow.c, replicator.c, rex6000.c, rt1715.c, rx78.c, saturn.c, sbc6510.c, scorpion.c, scv.c, sm1800.c, smc777.c, sorcerer.c, spec128.c, specpls3.c, spectrum.c, super80.c, supracan.c, svi318.c, tek410x.c, ti990_10.c, ti990_4.c, ti99_2.c, tim100.c, timex.c, tk80bs.c, trs80.c, tx0.c, unior.c, unistar.c, ut88.c, v6809.c, vg5k.c, vt100.c, vt240.c, vta2000.c, vtech2.c, wswan.c, x07.c, x1.c, x1twin.c, x68k.c, xavix.c, xerox820.c, z1013.c, z9001.c, zrt80.c, zx.c, cgenie.c, 733_asr.c, 733_asr.h, 911_vdt.c, 911_vdt.h, abc80.c, ac1.c, apple1.c, aquarius.c, arcadia.c, cgc7900.c, cgenie.c, comquest.c, galeb.c, intv.c, isa_mda.c, kramermc.c, microtan.c, mikromik.c, mz700.c, nascom1.c, p2000m.c, pc1251.c, pc1401.c, pc1403.c, pdp1.c, stic.c, tmc600.c, tx0.c, ut88.c, vtech2.c, x68k.c
1646 files changed, 6762 insertions, 5190 deletions
- Updated all devices and drivers for using it.
- ? (MESS) apple2/3: CFFA2 now ignores 6502 spurious reads during write cycles. [R. Belmont] [rbelmont]
2014-02-16 17:58:472 files changed, 17 insertions, 4 deletions
- ? (MESS) spc1000: added TAP cassette format [Robbbert] [robbbert]
2014-02-16 16:15:05Changed: .gitattributes, ace_tap.h, adam_cas.h, cassimg.c, cgen_cas.h, fmsx_cas.h, kim1_cas.h, lviv_lvt.h, mz_cas.h, phc25_cas.h, pmd_cas.h, primoptp.h, spc1000_cas.c, spc1000_cas.h, svi_cas.h, trs_cas.h, tvc_cas.h, vt_cas.h, x07_cas.h, zx81_p.h, lib.mak, spc1000.c
22 files changed, 168 insertions, 43 deletions
- ? ok, not all chips have a reset pin RP# [hap]
2014-02-16 13:20:34Changed: intelfsh.c, intelfsh.h
2 files changed, 0 insertions, 15 deletions
- ? (MESS) spc1000: added cassette [robbbert]
2014-02-16 12:54:56Changed: spc1000.c
1 files changed, 51 insertions, 27 deletions
- ? removed patch for now, till I fix it properly, this way breaks more (nw) [Miodrag Milanovic]
2014-02-16 12:49:09Changed: device.c
1 files changed, 0 insertions, 3 deletions
- ? (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] [rbelmont]
2014-02-16 05:22:38Changed: apple3.h, apple3.c, apple3.c
3 files changed, 24 insertions, 5 deletions
- ? added device_reset [hap]
2014-02-16 04:26:09Changed: intelfsh.c, intelfsh.h
2 files changed, 15 insertions, 0 deletions
- ? (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Belmont] [rbelmont]
2014-02-15 23:15:28Changed: apple3.c, apple3.h, apple3.c
3 files changed, 11 insertions, 7 deletions
- ? (MESS) New NOT WORKING system [olivierg]
2014-02-15 23:09:47 - ? placeholders [olivierg]
2014-02-15 23:06:12Changed: .gitattributes, stratos.c
2 files changed, 1 insertions, 0 deletions
- ? Added ability to add optional or required device/ioport/memory_region/... [Miodrag Milanovic] [Miodrag Milanovic]
2014-02-15 09:39:53- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
Changed: devfind.c, devfind.h, device.c, device.h, validity.c
5 files changed, 30 insertions, 16 deletions
- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
- ? (MESS) apple3: a non-indirect instruction located on the zero page will also enable extended addressing. Fixes Business BASIC. [R. Belmont] [rbelmont]
2014-02-15 04:49:22 - ? fixed FLASH_INTEL_E28F400B block erase [hap]
2014-02-15 03:30:44 - ? created srcemubusrs232 & srcemubusmidi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] [smf]
2014-02-15 02:29:27 - ? (MESS) New NOT WORKING system [sronco]
2014-02-14 23:53:43- ---------------------------------------------- Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
- ? Fixed software list regression. (nw) [curtcode]
2014-02-14 23:18:15 - ? (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] [rbelmont]
2014-02-14 20:51:34Changed: apple3.c, apple3.h, apple3.c
3 files changed, 214 insertions, 13 deletions
- ? i86: fix shifts by very large (> 32) amounts. fixes ibm xt detection by [Dirk Best]
2014-02-14 19:43:35- the multi unique floppy controllers.
Changed: i86inline.h
1 files changed, 30 insertions, 14 deletions
- the multi unique floppy controllers.
- ? (MESS) enable UK systems (nw) [rbelmont]
2014-02-14 19:12:51Changed: mess.lst
1 files changed, 2 insertions, 0 deletions
- ? Added ability to add optional or required device/ioport/memory_region/... [Miodrag Milanovic] [Miodrag Milanovic]
2014-02-15 09:39:53- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
Changed: devfind.c, devfind.h, device.c, device.h, validity.c
5 files changed, 30 insertions, 16 deletions
- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
- ? (MESS) apple3: a non-indirect instruction located on the zero page will also enable extended addressing. Fixes Business BASIC. [R. Belmont] [rbelmont]
2014-02-15 04:49:22Changed: apple3.c
1 files changed, 20 insertions, 1 deletions
- ? created srcemubusrs232 & srcemubusmidi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] [smf]
2014-02-15 02:29:27Changed: a2midi.c, a2midi.h, a2ssc.c, a2ssc.h, bus.mak, midi_maplin.c, midi_maplin.h, midi_namesoft.c, midi_namesoft.h, midi_passport.c, midi_passport.h, midi_sci.c, midi_sci.h, midi_siel.c, midi_siel.h, swiftlink.c, swiftlink.h, turbo232.c, turbo232.h, hardbox.c, hardbox.h, shark.c, shark.h, softbox.c, softbox.h, midi.c, midi.h, midiinport.c, midiinport.h, midioutport.c, midioutport.h, superpet.c, superpet.h, keyboard.c, keyboard.h, null_modem.c, null_modem.h, rs232.c, rs232.h, ser_mouse.c, ser_mouse.h, terminal.c, terminal.h, wunderbus.c, wunderbus.h, vic1011.c, vic1011.h, emu.mak, keyboard.c, keyboard.h, terminal.c, terminal.h, 68ksbc.c, abc1600.c, abc80.c, abc80x.c, altair.c, altos5.c, ampro.c, amstr_pc.c, apollo.c, apricot.c, atarist.c, avigo.c, basic52.c, bbc.c, besta.c, bigbord2.c, binbug.c, bullet.c, bw12.c, bw2.c, c900.c, cbm2.c, ccs2810.c, ccs300.c, cd2650.c, chaos.c, clcd.c, cm1800.c, codata.c, compis.c, compucolor.c, czk80.c, d6809.c, dectalk.c, digel804.c, dms86.c, dsb46.c, dual68.c, ec65.c, ep64.c, esq1.c, esq5505.c, esqkt.c, evmbug.c, exp85.c, ft68m.c, h19.c, h89.c, harriet.c, horizon.c, hpz80unk.c, ht68k.c, hx20.c, ie15.c, imds.c, imsai.c, indiana.c, ipc.c, ipds.c, isbc.c, jade.c, jupiter.c, k8915.c, kyocera.c, lft.c, llc.c, m20.c, mcb216.c, mccpm.c, mice.c, microdec.c, mikromik.c, mits680b.c, modellot.c, ms9540.c, msbc1.c, mx2178.c, ob68k1a.c, okean240.c, onyx.c, p8k.c, pc.c, pc1512.c, pc8401a.c, pdp11.c, pes.c, phunsy.c, pimps.c, pipbug.c, pm68k.c, poly.c, portfoli.c, prof80.c, ptcsol.c, pulsar.c, px4.c, ql.c, qtsbc.c, qx10.c, ravens.c, rm380z.c, rvoice.c, sacstate.c, sage2.c, sapi1.c, sbc6510.c, sdk86.c, seattle.c, sg1000.c, sgi_ip2.c, softbox.c, sun1.c, super6.c, superslave.c, swtpc.c, systec.c, tandy2k.c, tavernie.c, tiki100.c, tk80bs.c, tricep.c, trs80m2.c, ts802.c, ts816.c, v1050.c, v6809.c, vax11.c, vector4.c, victor9k.c, vixen.c, vk100.c, votrpss.c, votrtnt.c, vt100.c, wangpc.c, wicat.c, x68k.c, xerox820.c, xor100.c, z9001.c, zexall.c, zorba.c, zrt80.c, zsbc3.c, abc1600.h, abc80.h, abc80x.h, atarist.h, avigo.h, bbc.h, bullet.h, bw12.h, bw2.h, cbm2.h, compis.h, cxhumax.h, dm7000.h, ep64.h, exp85.h, hx20.h, kyocera.h, mc1502.h, mikromik.h, ob68k1a.h, pc.h, pc1512.h, pc8401a.h, pes.h, portfoli.h, prof80.h, ql.h, sage2.h, sg1000.h, softbox.h, super6.h, superslave.h, tandy2k.h, tiki100.h, tsispch.h, v1050.h, victor9k.h, vixen.h, wangpc.h, xerox820.h, xor100.h, bbc.c, compclr_flp.c, compclr_flp.h, isa_com.c, isa_gus.c, isa_gus.h, isa_sblaster.c, isa_sblaster.h, mpu401.c, mpu401.h, null_modem.h, pc.c, qx10kbd.h, serial.c, serial.h, teleprinter.c, x68k_kbd.h, mess.mak
255 files changed, 2491 insertions, 2276 deletions
- ? (MESS) New NOT WORKING system [sronco]
2014-02-14 23:53:43- ---------------------------------------------- Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
Changed: alphasma.c, mess.lst
2 files changed, 36 insertions, 3 deletions
- ---------------------------------------------- Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
- ? Fixed software list regression. (nw) [curtcode]
2014-02-14 23:18:15Changed: diimage.c
1 files changed, 1 insertions, 1 deletions
- ? (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] [rbelmont]
2014-02-14 20:51:34Changed: apple3.c, apple3.h, apple3.c
3 files changed, 214 insertions, 13 deletions
- ? i86: fix shifts by very large (> 32) amounts. fixes ibm xt detection by [Dirk Best]
2014-02-14 19:43:31- the multi unique floppy controllers.
Changed: i86inline.h
1 files changed, 30 insertions, 14 deletions
- the multi unique floppy controllers.
- ? (MESS) enable UK systems (nw) [rbelmont]
2014-02-14 19:12:51Changed: mess.lst
1 files changed, 2 insertions, 0 deletions
- ? merged new menu code (nw) [smf]
2014-02-15 15:58:53Changed: .gitattributes, diimage.c, emu.mak, inpttype.h, ioport.c, ioport.h, machine.c, emenubar.c, emenubar.h, filemngr.c, filemngr.h, filesel.c, filesel.h, mainmenu.c, mainmenu.h, menu.c, menubar.c, menubar.h, miscmenu.c, miscmenu.h, swlist.c, swlist.h, ui.c, ui.h, uiinput.h, osdepend.c, osdepend.h, input.c, drawd3d.c, input.c, video.c, window.c, window.h, winmain.c, winmain.h
35 files changed, 2432 insertions, 1089 deletions
- ? merged 26787 from after the failed menu merge. "fix autofinder on device remove (nw)" [smf]
2014-02-15 15:35:02Changed: device.c
1 files changed, 3 insertions, 0 deletions
- ? conveted i8251 to DEVCB2 [smf] [smf]
2014-02-15 15:31:50Changed: softbox.c, rs232.h, i8251.c, i8251.h, ecoinfr.c, alphatro.c, b2m.c, bw2.c, cgc7900.c, compis.c, einstein.c, elwro800.c, fk1.c, h8.c, horizon.c, imsai.c, irisha.c, isbc.c, jade.c, kyocera.c, m20.c, mbc200.c, mbc55x.c, mc1502.c, nc.c, pc6001.c, pc8001.c, pc8401a.c, pc8801.c, pc9801.c, pk8020.c, pmd85.c, poly88.c, pp01.c, px8.c, rainbow.c, sage2.c, sbrain.c, sdk86.c, sg1000.c, sm1800.c, softbox.c, tandy2k.c, tim100.c, tsispch.c, unior.c, v1050.c, vixen.c, vk100.c, votrpss.c, vt100.c, xor100.c, zorba.c, mbc55x.h, poly88.h, pp01.h, dec_lk201.c, dec_lk201.h, isa_ibm_mfc.c, mbc55x.c, pmd85.c, poly88.c, pp01.c
63 files changed, 578 insertions, 1050 deletions
- ? recovered trunk [smf]
2014-02-15 15:27:529360 files changed, 5509883 insertions, 0 deletions
- ? fix autofinder on device remove (nw) [Miodrag Milanovic]
2014-02-15 14:45:15Changed: device.c
1 files changed, 3 insertions, 0 deletions
- ? Merge branch 'new_menus' of ssh://mess.org/mame into new_menus [Nathan Woods]
2014-02-15 13:16:10Changed: input.c
1 files changed, 17 insertions, 20 deletions
- ? Merge branch 'master' of ssh://mess.org/mame into new_menus [Nathan Woods]
2014-02-15 12:42:48Changed: c64_flop.xml, nes.xml, nes_datach.xml, nes_ntbrom.xml, a2midi.c, a2midi.h, a2ssc.c, a2ssc.h, bus.mak, midi_maplin.c, midi_maplin.h, midi_namesoft.c, midi_namesoft.h, midi_passport.c, midi_passport.h, midi_sci.c, midi_sci.h, midi_siel.c, midi_siel.h, swiftlink.c, swiftlink.h, turbo232.c, turbo232.h, hardbox.c, hardbox.h, shark.c, shark.h, softbox.c, softbox.h, midi.c, midi.h, midiinport.c, midiinport.h, midioutport.c, midioutport.h, superpet.c, superpet.h, keyboard.c, keyboard.h, null_modem.c, null_modem.h, rs232.c, rs232.h, ser_mouse.c, ser_mouse.h, terminal.c, terminal.h, wunderbus.c, wunderbus.h, vic1011.c, vic1011.h, i86inline.h, mn10200.c, devfind.c, devfind.h, device.c, device.h, diimage.c, drawgfx.c, drawgfx.h, drawgfxm.h, emu.mak, intelfsh.c, intelfsh.h, keyboard.c, keyboard.h, tc009xlvc.c, terminal.c, terminal.h, upd765.c, upd765.h, validity.c, sed1520.c, sed1520.h, video.mak, apf_apt.c, g64_dsk.c, g64_dsk.h, phc25_cas.c, ti99_dsk.c, 1945kiii.c, ace.c, acefruit.c, acommand.c, albazc.c, amaticmg.c, aristmk4.c, astrcorp.c, avt.c, bestleag.c, blackt96.c, bmcpokr.c, bnstars.c, boxer.c, buster.c, calorie.c, cardline.c, carrera.c, cb2001.c, cball.c, chanbara.c, chinsan.c, chsuper.c, cmmb.c, cntsteer.c, coinmvga.c, cshooter.c, cybertnk.c, cyclemb.c, dacholer.c, dblcrown.c, ddayjlc.c, ddealer.c, deco_ld.c, destroyr.c, discoboy.c, diverboy.c, dlair.c, dmndrby.c, dominob.c, dreamwld.c, drtomy.c, dwarfd.c, egghunt.c, esh.c, fcrash.c, feversoc.c, firefox.c, flipjack.c, flyball.c, fortecar.c, go2000.c, goodejan.c, gpworld.c, gstream.c, hitpoker.c, igs017.c, intrscti.c, istellar.c, jackpool.c, jclub2.c, jollyjgr.c, kingdrby.c, laserbat.c, lbeach.c, lgp.c, looping.c, luckgrln.c, m63.c, marinedt.c, mastboy.c, mgolf.c, midas.c, mirax.c, missb2.c, monzagp.c, mpoker.c, mpu4dealem.c, murogem.c, murogmbl.c, mwarr.c, namcos10.c, namcos11.c, naomi.c, neoprint.c, norautp.c, olibochu.c, panicr.c, pgm.c, pinkiri8.c, poker72.c, powerbal.c, progolf.c, pturn.c, pzletime.c, r2dx_v33.c, rabbit.c, raiden2.c, rbmk.c, rgum.c, sbrkout.c, seabattl.c, segald.c, segas32.c, sengokmj.c, sigmab98.c, skyarmy.c, srmp6.c, stuntair.c, sub.c, summit.c, supdrapo.c, superwng.c, taitogn.c, tasman.c, tmmjprd.c, truco.c, trvmadns.c, tugboat.c, vamphalf.c, vega.c, vpoker.c, vroulet.c, witch.c, mame.lst, 1942.c, 1943.c, 40love.c, aeroboto.c, aerofgt.c, alpha68k.c, ambush.c, amspdwy.c, angelkds.c, appoooh.c, aquarium.c, arkanoid.c, atarifb.c, atarimo.c, bagman.c, baraduke.c, battlane.c, battlera.c, battlex.c, bigevglf.c, bigstrkb.c, bionicc.c, bking.c, blktiger.c, blmbycar.c, bloodbro.c, blueprnt.c, bogeyman.c, bombjack.c, bosco.c, brkthru.c, bsktball.c, btime.c, bublbobl.c, buggychl.c, bwing.c, cabal.c, canyon.c, carjmbre.c, carpolo.c, cbasebal.c, ccastles.c, cclimber.c, centiped.c, chaknpop.c, champbas.c, cheekyms.c, circus.c, circusc.c, cischeat.c, citycon.c, cloak.c, cloud9.c, clshroad.c, cninja.c, combatsc.c, commando.c, compgolf.c, cop01.c, copsnrob.c, cosmic.c, cps1.c, cvs.c, darius.c, darkmist.c, dcon.c, ddragon.c, ddragon3.c, ddribble.c, deadang.c, dec8.c, deckarn.c, decmxc06.c, deco32.c, decocass.c, decospr.c, digdug.c, djmain.c, dkong.c, docastle.c, dogfgt.c, dooyong.c, drgnmst.c, drmicro.c, dynduke.c, equites.c, espial.c, exedexes.c, exerion.c, exidy.c, exprraid.c, exzisus.c, f1gp.c, fantland.c, fastfred.c, fcombat.c, fgoal.c, finalizr.c, firetrap.c, firetrk.c, fitfight.c, flower.c, flstory.c, foodf.c, freekick.c, funkybee.c, funybubl.c, fuukifg2.c, fuukifg3.c, gaelco.c, gaelco2.c, gaiden.c, galaga.c, galastrm.c, galaxian.c, galaxold.c, galivan.c, galpanic.c, galspnbl.c, gaplus.c, gberet.c, gcpinbal.c, ginganin.c, gladiatr.c, glass.c, gng.c, goal92.c, goindol.c, goldstar.c, gottlieb.c, gotya.c, gp9001.c, grchamp.c, groundfx.c, gsword.c, gunbustr.c, gunsmoke.c, gyruss.c, higemaru.c, himesiki.c, hng64.c, holeland.c, homerun.c, hyperspt.c, hyprduel.c, ikki.c, irobot.c, ironhors.c, jack.c, jackal.c, jailbrek.c, jalblend.c, k007121.c, k007420.c, k051960.c, k053244_k053245.c, k053246_k053247_k055673.h, kan_panb.c, kan_pand.c, karnov.c, kchamp.c, kickgoal.c, kingobox.c, kncljoe.c, ksayakyu.c, kyugo.c, ladybug.c, ladyfrog.c, lasso.c, lastduel.c, lazercmd.c, legionna.c, liberate.c, lkage.c, lordgun.c, lsasquad.c, lwings.c, m10.c, m107.c, m52.c, m57.c, m58.c, m62.c, m72.c, m90.c, m92.c, macrossp.c, madalien.c, magmax.c, mainsnk.c, malzak.c, mappy.c, marineb.c, mario.c, markham.c, matmania.c, mcr3.c, mcr68.c, meadows.c, megasys1.c, megazone.c, mermaid.c, metlclsh.c, metro.c, mexico86.c, mikie.c, mitchell.c, mjkjidai.c, momoko.c, mouser.c, mrdo.c, mrflea.c, mrjong.c, ms32.c, msisaac.c, mugsmash.c, munchmo.c, mustache.c, mystston.c, namcos1.c, namcos86.c, naughtyb.c, nemesis.c, ninjakd2.c, ninjaw.c, nmk16.c, nova2001.c, nycaptor.c, ohmygod.c, oneshot.c, orbit.c, othunder.c, pacland.c, pacman.c, pandoras.c, paradise.c, pbaction.c, pc090oj.c, pcktgal.c, pingpong.c, pirates.c, pitnrun.c, pktgaldx.c, playmark.c, pokechmp.c, polyplay.c, poolshrk.c, pooyan.c, popeye.c, popper.c, portrait.c, powerins.c, prehisle.c, psikyo.c, psikyo4.c, psikyosh.c, pushman.c, quasar.c, quizdna.c, raiden.c, rainbow.c, rallyx.c, realbrk.c, redclash.c, renegade.c, retofinv.c, rocnrope.c, rollrace.c, rpunch.c, runaway.c, sauro.c, sbasketb.c, scn2674.c, scotrsht.c, sderby.c, segag80r.c, seicross.c, senjyo.c, seta001.c, sf.c, shadfrce.c, shangha3.c, shangkid.c, shaolins.c, shootout.c, sidearms.c, sidepckt.c, silkroad.c, skydiver.c, skyfox.c, skykid.c, skyraid.c, slapfght.c, slapshot.c, snk.c, snk68.c, solomon.c, sonson.c, spcforce.c, spdodgeb.c, speedatk.c, speedbal.c, speedspn.c, splash.c, sprcros2.c, sprint2.c, sprint4.c, sprint8.c, srumbler.c, sslam.c, ssozumo.c, sspeedr.c, ssrj.c, st0016.c, st0020.c, starcrus.c, starshp1.c, stfight.c, stlforce.c, strnskil.c, subs.c, suna16.c, suna8.c, superchs.c, superqix.c, suprridr.c, tagteam.c, tail2nos.c, taito_b.c, taito_f2.c, taito_h.c, taito_l.c, taito_o.c, taito_z.c, taitoair.c, taitosj.c, tank8.c, tankbatt.c, tankbust.c, targeth.c, taxidriv.c, tbowl.c, tceptor.c, tecmo.c, tecmo_spr.c, tehkanwc.c, terracre.c, tetrisp2.c, thedeep.c, thepit.c, thoop2.c, tiamc1.c, tigeroad.c, timelimt.c, timeplt.c, toaplan_scu.c, toki.c, topspeed.c, toypop.c, tp84.c, trackfld.c, travrusa.c, triplhnt.c, tryout.c, tsamurai.c, tunhunt.c, ultratnk.c, undrfire.c, unico.c, vastar.c, vball.c, videopin.c, vigilant.c, vsystem_spr.c, vsystem_spr2.c, vulgus.c, warriorb.c, wc90.c, wc90b.c, wecleman.c, wgp.c, wiping.c, wiz.c, wolfpack.c, wrally.c, wwfsstar.c, xain.c, xevious.c, xorworld.c, xxmissio.c, ygv608.c, yiear.c, yunsun16.c, zac2650.c, zaccaria.c, zaxxon.c, zodiack.c, 68ksbc.c, abc1600.c, abc80.c, abc80x.c, alphasma.c, altair.c, altos5.c, ampro.c, amstr_pc.c, apexc.c, apollo.c, apple2.c, apple3.c, apricot.c, atarist.c, avigo.c, ax20.c, basic52.c, bbc.c, besta.c, bigbord2.c, binbug.c, bullet.c, bw12.c, bw2.c, c900.c, casloopy.c, cbm2.c, ccs2810.c, ccs300.c, cd2650.c, chaos.c, clcd.c, cm1800.c, codata.c, compis.c, compucolor.c, czk80.c, d6809.c, dectalk.c, digel804.c, dms86.c, dsb46.c, dual68.c, ec65.c, ep64.c, esq1.c, esq5505.c, esqkt.c, evmbug.c, exp85.c, ft68m.c, geniusiq.c, h19.c, h89.c, harriet.c, horizon.c, hpz80unk.c, ht68k.c, hx20.c, ie15.c, imds.c, imsai.c, indiana.c, ipc.c, ipds.c, isbc.c, itt3030.c, jade.c, jupiter.c, k8915.c, kyocera.c, lft.c, llc.c, m20.c, mcb216.c, mccpm.c, mice.c, microdec.c, mikromik.c, mits680b.c, modellot.c, ms9540.c, msbc1.c, multi8.c, mx2178.c, nes.c, ob68k1a.c, okean240.c, onyx.c, p8k.c, pc.c, pc1512.c, pc2000.c, pc8401a.c, pdp11.c, pes.c, phunsy.c, pimps.c, pipbug.c, pm68k.c, poly.c, portfoli.c, prof80.c, ptcsol.c, pulsar.c, pv1000.c, px4.c, ql.c, qtsbc.c, qx10.c, ravens.c, rm380z.c, rvoice.c, sacstate.c, sage2.c, sapi1.c, sbc6510.c, sdk86.c, seattle.c, sg1000.c, sgi_ip2.c, softbox.c, spc1000.c, sun1.c, super6.c, superslave.c, supracan.c, swtpc.c, systec.c, tandy2k.c, tavernie.c, ti99_2.c, tiki100.c, tk80bs.c, tricep.c, trs80m2.c, ts802.c, ts816.c, v1050.c, v6809.c, vax11.c, vector4.c, victor9k.c, vixen.c, vk100.c, votrpss.c, votrtnt.c, vt100.c, wangpc.c, wicat.c, x68k.c, xerox820.c, xor100.c, z9001.c, zexall.c, zorba.c, zrt80.c, zsbc3.c, abc1600.h, abc80.h, abc80x.h, apple3.h, atarist.h, avigo.h, bbc.h, bullet.h, bw12.h, bw2.h, cbm2.h, compis.h, cxhumax.h, dm7000.h, ep64.h, exp85.h, hx20.h, kyocera.h, mc1502.h, mikromik.h, nes.h, ob68k1a.h, pc.h, pc1512.h, pc8401a.h, pes.h, portfoli.h, prof80.h, ql.h, sage2.h, sg1000.h, softbox.h, super6.h, superslave.h, tandy2k.h, tiki100.h, tsispch.h, v1050.h, victor9k.h, vixen.h, wangpc.h, xerox820.h, xor100.h, apple3.c, bbc.c, compclr_flp.c, compclr_flp.h, isa_cards.c, isa_cards.h, isa_com.c, isa_gus.c, isa_gus.h, isa_mufdc.c, isa_mufdc.h, isa_sblaster.c, isa_sblaster.h, mpu401.c, mpu401.h, nes.c, nes_bandai.c, nes_bandai.h, nes_datach.c, nes_datach.h, nes_ines.inc, nes_pcb.inc, nes_sunsoft_dcs.c, nes_sunsoft_dcs.h, null_modem.h, pc.c, qx10kbd.h, serial.c, serial.h, teleprinter.c, ti_fdc.c, x68k_kbd.h, mess.lst, mess.mak, 733_asr.c, 911_vdt.c, ac1.c, arcadia.c, cgenie.c, comquest.c, galeb.c, intv.c, kramermc.c, mz700.c, nascom1.c, p2000m.c, pc1251.c, pc1401.c, pc1403.c, pdp1.c, stic.c, tx0.c, ut88.c, vtech2.c, x68k.c, sdlos_unix.c
860 files changed, 7078 insertions, 4886 deletions
- ? Added ability to add optional or required device/ioport/memory_region/... [Miodrag Milanovic] [Miodrag Milanovic]
2014-02-15 09:39:53- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
Changed: devfind.c, devfind.h, device.c, device.h, validity.c
5 files changed, 30 insertions, 16 deletions
- and similar device finders to any device, and also created ability to set tag inside static configuration of device so you can reference it in driver machine configuration
- ? (MESS) apple3: a non-indirect instruction located on the zero page will also enable extended addressing. Fixes Business BASIC. [R. Belmont] [rbelmont]
2014-02-15 04:49:22Changed: apple3.c
1 files changed, 20 insertions, 1 deletions
- ? created srcemubusrs232 & srcemubusmidi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] [smf]
2014-02-15 02:29:27Changed: a2midi.c, a2midi.h, a2ssc.c, a2ssc.h, bus.mak, midi_maplin.c, midi_maplin.h, midi_namesoft.c, midi_namesoft.h, midi_passport.c, midi_passport.h, midi_sci.c, midi_sci.h, midi_siel.c, midi_siel.h, swiftlink.c, swiftlink.h, turbo232.c, turbo232.h, hardbox.c, hardbox.h, shark.c, shark.h, softbox.c, softbox.h, midi.c, midi.h, midiinport.c, midiinport.h, midioutport.c, midioutport.h, superpet.c, superpet.h, keyboard.c, keyboard.h, null_modem.c, null_modem.h, rs232.c, rs232.h, ser_mouse.c, ser_mouse.h, terminal.c, terminal.h, wunderbus.c, wunderbus.h, vic1011.c, vic1011.h, emu.mak, keyboard.c, keyboard.h, terminal.c, terminal.h, 68ksbc.c, abc1600.c, abc80.c, abc80x.c, altair.c, altos5.c, ampro.c, amstr_pc.c, apollo.c, apricot.c, atarist.c, avigo.c, basic52.c, bbc.c, besta.c, bigbord2.c, binbug.c, bullet.c, bw12.c, bw2.c, c900.c, cbm2.c, ccs2810.c, ccs300.c, cd2650.c, chaos.c, clcd.c, cm1800.c, codata.c, compis.c, compucolor.c, czk80.c, d6809.c, dectalk.c, digel804.c, dms86.c, dsb46.c, dual68.c, ec65.c, ep64.c, esq1.c, esq5505.c, esqkt.c, evmbug.c, exp85.c, ft68m.c, h19.c, h89.c, harriet.c, horizon.c, hpz80unk.c, ht68k.c, hx20.c, ie15.c, imds.c, imsai.c, indiana.c, ipc.c, ipds.c, isbc.c, jade.c, jupiter.c, k8915.c, kyocera.c, lft.c, llc.c, m20.c, mcb216.c, mccpm.c, mice.c, microdec.c, mikromik.c, mits680b.c, modellot.c, ms9540.c, msbc1.c, mx2178.c, ob68k1a.c, okean240.c, onyx.c, p8k.c, pc.c, pc1512.c, pc8401a.c, pdp11.c, pes.c, phunsy.c, pimps.c, pipbug.c, pm68k.c, poly.c, portfoli.c, prof80.c, ptcsol.c, pulsar.c, px4.c, ql.c, qtsbc.c, qx10.c, ravens.c, rm380z.c, rvoice.c, sacstate.c, sage2.c, sapi1.c, sbc6510.c, sdk86.c, seattle.c, sg1000.c, sgi_ip2.c, softbox.c, sun1.c, super6.c, superslave.c, swtpc.c, systec.c, tandy2k.c, tavernie.c, tiki100.c, tk80bs.c, tricep.c, trs80m2.c, ts802.c, ts816.c, v1050.c, v6809.c, vax11.c, vector4.c, victor9k.c, vixen.c, vk100.c, votrpss.c, votrtnt.c, vt100.c, wangpc.c, wicat.c, x68k.c, xerox820.c, xor100.c, z9001.c, zexall.c, zorba.c, zrt80.c, zsbc3.c, abc1600.h, abc80.h, abc80x.h, atarist.h, avigo.h, bbc.h, bullet.h, bw12.h, bw2.h, cbm2.h, compis.h, cxhumax.h, dm7000.h, ep64.h, exp85.h, hx20.h, kyocera.h, mc1502.h, mikromik.h, ob68k1a.h, pc.h, pc1512.h, pc8401a.h, pes.h, portfoli.h, prof80.h, ql.h, sage2.h, sg1000.h, softbox.h, super6.h, superslave.h, tandy2k.h, tiki100.h, tsispch.h, v1050.h, victor9k.h, vixen.h, wangpc.h, xerox820.h, xor100.h, bbc.c, compclr_flp.c, compclr_flp.h, isa_com.c, isa_gus.c, isa_gus.h, isa_sblaster.c, isa_sblaster.h, mpu401.c, mpu401.h, null_modem.h, pc.c, qx10kbd.h, serial.c, serial.h, teleprinter.c, x68k_kbd.h, mess.mak
255 files changed, 2491 insertions, 2276 deletions
- ? (MESS) New NOT WORKING system [sronco]
2014-02-14 23:53:43- ---------------------------------------------- Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
Changed: alphasma.c, mess.lst
2 files changed, 36 insertions, 3 deletions
- ---------------------------------------------- Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
- ? Fixed software list regression. (nw) [curtcode]
2014-02-14 23:18:15Changed: diimage.c
1 files changed, 1 insertions, 1 deletions
→ NOWSZY [Multi]DevMESS 0.152.x SVN29224
- 29224 (MESS)New working driver added [Miodrag Milanovic]
2014-04-03 21:01:13 - ? i8355_device: converted to devcb2 (nw) [ivanva]
2014-04-03 18:27:32Changed: i8355.c, i8355.h, exp85.c
3 files changed, 38 insertions, 66 deletions
- ? (MESS) nevada: modernized nvram. nw. [Fabio Priuli]
2014-04-03 15:17:42Changed: tmspoker.c, vlc.c
2 files changed, 21 insertions, 26 deletions
- ? (MESS) saturn: modernized nvram. nw. [Fabio Priuli]
2014-04-03 12:05:07Changed: saturn.c
1 files changed, 28 insertions, 51 deletions
- ? (MESS) saturn: added default formatting to Backup RAM carts, [Fabio Priuli]
2014-04-03 11:26:27 - ? Fix listsamples and one other potential problematic place, and fixed better devctrl (nw) [Miodrag Milanovic]
2014-04-03 10:56:14Changed: clifront.c, devctrl.h
2 files changed, 3 insertions, 4 deletions
- ? move handlers to members in dsp56k (nw) [Miodrag Milanovic]
2014-04-03 10:18:46Changed: dsp56k.c, dsp56k.h, dsp56mem.c, dsp56mem.h
4 files changed, 30 insertions, 20 deletions
- ? removed some leftovers (nw) [Miodrag Milanovic]
2014-04-03 09:42:26Changed: bufsprite.c
1 files changed, 0 insertions, 16 deletions
- ? removed not used call (nw) [Miodrag Milanovic]
2014-04-03 08:31:41Changed: mcfglgcy.h
1 files changed, 0 insertions, 2 deletions
- ? Moved things to driver state, too coupled right now to make a proper device (nw) [Miodrag Milanovic]
2014-04-03 08:14:042 files changed, 92 insertions, 94 deletions
- ? (mess) pc: slow down (nw) [crazyc]
2014-04-03 00:48:37Changed: pc.c
1 files changed, 1 insertions, 1 deletions
- ? i286: fault on invalid sreg access (nw) [crazyc]
2014-04-03 00:09:40- -- 80186 likely faults, 8086 unknown
Changed: i286.c
1 files changed, 11 insertions, 0 deletions
- -- 80186 likely faults, 8086 unknown
- ? replace assert with guessed behavior + logerror (nw) [alexjack]
2014-04-03 00:07:31Changed: i86.c
1 files changed, 2 insertions, 2 deletions
- ? fixed memory leak when using .rpk files with ti99 (nw) [oliverst]
2014-04-02 22:51:41Changed: gromport.c
1 files changed, 3 insertions, 1 deletions
- ? h8: Add the h8/3008 [O. Galibert] [olivierg]
2014-04-02 22:32:34Changed: cpu.mak, h83008.c, h83008.h
3 files changed, 303 insertions, 1 deletions
- ? placeholders [olivierg]
2014-04-02 22:31:312 files changed, 0 insertions, 0 deletions
- ? Added support for horizontal 'belt' reels which may be needed for future AWP titles. To invoke, add an attribute "beltreel" to the reel element in the layout, and set it to 1. [J. Wallace] [James Wallace]
2014-04-02 22:02:312 files changed, 187 insertions, 28 deletions
- ? removed assert from src/emu/cpu/sh4/sh4dmac.c and always set proper channel in sh4_ddt_dma (nw) [oliverst]
2014-04-02 20:04:40Changed: sh4dmac.c, dc.c, maple-dc.c, dccons.c
4 files changed, 6 insertions, 7 deletions
- ? removing legacy handlers in msx_slot (nw) [Miodrag Milanovic]
2014-04-02 19:44:14Changed: msx.h, msx_slot.c
2 files changed, 58 insertions, 56 deletions
- ? ins8154_device: converted to devcb2 (nw) [ivanva]
2014-04-02 19:27:11Changed: ins8154.c, ins8154.h, vega.c, acrnsys1.c, mk14.c
5 files changed, 57 insertions, 101 deletions
- ? removed legacy handler from snes (nw) [Miodrag Milanovic]
2014-04-02 19:26:24Changed: snes.h, snes.c, snes.c, snes.c
4 files changed, 14 insertions, 11 deletions
- ? lh5810_device: converted to devcb2 (nw) [ivanva]
2014-04-02 18:37:21Changed: lh5810.c, lh5810.h, pc1500.c
3 files changed, 59 insertions, 78 deletions
- ? converted legacy handlers to modern (nw) [Miodrag Milanovic]
2014-04-02 18:33:03Changed: g65816.c, g65816.h, snes.c
3 files changed, 77 insertions, 56 deletions
- ? added assert to src/emu/cpu/i86/i86.c for known index out-of-bounds access (nw) [oliverst]
2014-04-02 18:10:03Changed: i86.c
1 files changed, 1 insertions, 0 deletions
- ? no handler usage is possible in devcb so removing not used code (nw) [Miodrag Milanovic]
2014-04-02 17:47:122 files changed, 14 insertions, 64 deletions
- ? i8275x: Cleanup. (nw) [curtcode]
2014-04-02 15:39:36Changed: i8275x.c
1 files changed, 53 insertions, 48 deletions
- ? i8275x: Cleanup. (nw) [curtcode]
2014-04-02 15:30:39Changed: i8275x.c, i8275x.h, wicat.c, zorba.c, mikromik.c
5 files changed, 20 insertions, 13 deletions
- ? i8275x: devcb2 cleanup. (nw) [curtcode]
2014-04-02 15:21:36Changed: i8275x.h, wicat.c, zorba.c, mikromik.c
4 files changed, 26 insertions, 16 deletions
- ? upd7220: devcb2 and delegates. (nw) [curtcode]
2014-04-02 15:17:56Changed: tig.c, tig.h, upd7220.c, upd7220.h, a5105.c, apc.c, compis.c, dmv.c, if800.c, mz3500.c, mz6500.c, pc9801.c, qx10.c, vt240.c, compis.h, mikromik.h, mikromik.c
17 files changed, 319 insertions, 413 deletions
- ? can hide internally used classes (nw) [Miodrag Milanovic]
2014-04-02 14:47:09Changed: omti8621.c, omti8621.h, nubus_image.c, nubus_image.h
4 files changed, 84 insertions, 79 deletions
- ? Getting rid of token usage in devices (nw) [Miodrag Milanovic]
2014-04-02 14:22:26Changed: omti8621.c, omti8621.h, nubus_image.c, nubus_image.h
4 files changed, 156 insertions, 214 deletions
- ? modernized access for legacy floppy, quite straight forward thing (nw) [Miodrag Milanovic]
2014-04-02 13:59:10Changed: bml3mp1802.c, bml3mp1805.c, coco_fdc.c, c8050.c, c8050.h, bwg.c, bwg.h, hfdc.c, hfdc.h, peribox.c, ti_fdc.c, ti_fdc.h, flopdrv.c, flopdrv.h, i8271.c, i8271.h, mc6843.c, mc6843.h, smc92x4.c, smc92x4.h, wd17xx.c, wd17xx.h, apf.c, fm7.c, mbc200.c, ms0515.c, myb3k.c, mz2000.c, mz2500.c, rainbow.c, smc777.c, thomson.c, unixpc.c, vtech1.c, x1.c, z100.c, thomson.h, appldriv.c, atarifdc.c, atarifdc.h, beta.c, concept_exp.c, hec2hrp.c, micropolis.c, micropolis.h, nes.c, osborne1.c, partner.c, pk8020.c, rmnimbus.c, rx01.c, rx01.h, sonydriv.c, svi318.c, swtpc09.c, thomflop.c, 990_dk.c, 990_dk.h, trs80.c
59 files changed, 812 insertions, 941 deletions
- ? (MESS) this was not needed anymore after rev22034. I think [Fabio Priuli]
2014-04-02 10:22:25- MCFG_NVRAM_HANDLER_CLEAR is now unused and can be removed.
Changed: megacd.c
1 files changed, 0 insertions, 4 deletions
- MCFG_NVRAM_HANDLER_CLEAR is now unused and can be removed.
- ? forgot to remove these (nw) [Miodrag Milanovic]
2014-04-02 09:55:142 files changed, 0 insertions, 8 deletions
- ? modernized apollo a little bit more (nw) [Miodrag Milanovic]
2014-04-02 09:46:06Changed: apollo.c, apollo.h, apollo.c
3 files changed, 456 insertions, 557 deletions
- ? Fix memory leak visible apollo driver (nw) [Miodrag Milanovic]
2014-04-02 09:45:172 files changed, 10 insertions, 1 deletions
- ? (MESS) fixed regression in a few MD cart types. nw. [Fabio Priuli]
2014-04-02 07:58:24Changed: rom.c
1 files changed, 4 insertions, 4 deletions
- ? (MESS) fixed 32x_scd configuration. nw. [Fabio Priuli]
2014-04-02 06:14:31Changed: megadriv.c
1 files changed, 4 insertions, 0 deletions
- ? Missing file ... [angelosa]
2014-04-02 04:44:49Changed: aakart.c
1 files changed, 98 insertions, 3 deletions
- ? (MESS) gb_lcd.c: Fixed sgb m_sgb_pal_map out of bound access. (nw) [Wilbert Pol]
2014-04-01 20:34:49Changed: gb_lcd.c
1 files changed, 4 insertions, 6 deletions
- ? (MESS) fixed iq151 and alphasmart regressions. (nw) [sronco]
2014-04-01 20:09:57Changed: iq151.c, alphasma.c, iq151.c
3 files changed, 3 insertions, 3 deletions
- ? huc6270_device: converted to devcb2 (nw) [ivanva]
2014-04-01 18:40:48Changed: huc6270.c, huc6270.h, ggconnie.c, paranoia.c, tourvis.c, uapce.c, pce.c, pcfx.c
8 files changed, 61 insertions, 133 deletions
- ? fix compile [hap]
2014-04-01 15:52:26Changed: mod8.c
1 files changed, 1 insertions, 1 deletions
- ? using delegates instead of read/write_device_func in ppc core (nw) [Miodrag Milanovic]
2014-04-01 15:31:47Changed: ppc.h, ppccom.c, ppccom.h, cobra.c, konamim2.c, model3.c, taitopjc.c, taitotz.c, viper.c, dm7000.c, dm7000.h
11 files changed, 52 insertions, 47 deletions
- ? (MESS) Moved teleprinter back to mess/machine. (nw) [curtcode]
2014-04-01 15:10:45Changed: bus.mak, teleprinter.c, teleprinter.h, mess.mak
4 files changed, 1 insertions, 1 deletions
- ? mc2661: devcb2. (nw) [curtcode]
2014-04-01 15:05:06Changed: spi.c, mc2661.c, mc2661.h, wangpc.c, wicat.c
5 files changed, 159 insertions, 268 deletions
- ? (MESS) Cleanups. (nw) [curtcode]
2014-04-01 14:36:22Changed: exp.h, exp.h, exp.h, exp.h, exp.c, exp.h, vp575.c, vp575.h, abc1600.c, c128.c, c64.c, compis.c, comx35.c, pet.c, plus4.c, vic10.c, vic20.c, vip.c, abc1600.c
19 files changed, 200 insertions, 132 deletions
- ? saa5050: devcb2. (nw) [curtcode]
2014-04-01 09:19:07 - ? removing now unused functions. nw. [Fabio Priuli]
2014-04-01 08:22:472 files changed, 0 insertions, 72 deletions
- ? (MESS) a7800.c: [Mike Saarna] [tafoid]
2014-04-01 02:25:24- * Fixed number of scanlines to accurately reflect hardware testing and schematics (262-->263 NTSC and 312-->313 PAL). * Additional fix to timing of Maria cycles and comments. * Fixed INPTCTRL register implementation to match hardware. Diagnostic Test Cart now works. * Corrected ROM_FILL.
Changed: a7800.c, a7800.c, a7800.c
3 files changed, 14 insertions, 16 deletions
- * Fixed number of scanlines to accurately reflect hardware testing and schematics (262-->263 NTSC and 312-->313 PAL). * Additional fix to timing of Maria cycles and comments. * Fixed INPTCTRL register implementation to match hardware. Diagnostic Test Cart now works. * Corrected ROM_FILL.
- ? h63484: added other 2 commands used by fashiong. (nw) [sronco]
2014-04-01 00:48:002 files changed, 44 insertions, 9 deletions
- ? (mess) pc: cga cyrillic [crazyc]
2014-04-01 00:38:50Changed: iskr103x.c, pc.c
2 files changed, 6 insertions, 10 deletions
- ? (MESS) abc806: Video and save state cleanup. (nw) [curtcode]
2014-03-31 22:23:552 files changed, 8 insertions, 16 deletions
- ? Fix for pce regression I caused. Thanks to etabeta for spotting this. (nw) [ivanva]
2014-03-31 20:10:24Changed: pce_cd.c
1 files changed, 1 insertions, 1 deletions
- ? (MESS) abc806: Fixed blackness. (nw) [curtcode]
2014-03-31 16:22:29Changed: abc806.c
1 files changed, 3 insertions, 3 deletions
- ? MSVC fix [Nathan Woods]
2014-03-31 16:11:18Changed: h8_adc.c
1 files changed, 1 insertions, 0 deletions
- ? (MESS) c128: Fixed clocks. (nw) [curtcode]
2014-03-31 15:56:26Changed: mc6845.c, mos6566.h, c128.c
3 files changed, 29 insertions, 19 deletions
- ? fixed usage of uninitialized members in barcode_reader_device (nw) [oliverst]
2014-03-31 15:33:41Changed: bcreader.c
1 files changed, 6 insertions, 1 deletions
- ? fixed index out-of-bounds access in MC6845_UPDATE_ROW( abc806_update_row ) (nw) [oliverst]
2014-03-31 15:10:25Changed: abc806.c
1 files changed, 2 insertions, 2 deletions
- ? fixed usage of uninitialized member in isa8_cga_device (nw) [oliverst]
2014-03-31 15:05:49Changed: cga.c
1 files changed, 1 insertions, 0 deletions
- ? (MESS) c65: Less tagmap lookup. (nw) [curtcode]
2014-03-31 15:02:312 files changed, 10 insertions, 10 deletions
- ? (MESS) v1050: Less tagmap lookup. (nw) [curtcode]
2014-03-31 14:59:232 files changed, 8 insertions, 10 deletions
- ? (MESS) c65: Less tagmap lookup. (nw) [curtcode]
2014-03-31 14:55:37Changed: c65.c
1 files changed, 4 insertions, 4 deletions
- ? (MESS) bcs3: Less tag lookup. (nw) [curtcode]
2014-03-31 14:48:34Changed: bcs3.c
1 files changed, 35 insertions, 16 deletions
- ? (MESS) fm7: Less tag lookup. (nw) [curtcode]
2014-03-31 14:43:202 files changed, 13 insertions, 13 deletions
- ? here ya go :) (nw) [Miodrag Milanovic]
2014-03-31 14:00:06Changed: h8_adc.c, h8_sci.c, h8_sci.h, vconv.c
4 files changed, 6 insertions, 6 deletions
- ? (MESS) amust: some comments thanks to info provided by RedskullDC. [robbbert]
2014-03-31 13:37:57Changed: amust.c
1 files changed, 51 insertions, 0 deletions
- ? updated vconv for no-sign-compare (nw) [Miodrag Milanovic]
2014-03-31 12:26:26Changed: vconv.c
1 files changed, 1 insertions, 1 deletions
- ? reverting, sorry for this vconv needs to be updated (nw) [Miodrag Milanovic]
2014-03-31 12:23:22Changed: i860dis.c, debugcmd.c, debughlp.c, debugint.c, distate.c, microtch.c, nvram.c, pckeybrd.c, pstring.c, uiinput.c, pc_vga.c, vic4567.c, ap_dsk35.c, cassimg.c, flopimg.c, thom_cas.c, thom_dsk.c, ti99_dsk.c, chdcd.c, opresolv.c, un7z.c, unicode.c, zippath.c, astrafr.c, blmbycar.c, coolridr.c, ddenlovr.c, dynax.c, fantland.c, gaiden.c, hng64.c, igs009.c, itech32.c, jclub2.c, nmk16.c, pgm.c, pirates.c, puckpkmn.c, tecmosys.c, wecleman.c, neocrypt.c, scramble.c, dynax.c, a2600.c, pockstat.c, ssem.c, svmu.c, bml3.c, fat.c, mac.c, psion.c, vzdos.c, drawgdi.c, winfile.c, src2html.c
55 files changed, 108 insertions, 128 deletions
- ? (MESS) adam: Removed runtime tagmap lookups. (nw) [curtcode]
2014-03-31 12:22:262 files changed, 5 insertions, 5 deletions
- ? VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) [Miodrag Milanovic]
2014-03-31 12:06:05Changed: i860dis.c, debugcmd.c, debughlp.c, debugint.c, distate.c, microtch.c, nvram.c, pckeybrd.c, pstring.c, uiinput.c, pc_vga.c, vic4567.c, ap_dsk35.c, cassimg.c, flopimg.c, thom_cas.c, thom_dsk.c, ti99_dsk.c, chdcd.c, opresolv.c, un7z.c, unicode.c, zippath.c, astrafr.c, blmbycar.c, coolridr.c, ddenlovr.c, dynax.c, fantland.c, gaiden.c, hng64.c, igs009.c, itech32.c, jclub2.c, nmk16.c, pgm.c, pirates.c, puckpkmn.c, tecmosys.c, wecleman.c, neocrypt.c, scramble.c, dynax.c, a2600.c, pockstat.c, ssem.c, svmu.c, bml3.c, fat.c, mac.c, psion.c, vzdos.c, drawgdi.c, winfile.c, src2html.c
55 files changed, 124 insertions, 104 deletions
- ? added some library dependencies for Visual Studio (nw) [oliverst]
2014-03-31 10:52:09Changed: castool.mak, floptool.mak, tools.mak
3 files changed, 8 insertions, 4 deletions
- ? (MESS) pce_cd: fixed MSM volume. [Osso] [Fabio Priuli]
2014-03-31 10:45:31- This fixes MT05249, with huge thanks to Ivan who spotted the problem. When converting the CD component to device I took the MSM lines from SGX which had zero'd volumes, instead of taking them from PCE which had the correct settings... it's better I don't count the time I spent checking the device code over and over in search of handler mistakes :-(
Changed: pce_cd.c
1 files changed, 2 insertions, 2 deletions
- This fixes MT05249, with huge thanks to Ivan who spotted the problem. When converting the CD component to device I took the MSM lines from SGX which had zero'd volumes, instead of taking them from PCE which had the correct settings... it's better I don't count the time I spent checking the device code over and over in search of handler mistakes :-(
- ? made MAME and MESS compile under VS2013, 32bit only for now (nw) [Miodrag Milanovic]
2014-03-31 10:29:30- OG: please check things in H8 core, thing in timer16 can caused some issues in past
Changed: h8_adc.c, h8_sci.c, h8_sci.h, h8_timer16.c, debugcmd.c, render.h, rendlay.c, rendlay.h, ccvf_dsk.c, namco_settings.h, ymmu100.c, vconv.c
12 files changed, 27 insertions, 16 deletions
- OG: please check things in H8 core, thing in timer16 can caused some issues in past
- ? fix for Amiga regression, this made infinite loop (nw) [Miodrag Milanovic]
2014-03-31 09:56:332 files changed, 4 insertions, 6 deletions
- ? fmtowns: silencing some logging a bit (no whatsnew) [barryrod]
2014-03-31 08:10:03Changed: fmtowns.c
1 files changed, 4 insertions, 4 deletions
- ? (mess) pcw16: fix keyboard and hook up mouse (nw) [crazyc]
2014-03-31 06:06:07Changed: pckeybrd.c, pcw16.c
2 files changed, 28 insertions, 17 deletions
- ? tbd, nw [angelosa]
2014-03-31 05:45:39Changed: aakart.c
1 files changed, 1 insertions, 0 deletions
- ? pckeybrd: make into a device (nw) [crazyc]
2014-03-31 04:43:25Changed: 8042kbdc.c, 8042kbdc.h, pckeybrd.c, pckeybrd.h, fruitpc.c, amstr_pc.c, europc.c, ibmpcjr.c, pcw16.c, tandy1t.c, pcw16.h
11 files changed, 473 insertions, 586 deletions
- ? fmtowns: converted to use wd_fdc and modern floppy drive implementation. [barryrod]
2014-03-31 03:23:08Changed: fmtowns_dsk.c, fmtowns_dsk.h, lib.mak, fmtowns.c, fmtowns.h
5 files changed, 134 insertions, 60 deletions
- ? The Emscripten fastcomp backend needs the same delegate fix, thanks for the clue micko (nw) [Justin Kerk]
2014-03-30 22:36:50Changed: delegate.h
1 files changed, 2 insertions, 0 deletions
- ? Converted msm5205_device to devcb2 (nw) [ivanva]
2014-03-30 22:13:15Changed: msm5205.c, msm5205.h, hyprolyb.c, irem.c, appoooh.c, ashnojoe.c, asuka.c, battlera.c, cabal.c, chinagat.c, chinsan.c, combatsc.c, crgolf.c, dacholer.c, darius.c, ddragon.c, de_2.c, dec0.c, dec8.c, discoboy.c, docastle.c, drmicro.c, dynax.c, fantland.c, fcrash.c, firetrap.c, fromance.c, gcpinbal.c, gladiatr.c, goal92.c, gsword.c, hnayayoi.c, jangou.c, jantotsu.c, kchamp.c, kungfur.c, kurukuru.c, lucky74.c, lwings.c, mastboy.c, mermaid.c, mitchell.c, mlanding.c, namcos23.c, ojankohs.c, opwolf.c, pcktgal.c, rastan.c, rmhaihai.c, sf.c, sothello.c, spdodgeb.c, splash.c, srmp2.c, stfight.c, suprgolf.c, system16.c, taito_l.c, tbowl.c, tecmo.c, tehkanwc.c, tigeroad.c, toki.c, topspeed.c, tubep.c, wc90b.c, yunsung8.c, rmnimbus.c, pce_cd.c
69 files changed, 243 insertions, 731 deletions
- ? (MESS) adam: WIP. (nw) [curtcode]
2014-03-30 21:12:083 files changed, 37 insertions, 6 deletions
- ? (MESS) adam: Removed tag lookup. (nw) [curtcode]
2014-03-30 20:49:42Changed: adam.c
1 files changed, 1 insertions, 3 deletions
→ NOWSZY [Multi]DevMESS 0.152.x SVN29096
- 29096 added TODO (nw) [oliverst]
2014-03-30 18:50:44Changed: drcfe.c
1 files changed, 1 insertions, 0 deletions
- ? vcconv: handle -msse and added a TODO about a changed behavior in VS2012 (nw) [oliverst]
2014-03-30 16:28:53Changed: vconv.c
1 files changed, 3 insertions, 0 deletions
- ? just use core_strdup() in osd_get_full_path() in src/osd/osdmini/minifile.c (nw) [oliverst]
2014-03-30 16:27:28Changed: minifile.c
1 files changed, 1 insertions, 2 deletions
- ? small LSB_FIRST cleanup (nw) [oliverst]
2014-03-30 16:20:06Changed: coco_cas.c, gb_lcd.c
2 files changed, 3 insertions, 21 deletions
- ? fixed crash when running ultrinit (nw) [smf]
2014-03-30 16:05:32Changed: gus.c
1 files changed, 2 insertions, 0 deletions
- ? Same rule applies to all GCC 4.8.x so on Windows as well (nw) [Miodrag Milanovic]
2014-03-30 15:59:10Changed: flags_gcc.mak
1 files changed, 1 insertions, 3 deletions
- ? Renamed Genesis VDP to Sega 315-5313 and moved it to emu/video/. nw. [Fabio Priuli]
2014-03-30 15:41:54Changed: 315_5313.c, 315_5313.h, video.mak, megaplay.c, megatech.c, puckpkmn.c, segac2.c, segas18.c, megadriv.h, segas18.h, megadriv.c, mame.mak, megadriv.c, segapico.c, mega32x.c, mess.mak
16 files changed, 152 insertions, 145 deletions
- ? and this was the actual fix, of course... nw. [Fabio Priuli]
2014-03-30 15:33:42Changed: bootleg.c
1 files changed, 2 insertions, 2 deletions
- ? (MESS) nes.c: fixed prgram access out-of-bounds for one [Fabio Priuli]
2014-03-30 15:30:20- of the bootleg boards. nw.
Changed: bootleg.c, nes_carts.c
2 files changed, 4 insertions, 3 deletions
- of the bootleg boards. nw.
- ? fixed heap-buffer-overflow in msx_state::device_image_load_msx_cart() (nw) [oliverst]
2014-03-30 15:13:06Changed: msx.c
1 files changed, 1 insertions, 1 deletions
- ? (MESS) moved megadrive add-ons to appropriate place + cleaned up classes [Fabio Priuli]
2014-03-30 13:47:30- and includes. nw.
Changed: megaplay.c, megatech.c, segac2.c, megadriv.h, megadriv.c, mame.mak, megadriv.c, segapico.c, md_cons.h, megacd.lay, mega32x.c, mega32x.h, megacd.c, megacd.h, megacdcd.c, megacdcd.h, mess.mak
17 files changed, 430 insertions, 375 deletions
- and includes. nw.
- ? making code compiles and work on mingw 32 bit on versions 4.7.x and 4.8.x (nw) [Miodrag Milanovic]
2014-03-30 13:10:39Changed: delegate.h, drawgdi.c, winwork.c
3 files changed, 11 insertions, 2 deletions
- ? (MESS) smssdisp: fixed slot recognition so that now the system [Fabio Priuli]
2014-03-30 08:38:57 - ? (mess) europc: keyboard (nw) [crazyc]
2014-03-30 00:59:08Changed: europc.c
1 files changed, 9 insertions, 0 deletions
- ? (mess) pc: supersport expects a 5150 style ppi (nw) [crazyc]
2014-03-30 00:10:592 files changed, 1 insertions, 3 deletions
- ? dsp16 has an internal /2 divider [hap]
2014-03-30 00:09:51Changed: dsp16.h
1 files changed, 2 insertions, 0 deletions
- ? aga: fix pc200 char gen (nw) [crazyc]
2014-03-29 23:14:35Changed: aga.c, amstr_pc.c
2 files changed, 2 insertions, 21 deletions
- ? some dynamic_buffer/dynamic_array usage cleanups (nw) [oliverst]
2014-03-29 20:40:53Changed: diimage.c, drawgfx.c, coco_dsk.c, z80ne_dsk.c, chd.c, palette.c, sigmab98.c, x68k_hdc.c, imghd.c
9 files changed, 16 insertions, 30 deletions
- ? dragon regression fix (nw) [Miodrag Milanovic]
2014-03-29 19:55:20Changed: dragon.c
1 files changed, 3 insertions, 1 deletions
- ? (mess) pc: further separation and cleanup (nw) [crazyc]
2014-03-29 19:50:47Changed: ega.c, amstr_pc.c, asst128.c, europc.c, ibmpcjr.c, pc.c, tandy1t.c, amstr_pc.h, europc.h, genpc.h, pc.h, amstr_pc.c, europc.c, genpc.c, pc.c, mess.mak
16 files changed, 1442 insertions, 3672 deletions
- ? fixed pc8801 regression (nw) [Miodrag Milanovic]
2014-03-29 19:47:22Changed: pc8801.c
1 files changed, 1 insertions, 1 deletions
- ? 315_5124.c: converted to devcb2 (nw) [ivanva]
2014-03-29 15:07:48Changed: 315_5124.c, 315_5124.h, megaplay.c, megatech.c, segac2.c, segae.c, segas18.c, megadriv.c, megavdp.h, sms.c
10 files changed, 109 insertions, 170 deletions
- ? re-added src/emu/cpu/tms9900/99xxcore.h (nw) [oliverst]
2014-03-29 14:22:32Changed: 99xxcore.h
1 files changed, 5321 insertions, 0 deletions
- ? converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) [oliverst]
2014-03-29 14:19:42Changed: cassimg.c, coco_dsk.c, csw_cas.c, kc_cas.c, ti99_dsk.c, z80ne_dsk.c, iflopimg.c, imghd.c, main.c, os9.c, psion.c
11 files changed, 53 insertions, 207 deletions
- ? converted a auto_alloc_array()/auto_free() usage to dynamic_buffer (nw) [oliverst]
2014-03-29 13:47:08Changed: snes_slot.c
1 files changed, 2 insertions, 7 deletions
- ? converted some more global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) [oliverst]
2014-03-29 13:36:11Changed: apridisk.c, ipf_dsk.c, astrafr.c, binbug.c, cd2650.c, d6800.c, homelab.c, instruct.c, lynx.c, phunsy.c, pipbug.c, ravens.c, timex.c, vc4000.c, amstrad.c, cbm_snqk.c, lviv.c, spec_snqk.c, ti85.c, x68k_hdc.c
20 files changed, 292 insertions, 436 deletions
- ? (MESS) megavdp: simplified DMA 'lag' handling, reducing the need of [Fabio Priuli]
2014-03-29 09:43:56- global functions. nw.
Changed: megadriv.h, megadriv.c, megavdp.c, megavdp.h, megadriv.c, md_cons.h
6 files changed, 47 insertions, 86 deletions
- global functions. nw.
- ? (MESS) minor name cleanups inside the genesis vdp class. nw. [Fabio Priuli]
2014-03-29 09:03:03Changed: megaplay.c, megatech.c, segac2.c, segas18.c, megadriv.h, segas18.h, megadriv.c, megavdp.c, megavdp.h
9 files changed, 98 insertions, 98 deletions
- ? (MESS) 32x: replaced direct references to 32x inside the MD VDP with [Fabio Priuli]
2014-03-29 08:20:28- calls to suitable delegates. it's not the perfect solution (the mixing should not happen inside the MD VDP as it does now), but it is a step in the right direction. nw.
Changed: megadriv.h, megadriv.c, megavdp.c, megavdp.h, megadriv.c, md_cons.h
6 files changed, 75 insertions, 30 deletions
- calls to suitable delegates. it's not the perfect solution (the mixing should not happen inside the MD VDP as it does now), but it is a step in the right direction. nw.
- ? (MESS) sms: slightly modified system flags, and fixed RAM init [Fabio Priuli]
2014-03-29 08:04:58 - ? not used anymore, leftover from old conversions (nw) [Miodrag Milanovic]
2014-03-29 08:00:48Changed: 99xxcore.h
1 files changed, 0 insertions, 5321 deletions
- ? forgot to remove this earlier, not used anymore (nw) [Miodrag Milanovic]
2014-03-29 07:31:06Changed: drivlgcy.h
1 files changed, 0 insertions, 30 deletions
- ? (MESS) apple2: added games starting with "C" to the softlist. [R. Belmont] [rbelmont]
2014-03-29 03:46:03Changed: apple2.xml
1 files changed, 1450 insertions, 0 deletions
- ? fix GCC 4.8 compile (nw) [rbelmont]
2014-03-29 03:02:14Changed: pentagon.c
1 files changed, 2 insertions, 2 deletions
- ? vga: fixed incomplete rendering of modes using more than 1MB of VRAM [barryrod]
2014-03-29 02:07:47 - ? fix "error: integer constant is too large for 'long' type" error on gcc 4.4.7 (n/w) [Jonathan Gevaryahu]
2014-03-28 23:56:07Changed: h8.c
1 files changed, 2 insertions, 2 deletions
- ? That was not supposed to be in... (nw) [olivierg]
2014-03-28 23:36:30Changed: emucore.h
1 files changed, 4 insertions, 0 deletions
- ? s3: fixed typo (no whatsnew) [barryrod]
2014-03-28 22:52:06Changed: pc_vga.c
1 files changed, 1 insertions, 1 deletions
- ? - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] [Miodrag Milanovic]
2014-03-28 21:21:40- - Pentagon: fixed 7FFD port addressing; CPU clock fixed; adjusted VBLANK IRQ timing (border effects works fine now); - Scorpion: fixed ports addressing; both machines marked as working. Notes: - there are still issues with BetaDisk - for unk reason wrong commands passed to WD17xx (imho ROM switching works somehow wrong), but anyway with write protected disk images it works more-less fine - files from disks loaded OK; - Pentagon1024 randomly crashes then selecting "GLUK BOOT", maybe also coz of rom switching.
Changed: pentagon.c, scorpion.c, beta.c
3 files changed, 78 insertions, 15 deletions
- - Pentagon: fixed 7FFD port addressing; CPU clock fixed; adjusted VBLANK IRQ timing (border effects works fine now); - Scorpion: fixed ports addressing; both machines marked as working. Notes: - there are still issues with BetaDisk - for unk reason wrong commands passed to WD17xx (imho ROM switching works somehow wrong), but anyway with write protected disk images it works more-less fine - files from disks loaded OK; - Pentagon1024 randomly crashes then selecting "GLUK BOOT", maybe also coz of rom switching.
- ? Definitively more beer -- fixes invqix at least (nw) [olivierg]
2014-03-28 19:35:23Changed: h8s2245.c, h8s2320.c, h8s2357.c, h8s2655.c
4 files changed, 4 insertions, 4 deletions
- ? Need more sleep. Or beer. Or something. (nw) [olivierg]
2014-03-28 19:17:162 files changed, 0 insertions, 35 deletions
- ? converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) [oliverst]
2014-03-28 18:44:24Changed: md_slot.c, snes_slot.c, diimage.c, dp8390.c, smc92x4.c, stvcd.c, output.c, wavwrite.c, huffman.c
9 files changed, 30 insertions, 65 deletions
- ? (MESS) pet_rom.xml: Fixed validation. (nw) [Mike Naberezny]
2014-03-28 18:28:34Changed: pet_rom.xml
1 files changed, 1 insertions, 1 deletions
- ? replaced some more malloc/free usage with global_alloc_array/global_free_array (nw) [oliverst]
2014-03-28 16:32:15Changed: astrafr.c, binbug.c, cd2650.c, d6800.c, homelab.c, instruct.c, lynx.c, phunsy.c, pipbug.c, psx.c, ravens.c, timex.c, vc4000.c, amstrad.c, atarifdc.h, cbm_snqk.c, hp48.c, lviv.c, microtan.c, nc.c, primo.c, spec_snqk.c, ti85.c, datamux.c, gromport.c, x68k_hdc.c
26 files changed, 83 insertions, 84 deletions
- ? replaced some malloc/free usage with global_alloc_array/global_free_array (nw) [oliverst]
2014-03-28 16:02:02Changed: cpc_rom.c, evpc.c, hsgpl.c, ti_rs232.c, diimage.c, at29040a.c, smc92x4.c, stvcd.c
8 files changed, 32 insertions, 32 deletions
- ? hsync and fsync are part of mc6847 so devcb2 conversion was needed there not in gime, this fixes coco3 issue (nw) [Miodrag Milanovic]
2014-03-28 14:18:42Changed: mc6847.c, mc6847.h, apf.c, coco12.c, mc1000.c, phc25.c, spc1000.c, sv8000.c, vtech1.c, z80ne.c, coco12.h, coco12.c, gime.c, gime.h
14 files changed, 39 insertions, 57 deletions
- ? doing a check if read is safe, but think this need more investigation, why it was called by acia (nw) [Miodrag Milanovic]
2014-03-28 13:45:11Changed: oric.c
1 files changed, 2 insertions, 2 deletions
- ? stop SMS VDP timers in systems that don't need them. nw. [Fabio Priuli]
2014-03-28 13:09:31Changed: 315_5124.c, 315_5124.h, hshavoc.c, megadrvb.c, puckpkmn.c, segac2.c, segas18.c, megadriv.h, megadriv.c, segapico.c
10 files changed, 39 insertions, 13 deletions
- ? s3: added configuration registers for Trio/Virge chipsets. Are read-only for now. (no whatsnew) [barryrod]
2014-03-28 02:26:592 files changed, 40 insertions, 0 deletions
- ? (mess) pc: split tandy 1000 and pcjr from pc.c (nw) [crazyc]
2014-03-27 22:31:00Changed: ibmpcjr.c, pc.c, tandy1t.c, pc.h, tandy1t.h, isbc_215g.c, pc.c, tandy1t.c, mess.mak
9 files changed, 1804 insertions, 1793 deletions
- ? fixed memory leaks in diimage.c (nw) [oliverst]
2014-03-27 22:20:44Changed: diimage.c
1 files changed, 8 insertions, 8 deletions
- ? (MESS) pet_rom.xml: Added Nestar Cluster/One CLO-1002-2 [Mike Naberezny] [Mike Naberezny]
2014-03-27 22:10:14Changed: pet_rom.xml
1 files changed, 12 insertions, 0 deletions
- ? modernized s3c24xx (nw) [Miodrag Milanovic]
2014-03-27 13:14:08Changed: s3c2400.c, s3c2400.h, s3c2410.c, s3c2410.h, s3c2440.c, s3c2440.h, s3c24xx.inc, ghosteo.c, gizmondo.c, hp49gp.c, mini2440.c, palmz22.c
12 files changed, 3149 insertions, 2803 deletions
- ? (MESS) pet: Fixed sound. (nw) [curtcode]
2014-03-27 12:20:46Changed: pet.c
1 files changed, 3 insertions, 1 deletions
- ? mc6845: Added display enable and horizontal/vertical back porch widths to the update function. Updated some MESS drivers to make use of this. [Curt Coder] [curtcode]
2014-03-27 10:33:57- (MESS) pet: Added the "Fat 40" PET/CBM 4032 models. Check out "No Pets Allowed" by Orb to see them and the new mc6845 functionality in action. [Curt Coder]
Changed: xl80.c, xl80.h, clm.c, clm.h, grip.c, grip.h, aga.c, cga.c, mda.c, lvc.c, lvc.h, mvc.c, mvc.h, mc6845.c, mc6845.h, bw12.c, c128.c, cbm2.c, pet.c, trs80m2.c, victor9k.c, pc1512.h, pet.h, mess.lst, abc1600.c, abc1600.h, abc800.c, abc802.c, abc806.c, pc1512.c, pc_t1t.c, v1050.c
32 files changed, 293 insertions, 131 deletions
- (MESS) pet: Added the "Fat 40" PET/CBM 4032 models. Check out "No Pets Allowed" by Orb to see them and the new mc6845 functionality in action. [Curt Coder]
- ? gfx_elements now have a xor mask that is applied to each source bit offset when decoding. This can be used to deal with endianness when decoding gfx from RAM or from program ROMs, or to reverse the bit order sense when this is useful (e.g. pgm.c) [Alex Jackson] [alexjack]
2014-03-27 10:21:55- (nw) This is test/checkpoint right now, final goal is to automatically determine the appropriate xor at startup when the gfxdecode info is processed (e.g. based on the width and endianness of the ROM region)
Changed: video32.c, video64.c, drawgfx.c, drawgfx.h, tc009xlvc.c, coolridr.c, cps3.c, mpu4vid.c, pgm.c, popobear.c, srmp6.c, pgm.h, atarisy1.c, c45.c, k001604.c, k037122.c, konami_helper.c, m10.c, namcona1.c, pgm.c, plygonet.c, rungun.c, segaic24.c, st0016.c, st0020.c, taitojc.c, tc0080vco.c, tc0100scn.c, tc0480scp.c, tceptor.c, casloopy.c, mz2500.c, smc777.c, x1.c, x68k.c
35 files changed, 84 insertions, 92 deletions
- (nw) This is test/checkpoint right now, final goal is to automatically determine the appropriate xor at startup when the gfxdecode info is processed (e.g. based on the width and endianness of the ROM region)
- ? (nw) [olivierg]
2014-03-27 07:20:49Changed: h8.c
1 files changed, 0 insertions, 2 deletions
- ? Move destructor definitions out of header files included by emu.h; clean some obsolete junk out of machine.h [Alex Jackson] [alexjack]
2014-03-27 01:14:25Changed: dioutput.c, dioutput.h, input.c, input.h, machine.h
5 files changed, 19 insertions, 5 deletions
- ? h8: Fixed build. (nw) [Mike Naberezny]
2014-03-26 22:22:38- Compiling src/emu/cpu/h8/h8.c... src/emu/cpu/h8/h8.c: In member function ‘virtual void h8_device::execute_run()’: src/emu/cpu/h8/h8.c:192:8: error: unused variable ‘picount’ [-Werror=unused-variable] cc1plus: all warnings being treated as errors make: *** [obj/sdl/emu/cpu/h8/h8.o] Error 1
Changed: h8.c
1 files changed, 2 insertions, 1 deletions
- Compiling src/emu/cpu/h8/h8.c... src/emu/cpu/h8/h8.c: In member function ‘virtual void h8_device::execute_run()’: src/emu/cpu/h8/h8.c:192:8: error: unused variable ‘picount’ [-Werror=unused-variable] cc1plus: all warnings being treated as errors make: *** [obj/sdl/emu/cpu/h8/h8.o] Error 1
→ NOWSZY [Multi]DevMESS 0.152.x SVN28985
- 28985 h8: Fixed build. (nw) [Mike Naberezny]
2014-03-26 22:22:38- Compiling src/emu/cpu/h8/h8.c... src/emu/cpu/h8/h8.c: In member function ‘virtual void h8_device::execute_run()’: src/emu/cpu/h8/h8.c:192:8: error: unused variable ‘picount’ [-Werror=unused-variable] cc1plus: all warnings being treated as errors make: *** [obj/sdl/emu/cpu/h8/h8.o] Error 1
Changed: h8.c
1 files changed, 2 insertions, 1 deletions
- Compiling src/emu/cpu/h8/h8.c... src/emu/cpu/h8/h8.c: In member function ‘virtual void h8_device::execute_run()’: src/emu/cpu/h8/h8.c:192:8: error: unused variable ‘picount’ [-Werror=unused-variable] cc1plus: all warnings being treated as errors make: *** [obj/sdl/emu/cpu/h8/h8.o] Error 1
- ? cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) [Miodrag Milanovic]
2014-03-26 19:32:03Changed: cdp1869.c, cdp1869.h, cidelsa.h, cidelsa.c, comx35.h, pecom.h, tmc600.h, comx35.c, pecom.c, tmc600.c
10 files changed, 117 insertions, 191 deletions
- ? Cleanup (nw) [olivierg]
2014-03-26 19:10:13Changed: h8.c
1 files changed, 1 insertions, 7 deletions
- ? (MESS) 32x: experimental change to the pixel mixing to better understand the [Fabio Priuli]
2014-03-26 18:49:42 - ? mc6846_device: converted to devcb2 (nw) [ivanva]
2014-03-26 18:33:21Changed: mc6846.c, mc6846.h, thomson.c, thomson.h, thomson.c
5 files changed, 75 insertions, 169 deletions
- ? Fixed linking. (nw) [curtcode]
2014-03-26 17:12:24Changed: psx.h
1 files changed, 4 insertions, 4 deletions
- ? READ/WRITE*_HANDLER -> READ/WRITE*_MEMBER (nw) [Miodrag Milanovic]
2014-03-26 16:14:30Changed: h83002.c, h83002.h, h83006.c, h83006.h, h83048.c, h83048.h, h83337.c, h83337.h, h8_adc.c, h8_adc.h, h8_intc.c, h8_intc.h, h8_port.c, h8_port.h, h8_sci.c, h8_sci.h, h8_timer16.c, h8_timer16.h, h8s2245.c, h8s2245.h, h8s2320.c, h8s2320.h, h8s2357.c, h8s2357.h, h8s2655.c, h8s2655.h
26 files changed, 190 insertions, 190 deletions
- ? floppy: splice-related fixes [O. Galibert] [olivierg]
2014-03-26 15:16:432 files changed, 11 insertions, 0 deletions
- ? (MESS) pet: European models sync at 50Hz. (nw) [curtcode]
2014-03-26 14:41:24Changed: pet.c
1 files changed, 50 insertions, 3 deletions
- ? aga is isa device now, aga/cga cleanup (nw) [Miodrag Milanovic]
2014-03-26 12:28:27- note that aga should be extended out of isa_cga in future
Changed: bus.mak, aga.c, aga.h, cga.c, cga.h, isa_cards.c, isa_cards.h, scrlegcy.h, video.mak, amstr_pc.c, pc.c, europc.h, amstr_pc.c, europc.c, mess.mak, pc_aga.c, pc_aga.h
17 files changed, 1175 insertions, 1551 deletions
- note that aga should be extended out of isa_cga in future
- ? fixed lui/ori and lui/addi constant calculation by pretending instructions can be 8 bytes long. (nw) [smf]
2014-03-26 11:50:42Changed: psx.h
1 files changed, 1 insertions, 1 deletions
- ? use an interface for passing state to the disassembler instead of copying it into a structure for every line (nw). [smf]
2014-03-26 11:27:52Changed: psx.c, psx.h, psxdasm.c
3 files changed, 31 insertions, 33 deletions
- ? we need to find a solution there (nw) [olivierg]
2014-03-26 11:20:32Changed: unidasm.c
1 files changed, 3 insertions, 6 deletions
- ? h8: Prettify registers/flags in debugger [O. Galibert] [olivierg]
2014-03-26 11:18:052 files changed, 93 insertions, 17 deletions
- ? fix cybiko "handlers" (nw) [olivierg]
2014-03-26 11:18:02Changed: cybiko.c, cybiko.h, cybiko.c
3 files changed, 18 insertions, 18 deletions
- ? (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese [Fabio Priuli]
2014-03-26 10:36:44 - ? h8: Fix enable handling in timers [O. Galibert] [olivierg]
2014-03-26 09:55:35Changed: h8_timer16.c, h8_timer16.h
2 files changed, 2 insertions, 3 deletions
- ? h8: dec16/inc16 fix [Fabio Priuli] [olivierg]
2014-03-26 09:55:28Changed: h8.c
1 files changed, 2 insertions, 2 deletions
- ? forgot these (nw) [Miodrag Milanovic]
2014-03-26 09:45:59Changed: xsu_cards.c, xsu_cards.h, mc1502.c
3 files changed, 4 insertions, 16 deletions
- ? (MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL driver as well as adding support of those to the Sandy SuperQBoard. Moved the selection of the mouse and disk interface from dip switches to config, as this seemed more appropriate. [Phill-Harvey-Smith] [tafoid]
2014-03-26 09:39:252 files changed, 284 insertions, 49 deletions
- ? no more pc_cga (nw) [Miodrag Milanovic]
2014-03-26 09:04:32Changed: cga.c, cga.h, isa_cards.c, cgapal.c, cgapal.h, pc_cga.c, pc_cga.h, video.mak, mame.mak, pc.c, pc.h, amstr_pc.c, pc.c, pc_aga.c
14 files changed, 118 insertions, 1844 deletions
- ? Refactor UI graphics viewer to handle 'empty' gfx decoders [Alex Jackson] [alexjack]
2014-03-26 08:42:59Changed: viewgfx.c
1 files changed, 267 insertions, 267 deletions
- ? hunter2: converted to use bankdev [barryrod]
2014-03-26 06:52:31Changed: hunter2.c
1 files changed, 45 insertions, 35 deletions
- ? (MESS) a7800.c: Fixed DMA regarding startup, shutdown and cycle stealing which fixes numerous recorded MAMETester bugs. Bug fixed and fine tuned the DMA timing. Corrected RIOT timing [Mike Saarna] [tafoid]
2014-03-26 04:41:112 files changed, 14 insertions, 5 deletions
- ? Fixes to correct some of the regression test data used by the jedutil test. [Kevin Eshbach] [tafoid]
2014-03-26 03:52:28Changed: .gitattributes, pal20c1.txt, pal16p2.eqn, pal16p2.jed, pal16rp8.jed, pal6l16.jed, pal8l14.jed, pal10h8-as-palce16v8.jed, pal10l8-as-palce16v8.jed, pal12h6-as-palce16v8.jed, pal12l6-as-palce16v8.jed, pal14h4-as-palce16v8.jed, pal14l4-as-palce16v8.jed, pal16h2-as-palce16v8.jed, pal16l2-as-palce16v8.jed, pal16l8-as-palce16v8.jed, pal16r4-as-palce16v8.jed, pal16r6-as-palce16v8.jed, pal16r8-as-palce16v8.jed
19 files changed, 1271 insertions, 1096 deletions
- ? Fix for c64gs crash (nw) [tafoid]
2014-03-26 03:37:33Changed: c64.c
1 files changed, 2 insertions, 2 deletions
- ? Fixed build. (nw) [curtcode]
2014-03-25 23:15:15Changed: mess.mak
1 files changed, 1 insertions, 2 deletions
- ? updated MegaPlay and MegaTech to use modern SMS VDP. [Fabio Priuli] [Fabio Priuli]
2014-03-25 23:06:18- with this, it was finally possible to remove the other outdated (& non-device) implementation which was lurking inside segamsys.c also, MESS at last compiles without the need of megatech.c
Changed: megaplay.c, megadriv.h, segamsys.c, mame.mak, mess.mak
5 files changed, 59 insertions, 1091 deletions
- with this, it was finally possible to remove the other outdated (& non-device) implementation which was lurking inside segamsys.c also, MESS at last compiles without the need of megatech.c
- ? (MESS) c64_flop.xml: Added some VICE testprogs. (nw) [curtcode]
2014-03-25 22:57:00Changed: c64_flop.xml
1 files changed, 38 insertions, 3 deletions
- ? h8: Rewrite [O. Galibert] [olivierg]
2014-03-25 22:53:54- (mess) mu100: Main screen turn on [O. Galibert]
Changed: .gitattributes, addrmap.c, cpu.mak, h8.c, h8.h, h8.lst, h83002.c, h83002.h, h83006.c, h83006.h, h83048.c, h83048.h, h83337.c, h83337.h, h8_adc.c, h8_adc.h, h8_intc.c, h8_intc.h, h8_port.c, h8_port.h, h8_sci.c, h8_sci.h, h8_timer16.c, h8_timer16.h, h8h.c, h8h.h, h8make.py, h8s2000.c, h8s2000.h, h8s2245.c, h8s2245.h, h8s2320.c, h8s2320.h, h8s2357.c, h8s2357.h, h8s2600.c, h8s2600.h, h8s2655.c, h8s2655.h, h8.h, h8_16.c, h8_8.c, h8disasm.c, h8ops.h, h8periph.c, h8priv.h, h8speriph.c, dimemory.c, dispatch.c, dispatch.h, emu.h, emu.mak, emucore.h, rtc4543.c, rtc4543.h, memory.h, hd44780.c, hd44780.h, bingoman.c, bowltry.c, coinmvga.c, csplayh5.c, invqix.c, itgambl2.c, itgambl3.c, itgamble.c, lastfght.c, maygayep.c, metro.c, namcond1.c, namcos12.c, namcos23.c, seta2.c, subsino2.c, metro.h, namcond1.h, seta2.h, namco_settings.c, namco_settings.h, mame.mak, ymmu100.c, ymmu100.ppm, cybiko.h, cybiko.c, mess.lst, mess.mak
86 files changed, 13486 insertions, 11603 deletions
- (mess) mu100: Main screen turn on [O. Galibert]
- ? placeholders [olivierg]
2014-03-25 22:52:12Changed: .gitattributes, h8.c, h8.h, h8.lst, h83002.c, h83002.h, h83006.c, h83006.h, h83048.c, h83048.h, h83337.c, h83337.h, h8_adc.c, h8_adc.h, h8_intc.c, h8_intc.h, h8_port.c, h8_port.h, h8_sci.c, h8_sci.h, h8_timer16.c, h8_timer16.h, h8h.c, h8h.h, h8make.py, h8s2000.c, h8s2000.h, h8s2245.c, h8s2245.h, h8s2320.c, h8s2320.h, h8s2357.c, h8s2357.h, h8s2600.c, h8s2600.h, h8s2655.c, h8s2655.h, dispatch.c, dispatch.h, namco_settings.c, namco_settings.h, ymmu100.ppm
42 files changed, 1 insertions, 0 deletions
- ? Removed legacy. (nw) [curtcode]
2014-03-25 21:48:422 files changed, 1 insertions, 27 deletions
- ? Removed legacy. (nw) [curtcode]
2014-03-25 21:45:30Changed: tandy2k.c
1 files changed, 2 insertions, 2 deletions
- ? mm74c922: devcb2. (nw) [curtcode]
2014-03-25 21:13:02Changed: mm74c922.c, mm74c922.h, digel804.c, elf.c
4 files changed, 153 insertions, 190 deletions
- ? i8271: devcb2. (nw) [curtcode]
2014-03-25 20:48:53Changed: i8271.c, i8271.h, atom.c, bbc.c, bbc.c
5 files changed, 22 insertions, 20 deletions
- ? - N64 RSP changes: [MooglyGuy] [ryanholt]
2014-03-25 18:55:08- * Added SIMUL_SIMD flag for easy finding of bugs in SIMD opcodes * Fixed SIMD versions of SSV, SLV, SDV, STV, VSUB, VADDC, VSUBC, and VGE * Removed SIMD optimizations from VMACF, VMADL, VMADN, as they were provided by the CEN64 author but do not appear to have the same results as MESS's scalar implementations, and so are not trustworthy
2 files changed, 1239 insertions, 389 deletions
- * Added SIMUL_SIMD flag for easy finding of bugs in SIMD opcodes * Fixed SIMD versions of SSV, SLV, SDV, STV, VSUB, VADDC, VSUBC, and VGE * Removed SIMD optimizations from VMACF, VMADL, VMADN, as they were provided by the CEN64 author but do not appear to have the same results as MESS's scalar implementations, and so are not trustworthy
- ? i8214: devcb2. (nw) [curtcode]
2014-03-25 17:36:14Changed: i8214.c, i8214.h, v1050.c
3 files changed, 22 insertions, 56 deletions
- ? (MESS) mm1: Separated keyboard from driver. (nw) [curtcode]
2014-03-25 15:59:31Changed: mikromik.c, mikromik.h, mm1kb.c, mm1kb.h, mess.mak
5 files changed, 425 insertions, 271 deletions
- ? remove of ADDRESS_MAP_MODERN (nw) [Miodrag Milanovic]
2014-03-25 14:54:58Changed: cpm.h, qs1000.c, taitotz.c, swtpc09.c
4 files changed, 0 insertions, 8 deletions
- ? i8212: devcb2. (nw) [curtcode]
2014-03-25 14:51:18Changed: i8212.c, i8212.h, mikromik.c
3 files changed, 42 insertions, 73 deletions
- ? (MESS) New driver added : [Miodrag Milanovic]
2014-03-25 14:51:13 - ? will put it back since it's subdevice (nw) [Miodrag Milanovic]
2014-03-25 14:39:46Changed: puckpkmn.c, segac2.c, megadriv.c, megavdp.c, segapico.c
5 files changed, 28 insertions, 14 deletions
- ? Fixed 'make TARGET=ume depend' include paths. (nw) [curtcode]
2014-03-25 14:24:06Changed: ume.mak
1 files changed, 2 insertions, 2 deletions
- ? megavdp cleanup (nw) [Miodrag Milanovic]
2014-03-25 13:27:36Changed: puckpkmn.c, segac2.c, megadriv.c, megavdp.c, segapico.c
5 files changed, 16 insertions, 31 deletions
- ? (MESS) amiga: Cleaned up CIA access a bit. (nw) [curtcode]
2014-03-25 12:43:17Changed: amiga.c
1 files changed, 4 insertions, 15 deletions
- ? 6526cia: devcb2 temporarily until mos6526 works with amiga. (nw) [curtcode]
2014-03-25 12:33:24 - ? compile fix since not all have SSE3 enabled (nw) [Miodrag Milanovic]
2014-03-25 12:10:35Changed: rsp.h
1 files changed, 1 insertions, 1 deletions
- ? (nw) Temporarily split all RSP functions into SIMD and scalar versions so [ryanholt]
2014-03-25 11:59:11- that they can more easily be run alongside each other for the purposes of regression testing. Currently SIMD ops introduce some lighting issues, but only when a light and model are axis-aligned, which makes it remarkably difficult to track down based solely on comprehensive logging, so this will eventually allow for running the scalar version of the opcode after the SIMD one in order to deduce exactly which SIMD opcode is divergent.
2 files changed, 2660 insertions, 942 deletions
- that they can more easily be run alongside each other for the purposes of regression testing. Currently SIMD ops introduce some lighting issues, but only when a light and model are axis-aligned, which makes it remarkably difficult to track down based solely on comprehensive logging, so this will eventually allow for running the scalar version of the opcode after the SIMD one in order to deduce exactly which SIMD opcode is divergent.
- ? (MESS) sms: fixed light phaser support through the gender adapter [Fabio Priuli]
2014-03-25 09:06:59 - ? small cleanup (nw) [Miodrag Milanovic]
2014-03-25 08:36:24Changed: amstr_pc.c, hp48.c
2 files changed, 1 insertions, 4 deletions
- ? Preliminary driver support for the HP 49 G [Antoine Mine] [Miodrag Milanovic]
2014-03-25 08:25:03Changed: satops.inc, hp48.c, hp48.h, hp48.c
4 files changed, 542 insertions, 120 deletions
- ? Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] [Miodrag Milanovic]
2014-03-25 08:10:38Changed: thomson.c, thomson.h, thomson.c, thomson.c
4 files changed, 93 insertions, 34 deletions
- ? some comments (nw) [oliverst]
2014-03-24 23:27:382 files changed, 5 insertions, 2 deletions
- ? osd_* -> global_* compilation fixes (nw) [oliverst]
2014-03-24 23:16:44Changed: textbuf.c, wavwrite.c, apridisk.c
3 files changed, 12 insertions, 11 deletions
- ? (MESS) n64.xml: fixed the 7 games which had wrong offsets in the softlist. nw. [Fabio Priuli]
2014-03-24 23:14:25Changed: n64.xml
1 files changed, 6 insertions, 6 deletions
- ? removed mame_* aliases and just use core_* functions (nw) [oliverst]
2014-03-24 23:05:08Changed: exp.c, exp.c, gb_slot.c, gba_slot.c, md_slot.c, nes_pcb.inc, nes_unif.inc, pce_slot.c, sega8_slot.c, snes_slot.c, exp.c, exp.c, clifront.c, es5510.c, dismips.c, 8000dasm.c, debugcmd.c, diimage.c, drivenum.c, emucore.h, ioport.c, ram.c, mconfig.c, render.c, rendfont.c, romload.c, softlist.c, spu.c, filesel.c, imginfo.c, miscmenu.c, swlist.c, cdi.c, firebeat.c, jaguar.c, megatech.c, model3.c, mpu4hw.c, nwk-tr.c, a2600.c, atari400.c, esq5505.c, microvsn.c, vc4000.c, a7800.c, cbm_snqk.c, intv.c, lynx.c, mbee.c, msx.c, spec_snqk.c, winmain.c
52 files changed, 130 insertions, 137 deletions
- ? (MESS) microvsn.c: Added 'holding latches' and updated drawing code to refresh the screen contents from these holding latches. Fixes the american flag when starting sea duel. (nw) [Wilbert Pol]
2014-03-24 22:57:36Changed: microvsn.c
1 files changed, 30 insertions, 17 deletions
- ? do not use osd_malloc/osd_free in non-OSD code (nw) [oliverst]
2014-03-24 22:56:16Changed: textbuf.c, wavwrite.c, apridisk.c
3 files changed, 20 insertions, 20 deletions
- ? some mismatched malloc/free usage with osd_* functions (nw) [oliverst]
2014-03-24 22:44:43Changed: diimage.c, zippath.c, minifile.c, sdlos_win32.c, winfile.c
5 files changed, 12 insertions, 8 deletions
- ? (MESS) microvsn.c: Simplified code a bit by adding separate PLA configurations. [Wilbert Pol]
2014-03-24 22:26:31Changed: microvsn.c
1 files changed, 53 insertions, 43 deletions
- ? some more cleanup (nw) [Miodrag Milanovic]
2014-03-24 21:32:58Changed: gstriker.c, hcastle.c, m107.c, magicard.c, mpu3.c, mpu4mod2sw.c, nemesis.c, sothello.c, tetrisp2.c, williams.c, wmg.c, spacefb.h, midtunit.c, namcos2.c, ninjaw.c, spacefb.c, warriorb.c, b16.c, fm7.c, fmtowns.c, m20.c, nc.c, pes.c, hp48.c, rm380z.c
25 files changed, 173 insertions, 206 deletions
- ? (MESS) microvision.xml: Update for fixed and new dumps (nw) [Wilbert Pol]
2014-03-24 21:01:16Changed: microvision.xml
1 files changed, 18 insertions, 3 deletions
- ? remove not needed parameters (nw) [Miodrag Milanovic]
2014-03-24 20:55:51Changed: fidelz80.c, fmtowns.c, osbexec.c, pb1000.c, pc88va.c, psion.c, ti89.c, fidelz80.h, fmtowns.h, psion.h, ti89.h
11 files changed, 57 insertions, 58 deletions
- ? small pc cleanup (nw) [Miodrag Milanovic]
2014-03-24 20:46:18Changed: pc.h, amstr_pc.c, europc.c, pc.c, tandy1t.c
5 files changed, 33 insertions, 53 deletions
- ? Device-ified SGI memory controller (nw) [ivanva]
2014-03-24 20:26:11Changed: ip20.c, ip22.c, sgi.c, sgi.h
4 files changed, 335 insertions, 228 deletions
- ? forgot this one again =) [hap]
2014-03-24 19:32:38Changed: mess.mak
1 files changed, 0 insertions, 1 deletions
- ? READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) [Miodrag Milanovic]
2014-03-24 18:58:24Changed: psx.c, mc68681.h, tilemap.c, tilemap.h, 3x3puzzl.c, dreambal.c, jaguar.c, konendev.c, seabattl.c, megadriv.h, segaorun.h, segas16b.h, segas18.h, snes.c, redclash.c, thomflop.c
16 files changed, 59 insertions, 59 deletions
- ? no need for this (nw) [Miodrag Milanovic]
2014-03-24 18:22:59Changed: ataricrt.c, mess.mak
2 files changed, 0 insertions, 56 deletions
- ? Fixed build. (nw) [curtcode]
2014-03-24 16:23:48Changed: mess.mak
1 files changed, 1 insertions, 0 deletions
- ? typo found by MASH [hap]
2014-03-24 14:40:30Changed: 6821pia.c
1 files changed, 1 insertions, 1 deletions
- ? no you're not a qsound_device :P [hap]
2014-03-24 14:36:28Changed: flt_rc.c, flt_vol.c, tms3615.c
3 files changed, 3 insertions, 3 deletions
- ? mos6526: WIP. (nw) [curtcode]
2014-03-24 12:33:082 files changed, 28 insertions, 65 deletions
- ? (MESS) amust: notes [robbbert]
2014-03-24 11:51:20Changed: amust.c
1 files changed, 13 insertions, 6 deletions
- ? Attributes cleanup [Dirk Best]
2014-03-24 11:23:09Changed: .gitattributes, .gitattributes, .gitattributes
3 files changed, 52 insertions, 9412 deletions
- ? (MESS) vtech2 (Laser350/500/700): added cassette save/load [robbbert]
2014-03-24 11:14:14Changed: vtech2.c
1 files changed, 4 insertions, 10 deletions
- ? flagged STREAM_UPDATE as legacy (nw) [oliverst]
2014-03-24 10:53:25Changed: sound.h
1 files changed, 1 insertions, 0 deletions
- ? (MESS) megaduck.xml: added four more dumps. [ranger_lennier, Sean Riddle] [Fabio Priuli]
2014-03-24 07:44:49Changed: megaduck.xml
1 files changed, 52 insertions, 9 deletions
- ? libflac: changed HAVE_CONFIG_H checks to be as intended - will be fixed upstream as well (nw) [oliverst]
2014-03-24 05:56:25Changed: lib.mak, cpu.h, fixed.h, float.h, lpc.h, memory.h, window.h, alloc.h, bitmath.c, bitreader.c, bitwriter.c, cpu.c, crc.c, fixed.c, float.c, format.c, lpc.c, md5.c, memory.c, metadata_iterators.c, metadata_object.c, stream_decoder.c, stream_encoder.c, stream_encoder_framing.c, window.c
25 files changed, 25 insertions, 25 deletions
- ? (MESS) fanucspmg: corrected text mode font. [O. Galibert] [rbelmont]
2014-03-24 02:22:06Changed: fanucspmg.c
1 files changed, 22 insertions, 15 deletions
- ? (MESS) New skeleton driver: [rbelmont]
2014-03-23 21:56:47- - Fanuc System P Model G [Guru, R. Belmont]
nw: Could use some help finding if there is font/chargen data in the ROMs (apart from the foreign chs_7859.bin I threw in to get a screen display). I'm pretty confident it's not in the a40 and a41 ROMs, but a42_020a.30b is possible. It's probably either in there or inside a custom chip on the video board (which feels unlikely for 1983).Changed: .gitattributes, fanucspmg.c, mess.lst, mess.mak
4 files changed, 778 insertions, 0 deletions
- - Fanuc System P Model G [Guru, R. Belmont]
- ? (MESS) gb.c: Reduce tagmap lookups. (nw) [Wilbert Pol]
2014-03-23 20:09:362 files changed, 12 insertions, 9 deletions
- ? no need to use pc_cga.h just one define (nw) [Miodrag Milanovic]
2014-03-23 19:58:46Changed: pc_aga.c
1 files changed, 8 insertions, 8 deletions
- ? netlist: Nice performance increase by removing logic terminals from net if they are inactive. Introduced a linked-list class to abstract linked-lists. Fixed deactivating devices. You have to enable this because it is not guaranteed to be timing-exact. [Couriersud] [couriers]
2014-03-23 17:52:07Changed: nld_solver.c, nld_9316.c, nld_9316.h, nld_signal.h, nl_base.c, nl_base.h, nl_config.h, nl_lists.h, nl_setup.c, nltool.c
10 files changed, 264 insertions, 112 deletions
- ? modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c and remove some legacy leftovers (nw) [Miodrag Milanovic]
2014-03-23 15:45:18Changed: .gitattributes, diimage.h, driver.h, harddriv.c, harddriv.h, corvushd.c, nscsi_hd.c, scsihd.c, ti990_10.c, next.h, 990_hd.c, 990_hd.h, ti990.c, ti990.h, mess.mak
15 files changed, 500 insertions, 535 deletions
- ? (MESS) notes [robbbert]
2014-03-23 13:05:072 files changed, 27 insertions, 13 deletions
- ? upd7759 use devcb2 now (nw) [Miodrag Milanovic]
2014-03-23 12:54:19Changed: upd7759.c, upd7759.h, segas16b.c, system16.c, segas16b.h, system16.h, segapico.c
7 files changed, 34 insertions, 75 deletions
- ? es5503 used devcb2 instead of custom callbacks (nw) [Miodrag Milanovic]
2014-03-23 10:50:45Changed: es5503.c, es5503.h, mquake.c, apple2gs.c, esq1.c, mirage.c, apple2gs.h, apple2gs.c
8 files changed, 57 insertions, 68 deletions
- ? (MESS) fixed smssdisp "regression": slot selection is still not working, [Fabio Priuli]
2014-03-23 10:11:37- but images mounted in slot1 start
Changed: sms.c
1 files changed, 15 insertions, 11 deletions
- but images mounted in slot1 start
- ? (MESS) megaduck.xml: added dump for Duck Adventures [Sean Riddle] [Fabio Priuli]
2014-03-23 09:37:34Changed: megaduck.xml, vsmile_cart.xml
2 files changed, 90 insertions, 73 deletions
- ? (MESS) m5.xml: added several new Japanese dumps, including rare cart [Fabio Priuli]
2014-03-23 09:16:04- "Adidas Lucky Shoot" [Ola Andersson]
Changed: m5.xml
1 files changed, 139 insertions, 17 deletions
- "Adidas Lucky Shoot" [Ola Andersson]