Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r8351 Tuesday 29th June, 2010 at 17:08:30 UTC by Miodrag Milanović
Had to move back utility functions to mess part in order to compile tools.
[src/emu]image.c image.h
[src/mess]utils.c utils.h
[src/mess/tools/imgtool]imgtool.mak

r8350 Tuesday 29th June, 2010 at 16:19:13 UTC by Miodrag Milanović
Fix upd7220 [S.Ronco]
[src/mess/video]upd7220.c upd7220.h

r8349 Tuesday 29th June, 2010 at 14:43:33 UTC by Miodrag Milanović
Removed deprecated software folder from make file
[src/mess]messcore.mak

r8348 Tuesday 29th June, 2010 at 14:29:30 UTC by Miodrag Milanović
Moved some image related utilities from mess to image.c
[src/emu]image.c image.h
[src/mess]utils.c utils.h
[src/mess/devices]cassette.c flopdrv.c
[src/mess/formats]cassimg.c flopimg.c
[src/mess/tools/imgtool]imgtool.c
[src/mess/tools/imgtool/windows]assocdlg.c

r8347 Tuesday 29th June, 2010 at 14:18:38 UTC by Miodrag Milanović
Enabled mikromik drivers, Curt please take a look since adress map can't be send as parameter to device. Now default one is used.
[src/mess]messdriv.c
[src/mess/video]upd7220.h

r8346 Tuesday 29th June, 2010 at 13:46:55 UTC by Miodrag Milanović
All tools compiles now.
[src/emu]diimage.c diimage.h
[src/mess/tools]tools.mak
[src/mess/tools/messtest]testmess.c tststubs.c

r8345 Tuesday 29th June, 2010 at 09:06:30 UTC by Miodrag Milanović
Made tools compile again (except messtest), this requires full clean build.
[src/emu]devcpu.c devcpu.h devlegcy.h sound.c sound.h timer.c timer.h video.c video.h
[src/emu/machine]eeprom.c eeprom.h z80ctc.c z80ctc.h z80dart.c z80dart.h z80dma.c z80dma.h z80pio.c z80pio.h z80sio.c z80sio.h z80sti.c z80sti.h
[src/emu/sound]okim6295.c okim6295.h
[src/mess/tools]tools.mak
[src/mess/tools/castool]castool.mak
[src/mess/tools/imgtool]imgtool.mak
[src/mess/tools/imgtool/modules]mac.c
[src/mess/tools/imgtool/windows]assoc.c assocdlg.c attrdlg.c hexview.c secview.c wimgtool.c wmain.c

r8344 Monday 28th June, 2010 at 15:02:47 UTC by Fabio Priuli
[NES] added preliminary emulation of another pirate board (not working due to IRQ issues)
[src/mess/machine]nes_mmc.h nes_pcb.c nes_unif.c

r8343 Monday 28th June, 2010 at 13:12:03 UTC by Fabio Priuli
minor edit
[hash]xegs.xml

r8342 Monday 28th June, 2010 at 13:09:14 UTC by Fabio Priuli
fixed two trivial errors in testmess.c. it does not compile yet.
[src/mess/tools/messtest]testmess.c

r8341 Monday 28th June, 2010 at 12:15:20 UTC by Miodrag Milanović
Fix issue with wrong device selection on clicking in picker.
[src/mess/osd/winui]messui.c

r8340 Monday 28th June, 2010 at 11:24:05 UTC by Miodrag Milanović
Fix one more CPU REPLACE regression.
[src/mess/drivers]ip22.c

r8339 Monday 28th June, 2010 at 11:11:38 UTC by Miodrag Milanović
Fix for TI99/8 regression
[src/mess/machine]ti99_4x.c

r8338 Monday 28th June, 2010 at 11:05:43 UTC by Miodrag Milanović
Moved image_postdevice_init to a proper place, fixes SNES regression
[src/emu]mame.c

r8337 Monday 28th June, 2010 at 08:27:30 UTC by Miodrag Milanović
z80dart regression fix, this fixes abc8xx, tiki100 and rs128 regression
[src/emu/machine]z80dart.c

r8336 Monday 28th June, 2010 at 06:56:12 UTC by Miodrag Milanović
Fixed crash of apple2c4 and prav8c driver.
RB please check if this is OK.
[src/mess/machine]apple2.c

r8335 Monday 28th June, 2010 at 05:14:27 UTC by Miodrag Milanović
Fixed c128 and coco3h cpu issue, and changed c128 m6510_get_port calls to proper cpu.
[src/mess/drivers]c128.c coco.c
[src/mess/machine]c128.c

r8334 Sunday 27th June, 2010 at 19:33:11 UTC by Miodrag Milanović
Made dynamic add of device trough cartslot possible again.
Fixes coco and ti99 regression.
[src/emu]devlegcy.h image.c mconfig.c mconfig.h
[src/mess/devices]aescart.c cartslot.c coco_fdc.c cococart.c ti99cart.c

r8333 Sunday 27th June, 2010 at 18:18:39 UTC by R. Belmont
Updating messnew.
[docs]messnew.txt

r8332 Sunday 27th June, 2010 at 18:18:23 UTC by R. Belmont
[MAC] Fixed u2 regressions, greatly improved Egret MCU simulation. maclc2 almost boots.
[src/mess/drivers]mac.c
[src/mess/includes]mac.h
[src/mess/machine]mac.c

r8331 Sunday 27th June, 2010 at 11:59:24 UTC by Fabio Priuli
[NES] added preliminary emulation of some more board (e.g. NTD-03 used by the recently ASDER 20-in-1 dump)
[src/mame/video]ppu2c0x.c ppu2c0x.h
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_mmc.h nes_pcb.c nes_unif.c

r8330 Sunday 27th June, 2010 at 11:22:43 UTC by Miodrag Milanović
Fixed CPU replace regressions.
[src/mess/drivers]a7800.c ami1200.c amiga.c at.c bebox.c pyl601.c ti85.c x68k.c

r8329 Sunday 27th June, 2010 at 11:00:44 UTC by Barry Rodewald
[X68KXVI] Fixed memory_set_bankptr() regression.
[src/mess/drivers]x68k.c

r8328 Sunday 27th June, 2010 at 10:51:57 UTC by Miodrag Milanović
Moved tape control ui into uimess file, since it is only thing now anyway.
[src/mess]messcore.mak tapectrl.c uimess.c

r8327 Sunday 27th June, 2010 at 10:14:22 UTC by Miodrag Milanović
Rolled back binary files.
[src/mess/osd/winui/res]logo_mess.bmp mess.ico win_cass.ico win_cyln.ico win_flop.ico win_hard.ico win_noor.ico win_nrnd.ico win_pcrd.ico win_prin.ico win_ptap.ico win_serl.ico win_snap.ico
[src/mess/tools/imgtool/windows/res]dir.ico doc.ico imgtool.ico readonly.ico

r8326 Sunday 27th June, 2010 at 10:10:10 UTC by Miodrag Milanović
Performed srcclean on mess tree part.
[src/mess]mess.c messdriv.c tapectrl.c
[src/mess/audio]mea8000.c
[src/mess/devices]aescart.c appldriv.c bitbngr.c cartslot.c cassette.c coco_fdc.c coco_pak.c cococart.c flopdrv.c orch90.c ti99cart.c
[src/mess/drivers]apexc.c apple2.c atom.c cdi.c cfx9850.c e01.c einstein.c gba.c jaguar.c lynx.c mac.c mikromik.c ng_aes.c osborne1.c pc2000.c pce220.c pv1000.c ql.c sg1000.c spectrum.c supracan.c ti89.c tm990189.c vtech1.c x07.c x1.c
[src/mess/formats]timex_dck.c vg5k_cas.c
[src/mess/includes]nes.h
[src/mess/machine]6525tpi.c 8530scc.c a2cffa.c a2cffa.h ap2_slot.c apple2gs.c at29040.c c64.c gb.c ncr5380.c nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_pcb.c nes_unif.c osborne1.c pc8801.c pmd85.c snescart.c thomson.c
[src/mess/osd/windows]menu.c mess.rc
[src/mess/osd/winui]devview.c messui.c msuiutil.c softwarelist.c softwarelist.h
[src/mess/osd/winui/res]logo_mess.bmp mess.ico win_cass.ico win_cyln.ico win_flop.ico win_hard.ico win_noor.ico win_nrnd.ico win_pcrd.ico win_prin.ico win_ptap.ico win_serl.ico win_snap.ico
[src/mess/tests]imgtool_fat.xml imgtool_os9.xml imgtool_prodos.xml mess_mc10.xml
[src/mess/tools/imgtool/windows]wimgtool.rc
[src/mess/tools/imgtool/windows/res]dir.ico doc.ico imgtool.ico readonly.ico
[src/mess/video]ef9345.c gb.c i8275.c nes.c smsvdp.c zx.c

r8325 Sunday 27th June, 2010 at 09:46:21 UTC by Miodrag Milanović
Moved some MESS related files to one file.
[src/emu]clifront.c info.c
[src/mess]climess.c climess.h infomess.c infomess.h mess.c mess.h messcore.mak messopts.c messopts.h
[src/mess/osd/winui]optionsms.c propertiesms.c
[src/mess/tools/messtest]testmess.c
[src/osd/winui]properties.c winui.c

r8324 Sunday 27th June, 2010 at 09:09:05 UTC by Miodrag Milanović
Moved image related macros to diimage.h changed type to boolean and updated code.
[src/emu]devimage.c diimage.h image.c
[src/mess]mess.h
[src/mess/devices]aescart.c cartslot.c cassette.c chd_cd.c coco_vhd.c flopdrv.c harddriv.c kermit.c printer.c snapquik.c ti99cart.c xmodem.c z80bin.c
[src/mess/drivers]advision.c altair.c apexc.c arcadia.c astrocde.c atarist.c atom.c bbcbc.c bw2.c cgenie.c channelf.c coleco.c cosmicos.c crvision.c elf.c exelv.c gamepock.c gba.c gmaster.c jaguar.c lynx.c n64.c nc.c newbrain.c ng_aes.c ngp.c pasogo.c pegasus.c pockstat.c psx.c pv1000.c ql.c scv.c sg1000.c spectrum.c ssem.c super80.c supracan.c svision.c tm990189.c tmc1800.c tutor.c vboy.c vc4000.c vic20.c vidbrain.c vii.c vip.c vtech1.c
[src/mess/formats]atom_atm.c cbm_snqk.c comx35_comx.c m65_snqk.c spec_snqk.c studio2_st2.c ti85_ser.c timex_dck.c trs_cmd.c
[src/mess/machine]990_hd.c 990_tap.c 994x_ser.c a7800.c amstrad.c apple1.c ataricrt.c c16.c c64.c cbmb.c coco.c exidy.c galaxy.c gamecom.c gb.c genesis.c hp48.c intv.c kaypro.c kc.c lviv.c lynx.c mbee.c mekd2.c msx.c mtx.c nascom1.c nc.c nes.c pc.c pdp1.c pet.c pokemini.c poly88.c primo.c serial.c smartmed.c sms.c snescart.c svi318.c thomson.c ti85.c tx0.c vectrex.c vtech2.c wswan.c x68k_hdc.c z1013.c
[src/mess/tools/messtest]testmess.c

r8323 Sunday 27th June, 2010 at 07:48:21 UTC by Miodrag Milanović
Changed cast to dynamic_cast fixes issue with Apple2GS and many more.
[src/mess/devices]appldriv.c cartslot.c coco_pak.c coco_vhd.c flopdrv.c printer.c sonydriv.c thomflop.c
[src/mess/drivers]adam.c apexc.c fm7.c gba.c jaguar.c tm990189.c vtech1.c x68k.c
[src/mess/machine]990_dk.c 990_hd.c 990_tap.c 994x_ser.c adam.c corvushd.c gb.c genesis.c hp48.c nes.c pc_hdc.c sms.c snescart.c svi318.c thomson.c tx0.c upd765.c vtech2.c wswan.c x68k_hdc.c

r8322 Saturday 26th June, 2010 at 19:14:43 UTC by R. Belmont
[SUPRACAN] Added some notes about 6502 interrupts based on disassembly
[src/mess/drivers]supracan.c

r8321 Friday 25th June, 2010 at 20:23:10 UTC by Wilbert Pol
Updated hcd62121 cpu core to compile with 0.138u2.
[src/emu/cpu/hcd62121]hcd62121.c

r8320 Friday 25th June, 2010 at 17:29:21 UTC by Fabio Priuli
[NES] Added pcb code to emulate board BMC-810544-C-A1 (based on FCEUMM), used by the 200-in-1 pirate cart containing Elfland
[src/mess/machine]nes_mmc.h nes_pcb.c nes_unif.c

r8319 Friday 25th June, 2010 at 17:01:41 UTC by Fabio Priuli
[NES] Added pcb code to emulate multicarts on D1038, VT5201 and Bensheng BS5 boards
[src/mess/includes]nes.h
[src/mess/machine]nes_mmc.h nes_pcb.c nes_unif.c

r8318 Friday 25th June, 2010 at 13:19:23 UTC by Fabio Priuli
[NES] Added pcb code to emulate Nanjing games
[src/mess/machine]nes_mmc.h nes_pcb.c nes_unif.c

r8317 Friday 25th June, 2010 at 10:18:49 UTC by Miodrag Milanović
WARNING : Update to MAME 138u2, added things needed for MESS added later.
Big WARNING for this update, everything is changed and there are surely some regressions.

Known issues:
- adding sub devices of cart devices not working
- x1, einstein and osborne needs daisy chain device rewrite
- mm1m6, mm1m7 not in buid since they there is problem UPD7220 device parameter (map)

Regular users please give few days to developers to check and clean drivers before start giving error reports.
[ROOT]makefile
[docs]config.txt license.txt mame.txt messnew.txt newvideo.txt windows.txt
[src]version.c
[src/emu]audit.c clifront.c config.c crsshair.c crsshair.h debugger.h deprecat.h devcb.c devcb.h devconv.h devcpu.c* devcpu.h* devimage.c* devintrf.c devintrf.h devlegcy.c* devlegcy.h* devtempl.h didisasm.c* didisasm.h* diexec.c* diexec.h* diimage.c* diimage.h* dimemory.c* dimemory.h* dinvram.c* dinvram.h* disound.c* disound.h* distate.c* distate.h* emu.h emu.mak emualloc.c emucore.h emuopts.c emuopts.h emupal.c hashfile.c* hashfile.h* image.c* image.h* info.c inptport.c inptport.h inpttype.h ioprocs.c* ioprocs.h* mame.c mame.h mconfig.c mconfig.h memory.c memory.h profiler.c profiler.h render.c render.h rendfont.c rendlay.c rendutil.c romload.c romload.h schedule.c* schedule.h* softlist.c* softlist.h* sound.c sound.h streams.c streams.h tilemap.c tilemap.h timer.c timer.h ui.c uigfx.c uiimage.c* uiimage.h* uimenu.c validity.c validity.h video.c video.h watchdog.c
[src/emu/cpu]drcbec.c drcbex64.c drcbex86.c drcfe.c drcuml.c vtlb.c
[src/emu/cpu/adsp2100]adsp2100.c adsp2100.h
[src/emu/cpu/alph8201]alph8201.c
[src/emu/cpu/am29000]am29000.c
[src/emu/cpu/apexc]apexc.c
[src/emu/cpu/arm]arm.c
[src/emu/cpu/arm7]arm7.c arm7core.c arm7core.h arm7exec.c
[src/emu/cpu/asap]asap.c
[src/emu/cpu/avr8]avr8.c
[src/emu/cpu/ccpu]ccpu.c
[src/emu/cpu/cdp1802]cdp1802.c cdp1802.h
[src/emu/cpu/cop400]cop400.c cop400.h
[src/emu/cpu/cp1610]cp1610.c
[src/emu/cpu/cubeqcpu]cubeqcpu.c
[src/emu/cpu/dsp32]dsp32.c
[src/emu/cpu/dsp56k]dsp56def.h dsp56k.c dsp56k.h dsp56mem.c
[src/emu/cpu/e132xs]e132xs.c
[src/emu/cpu/esrip]esrip.c
[src/emu/cpu/f8]f8.c
[src/emu/cpu/g65816]g65816.c g65816cm.h g65816op.h
[src/emu/cpu/h6280]h6280.c h6280.h
[src/emu/cpu/h83002]h8_16.c h8_8.c h8ops.h h8priv.h
[src/emu/cpu/hd6309]hd6309.c
[src/emu/cpu/i386]i386.c i386priv.h
[src/emu/cpu/i4004]i4004.c i4004.h
[src/emu/cpu/i8008]i8008.c i8008.h
[src/emu/cpu/i8085]i8085.c i8085.h
[src/emu/cpu/i86]i286.c i86.c i86.h
[src/emu/cpu/i860]i860.c i860.h i860dec.c
[src/emu/cpu/i960]i960.c
[src/emu/cpu/jaguar]jaguar.c
[src/emu/cpu/konami]konami.c
[src/emu/cpu/lh5801]lh5801.c
[src/emu/cpu/lr35902]lr35902.c
[src/emu/cpu/m37710]m37710.c m37710cm.h m37710op.h
[src/emu/cpu/m6502]m4510.c m4510.h m6502.c m6502.h m6509.c m65ce02.c
[src/emu/cpu/m6800]6800ops.c m6800.c
[src/emu/cpu/m68000]m68000.h m68kcpu.c m68kcpu.h
[src/emu/cpu/m6805]m6805.c
[src/emu/cpu/m6809]6809dasm.c m6809.c
[src/emu/cpu/mb86233]mb86233.c
[src/emu/cpu/mb88xx]mb88xx.c
[src/emu/cpu/mc68hc11]mc68hc11.c
[src/emu/cpu/mcs48]mcs48.c mcs48.h
[src/emu/cpu/mcs51]mcs51.c
[src/emu/cpu/minx]minx.c
[src/emu/cpu/mips]mips3.c mips3com.c mips3com.h mips3drc.c psx.c r3000.c
[src/emu/cpu/mn10200]mn10200.c mn102dis.c
[src/emu/cpu/nec]nec.c
[src/emu/cpu/pdp1]pdp1.c pdp1.h tx0.c
[src/emu/cpu/pic16c5x]pic16c5x.c
[src/emu/cpu/pic16c62x]pic16c62x.c
[src/emu/cpu/powerpc]ppc.c ppc403.c ppc602.c ppc603.c ppccom.c ppccom.h ppcdrc.c
[src/emu/cpu/rsp]rsp.c rsp.h rspdrc.c
[src/emu/cpu/s2650]s2650.c
[src/emu/cpu/saturn]saturn.c
[src/emu/cpu/sc61860]sc61860.c
[src/emu/cpu/scmp]scmp.c scmp.h
[src/emu/cpu/se3208]se3208.c
[src/emu/cpu/sh2]sh2.c sh2comn.c sh2comn.h sh2drc.c
[src/emu/cpu/sh4]sh4.c sh4comn.c sh4comn.h
[src/emu/cpu/sharc]sharc.c
[src/emu/cpu/sm8500]sm8500.c sm8500.h
[src/emu/cpu/spc700]spc700.c
[src/emu/cpu/ssem]ssem.c
[src/emu/cpu/ssp1601]ssp1601.c
[src/emu/cpu/superfx]superfx.c
[src/emu/cpu/t11]t11.c
[src/emu/cpu/tlcs90]tlcs90.c
[src/emu/cpu/tlcs900]tlcs900.c
[src/emu/cpu/tms0980]tms0980.c
[src/emu/cpu/tms32010]tms32010.c
[src/emu/cpu/tms32025]tms32025.c
[src/emu/cpu/tms32031]tms32031.c
[src/emu/cpu/tms32051]tms32051.c
[src/emu/cpu/tms34010]34010gfx.c tms34010.c tms34010.h
[src/emu/cpu/tms57002]tms57002.c
[src/emu/cpu/tms7000]tms7000.c
[src/emu/cpu/tms9900]99xxcore.h
[src/emu/cpu/unsp]unsp.c unsp.h
[src/emu/cpu/upd7810]upd7810.c
[src/emu/cpu/v30mz]v30mz.c
[src/emu/cpu/v60]v60.c
[src/emu/cpu/v810]v810.c
[src/emu/cpu/z180]z180.c z180.h z180op.c z180ops.h
[src/emu/cpu/z8]z8.c z8.h
[src/emu/cpu/z80]z80.c z80.h z80daisy.c z80daisy.h
[src/emu/cpu/z8000]z8000.c
[src/emu/debug]debugcmd.c debugcmd.h debugcmt.c debugcmt.h debugcpu.c debugcpu.h debugvw.c debugvw.h
[src/emu/debugint]debugint.c
[src/emu/machine]6522via.c 6522via.h 6526cia.c 6526cia.h 6532riot.c 6532riot.h 6821pia.c 6821pia.h 6840ptm.c 6840ptm.h 6850acia.c 6850acia.h 68681.c 68681.h 74123.c 74123.h 74148.c 74148.h 74153.c 74153.h 7474.c 7474.h 8237dma.c 8237dma.h 8255ppi.c 8255ppi.h 8257dma.c 8257dma.h adc083x.c adc083x.h adc1038.c adc1038.h adc1213x.c adc1213x.h at28c16.c at28c16.h cdp1852.c cdp1852.h ds1302.c ds1302.h ds2404.c ds2404.h eeprom.c eeprom.h f3853.c f3853.h generic.c i2cmemdev.c i2cmemdev.h i8243.c i8243.h i8255a.c i8255a.h idectrl.c idectrl.h ins8154.c ins8154.h ins8250.c* ins8250.h* intelfsh.c k033906.c k033906.h k056230.c k056230.h laserdsc.h latch8.c latch8.h ldcore.c ldcore.h ldpr8210.c ldv1000.c ldvp931.c mb14241.c mb14241.h mb3773.c mb3773.h mb87078.c mb87078.h microtch.c msm6242.c msm6242.h pci.c pci.h pcshare.h pd4990a.c pd4990a.h pic8259.c pic8259.h pit8253.c pit8253.h rp5h01.c rp5h01.h rtc65271.c rtc65271.h smc91c9x.c smc91c9x.h timekpr.c timekpr.h tms6100.c* tms6100.h* upd4701.c upd4701.h x2212.c x2212.h z80ctc.c z80ctc.h z80dart.c z80dart.h z80dma.c z80dma.h z80pio.c z80pio.h z80sio.c z80sio.h z80sti.c z80sti.h
[src/emu/sound]2151intf.c 2151intf.h 2203intf.c 2203intf.h 2413intf.c 2413intf.h 2608intf.c 2608intf.h 2610intf.c 2610intf.h 2612intf.c 2612intf.h 262intf.c 262intf.h 3526intf.c 3526intf.h 3812intf.c 3812intf.h 8950intf.c 8950intf.h aica.c aica.h astrocde.c astrocde.h ay8910.c ay8910.h beep.c beep.h bsmt2000.c bsmt2000.h c140.c c140.h c352.c c352.h c6280.c c6280.h cdda.c cdda.h cdp1863.c cdp1863.h cdp1864.c cdp1864.h cdp1869.c cdp1869.h cem3394.c cem3394.h dac.c dac.h digitalk.c digitalk.h disc_inp.c discrete.c discrete.h dmadac.c dmadac.h es5503.c es5503.h es5506.c es5506.h es8712.c es8712.h flt_rc.c flt_rc.h flt_vol.c flt_vol.h fm.c gaelco.c gaelco.h hc55516.c hc55516.h ics2115.c ics2115.h iremga20.c iremga20.h k005289.c k005289.h k007232.c k007232.h k051649.c k051649.h k053260.c k053260.h k054539.c k054539.h k056800.c k056800.h mos6560.c mos6560.h msm5205.c msm5205.h msm5232.c msm5232.h multipcm.c multipcm.h n63701x.c n63701x.h namco.c namco.h nes_apu.c nes_apu.h nile.c nile.h okim6258.c okim6258.h okim6295.c okim6295.h okim6376.c okim6376.h pokey.c pokey.h psx.c psx.h qsound.c qsound.h rf5c400.c rf5c400.h rf5c68.c rf5c68.h s14001a.c s14001a.h saa1099.c saa1099.h samples.c samples.h scsp.c scsp.h segapcm.c segapcm.h sid6581.c sid6581.h sn76477.c sn76477.h sn76496.c sn76496.h snkwave.c snkwave.h sp0250.c sp0250.h sp0256.c sp0256.h speaker.c speaker.h st0016.c st0016.h t6w28.c t6w28.h tiaintf.c tiaintf.h tms3615.c tms3615.h tms36xx.c tms36xx.h tms5110.c tms5110.h tms5220.c tms5220.h upd7759.c upd7759.h vlm5030.c vlm5030.h votrax.c votrax.h vrender0.c vrender0.h wave.c wave.h x1_010.c x1_010.h ymf271.c ymf271.h ymf278b.c ymf278b.h ymz280b.c ymz280b.h zsg2.c zsg2.h
[src/emu/video]generic.c hd63484.c hd63484.h mc6845.c mc6845.h pc_vga.c* pc_vga.h* pc_video.c* pc_video.h* s2636.c s2636.h saa5050.c saa5050.h tms34061.c tms9927.c tms9927.h tms9928a.c v9938.c v9938.h vector.c vooddefs.h voodoo.c voodoo.h
[src/ldplayer]ldplayer.c
[src/lib]lib.mak
[src/lib/expat]ascii.h expat.h expat_external.h internal.h xmlparse.c xmlrole.c xmltok.c xmltok_impl.c xmltok_ns.c
[src/lib/util]astring.c astring.h cdrom.c cdrom.h chd.h opresolv.c* opresolv.h* zippath.c* zippath.h*
[src/mame]mame.mak mamedriv.c tiny.mak
[src/mame/audio]amiga.c atarijsa.c cage.c cinemat.c cps3.c dcs.c dkong.c exidy.c exidy440.c flower.c geebee.c gomoku.c gridlee.c jaguar.c leland.c micro3d.c n8080.c namco52.c namco52.h namco54.c namco54.h phoenix.c pleiads.c polepos.c redbaron.c scramble.c segag80r.c segasnd.c seibu.c seibu.h senjyo.c snes_snd.c snes_snd.h snk6502.c taito_en.c taitosnd.c taitosnd.h tiamc1.c tx1.c warpwarp.c williams.c wiping.c
[src/mame/drivers]1945kiii.c 20pacgal.c 39in1.c 3super8.c 5clown.c 8080bw.c acefruit.c acommand.c actfancr.c adp.c aerofgt.c airbustr.c alg.c alpha68k.c aquarium.c arcadecl.c arkanoid.c artmagic.c astinvad.c astrocde.c astrocorp.c astrof.c atarig1.c atarig42.c atarigt.c atarigx2.c atarisy1.c atarisy2.c atetris.c attckufo.c backfire.c badlands.c bagman.c batman.c battlex.c beaminv.c beathead.c berzerk.c bestleag.c big10.c bigstrkb.c bingor.c bishjan.c blackt96.c blmbycar.c blockout.c blstroid.c bmcbowl.c boogwing.c boxer.c btime.c buggychl.c calchase.c capbowl.c cardline.c carpolo.c cave.c cball.c cbasebal.c cbuster.c ccastles.c cchasm.c cclimber.c centiped.c changela.c chihiro.c chinagat.c cinemat.c cischeat.c cliffhgr.c cloud9.c clshroad.c cninja.c coolpool.c coolridr.c cosmic.c cps1.c cps2.c cps3.c crospang.c crystal.c cubeqst.c cultures.c cvs.c cyberbal.c cybertnk.c dacholer.c dambustr.c darkhors.c darkseal.c dassault.c dblewing.c dbz.c ddealer.c ddenlovr.c ddragon.c ddragon3.c dec0.c deco156.c deco32.c deco_mlc.c decocass.c deniam.c destroyr.c dietgo.c diverboy.c djboy.c dkong.c dlair.c dmndrby.c docastle.c dooyong.c dorachan.c dotrikun.c dragrace.c dreamwld.c drgnmst.c drtomy.c dunhuang.c dynax.c egghunt.c enigma2.c eolith.c eolith16.c eprom.c esd16.c esripsys.c expro02.c exprraid.c exterm.c f-32.c f1gp.c fantland.c fcrash.c feversoc.c fgoal.c firebeat.c firefox.c firetrap.c firetrk.c fitfight.c flyball.c foodf.c funkyjet.c funworld.c funybubl.c fuukifg2.c fuukifg3.c gaelco.c gaelco3d.c gaiden.c galaga.c galaxi.c galaxian.c galaxold.c galdrvr.c galivan.c galpani2.c galpanic.c galspnbl.c gameplan.c gauntlet.c gcpinbal.c ghosteo.c glass.c go2000.c goldnpkr.c goldstar.c good.c gotcha.c gottlieb.c grchamp.c gridlee.c gstream.c gumbo.c gunpey.c halleys.c harddriv.c hexion.c highvdeo.c hitme.c hng64.c homedata.c homerun.c hyprduel.c igs009.c igs011.c igs017.c igspoker.c ilpag.c itech32.c itech8.c itgambl2.c itgambl3.c itgamble.c jackie.c jackpool.c jalmah.c jantotsu.c jedi.c jollyjgr.c jpmimpct.c kaneko16.c kangaroo.c kickgoal.c kingdrby.c klax.c koftball.c konamigx.c kongambl.c laserbas.c lastduel.c lastfght.c legionna.c lemmings.c lethalj.c limenko.c lordgun.c luckgrln.c lwings.c m10.c m107.c m58.c m62.c m72.c m92.c madmotor.c magic10.c magicard.c magmax.c malzak.c marinedt.c mario.c maxaflex.c mazerbla.c mcr3.c meadows.c mediagx.c megadriv.c megaplay.c megasys1.c merit.c meritm.c metro.c mgolf.c midvunit.c midyunit.c midzeus.c mikie.c mil4000.c mirage.c missb2.c missile.c mitchell.c mjkjidai.c mjsister.c model2.c model3.c mogura.c moo.c mpu4.c mugsmash.c multfish.c mw8080bw.c mwarr.c n8080.c namcofl.c namcona1.c namconb1.c namcos11.c namcos23.c nbmj9195.c neogeo.c news.c nightgal.c ninjaw.c niyanpai.c nmg5.c nmk16.c norautp.c nyny.c offtwall.c ohmygod.c oneshot.c onetwo.c orbit.c othldrby.c paradise.c pasha2.c pass.c pcat_dyn.c pcat_nit.c pcxt.c peplus.c pgm.c phoenix.c photoply.c pinkiri8.c pipeline.c pirates.c pkscram.c pktgaldx.c playch10.c playmark.c pokechmp.c poker72.c polepos.c policetr.c polyplay.c poo.c powerbal.c powerins.c psikyo.c puckpkmn.c pzletime.c quizdna.c quizpani.c rabbit.c raiden2.c rampart.c rbmk.c redalert.c relief.c renegade.c rgum.c rohga.c rotaryf.c royalmah.c runaway.c sandscrp.c sangho.c sbowling.c sbrkout.c scobra.c scramble.c sderby.c seattle.c segac2.c segae.c segahang.c segamsys.c segaorun.c segas16b.c segas24.c segas32.c segaxbd.c segaybd.c seibuspi.c seta.c seta2.c sfbonus.c sfkick.c shadfrce.c shangha3.c shuuz.c silkroad.c simpl156.c skeetsht.c skimaxx.c skullxbo.c skyarmy.c sliver.c slotcarn.c sms.c snk.c snk6502.c snookr10.c snowbros.c sothello.c spacefb.c spbactn.c speedspn.c spoker.c spool99.c sprint2.c sprint4.c sprint8.c srmp5.c sshangha.c sslam.c stadhero.c starwars.c statriv2.c stlforce.c stv.c stvinit.c subsino.c suna8.c supbtime.c supdrapo.c suprnova.c system1.c taito_b.c taito_f2.c taito_f3.c taito_l.c taito_x.c taitotz.c targeth.c tatsumi.c tecmo.c tecmo16.c tecmosys.c tetrisp2.c tgtpanic.c thoop2.c thunderj.c tickee.c tmaster.c tmnt.c toaplan1.c toaplan2.c toki.c tomcat.c toobin.c tubep.c tugboat.c tumbleb.c tumblep.c turbo.c twincobr.c ultraman.c ultratnk.c unico.c vamphalf.c vaportra.c vball.c vegas.c vicdual.c videopin.c videopkr.c vindictr.c vmetal.c warriorb.c wheelfir.c williams.c wldarrow.c wolfpack.c wrally.c wwfsstar.c wwfwfest.c xain.c xexex.c xtheball.c yunsun16.c zerozone.c zn.c
[src/mame/includes]amiga.h artmagic.h atarig1.h atarig42.h atarigt.h atarigx2.h atarisy1.h bagman.h balsente.h batman.h blstroid.h boogwing.h btoads.h bzone.h carpolo.h cninja.h cps3.h cyberbal.h dassault.h drgnmst.h dynax.h eprom.h exidy.h exterm.h flower.h gaelco3d.h galaxold.h gcpinbal.h gomoku.h gridlee.h harddriv.h homedata.h jpmimpct.h kickgoal.h leland.h lethalj.h lordgun.h mcr.h metro.h micro3d.h midtunit.h midyunit.h mitchell.h naomibd.h phoenix.h polepos.h rohga.h segas16.h senjyo.h simpl156.h snes.h snk6502.h starwars.h stv.h taito_f2.h tiamc1.h tx1.h vindictr.h warpwarp.h wiping.h
[src/mame/layout]luckgrln.lay*
[src/mame/machine]amiga.c archimds.c atari_vg.c atari_vg.h atarigen.c atarigen.h balsente.c carpolo.c dc.c decocass.c decocass.h fddebug.c galaxold.c harddriv.c irobot.c kaneko16.c leland.c mathbox.c mathbox.h mcr.c mhavoc.c micro3d.c mw8080bw.c n64.c namco06.c namco06.h namco50.c namco50.h namco51.c namco51.h namco53.c namco53.h namcoio.c namcoio.h namcos2.c naomibd.c nitedrvr.c nmk112.c nmk112.h pcshare.c segaic16.c segaic16.h seicop.c snes.c starwars.c stvcd.c stvprot.c stvprot.h taitoio.c taitoio.h ticket.c ticket.h toaplan1.c vsnes.c williams.c xevious.c
[src/mame/video]40love.c actfancr.c airbustr.c amiga.c amigaaga.c amspdwy.c angelkds.c argus.c artmagic.c astrocde.c atari.c atarig1.c atarig42.c atarigt.c atarigx2.c atarimo.c atarirle.c atarisy1.c atarisy2.c avgdvg.c aztarac.c badlands.c bagman.c balsente.c batman.c battlera.c battlex.c beathead.c bfm_dm01.c bigevglf.c bishi.c bking.c blockade.c blockout.c blstroid.c boogwing.c btime.c btoads.c buggychl.c bwing.c carpolo.c cave.c cbuster.c ccastles.c cchasm.c cclimber.c changela.c cheekyms.c cinemat.c cloak.c cloud9.c cninja.c contra.c cosmic.c cps1.c crospang.c cvs.c cyberbal.c darkseal.c dassault.c dc.c dcheese.c dday.c dec0.c dec8.c deco16ic.c deco16ic.h deco32.c deco_mlc.c decocass.c dietgo.c dkong.c dogfgt.c eprom.c equites.c esd16.c esripsys.c exerion.c exidy.c exidy440.c exterm.c fantland.c fastlane.c fgoal.c finalizr.c firetrk.c flkatck.c fromance.c funkyjet.c fuukifg2.c fuukifg3.c gaelco2.c gaelco3d.c gaiden.c galastrm.c galaxian.c galaxold.c galpanic.c galspnbl.c gameplan.c gaplus.c gauntlet.c genesis.c glass.c gomoku.c gottlieb.c grchamp.c gridlee.c gstriker.c gtia.c gticlub.c gyruss.c harddriv.c hng64.c homedata.c homerun.c hyhoo.c hyprduel.c ikki.c irobot.c itech32.c itech8.c jaguar.c jpmimpct.c kan_pand.c kan_pand.h kaneko16.c karnov.c kncljoe.c konamigx.c konamiic.c konamiic.h konicdev.c konicdev.h labyrunr.c leland.c lemmings.c lethalj.c liberatr.c lockon.c lordgun.c m52.c m58.c madalien.c madmotor.c magmax.c mappy.c matmania.c mcr68.c meadows.c megazone.c mermaid.c metro.c micro3d.c midtunit.c midvunit.c midyunit.c midzeus.c midzeus2.c mitchell.c model1.c model2.c model3.c moo.c mrflea.c ms32.c munchmo.c mustache.c mystston.c n8080.c naughtyb.c nbmj8688.c nbmj8891.c nbmj8900.c nbmj8991.c nbmj9195.c neogeo.c ninjakd2.c niyanpai.c nmk16.c ojankohs.c pacland.c paradise.c pastelg.c pitnrun.c pktgaldx.c playch10.c policetr.c popeye.c popper.c powerins.c ppu2c0x.c ppu2c0x.h prehisle.c psikyo.c psikyo4.c psikyosh.c psx.c qix.c quasar.c rallyx.c rdpblend.c rdpblend.h rdpfb.h rdpfrect.h rdpspn16.c rdptpipe.h rdptrect.c rdptri.h realbrk.c rohga.c rpunch.c sega16sp.c segag80r.c segag80v.c segaic16.c segaic16.h segas18.c segas32.c seta.c shangha3.c simpl156.c skullxbo.c skyfox.c skyraid.c snes.c snk.c snk68.c spacefb.c spbactn.c spdodgeb.c sprint2.c sprint4.c sprint8.c srmp2.c sshangha.c ssv.c st0016.c stadhero.c starcrus.c starfire.c starshp1.c stvvdp2.c suna16.c suna8.c supbtime.c superqix.c suprnova.c suprridr.c system1.c taito_b.c taito_f3.c taitoic.c taitoic.h taitojc.c taitosj.c tank8.c taotaido.c tceptor.c tecmo16.c tia.c timeplt.c tmnt.c toaplan1.c toaplan2.c toki.c toobin.c tp84.c triplhnt.c tumbleb.c tumblep.c tunhunt.c turbo.c twin16.c tx1.c ultratnk.c vaportra.c vdc.c vicdual.c victory.c vigilant.c vindictr.c volfied.c vrender0.c vrender0.h wecleman.c welltris.c williams.c wolfpack.c xexex.c xmen.c ygv608.c yunsun16.c zac2650.c zaxxon.c
[src/mess]cheatms.c climess.c climess.h configms.c configms.h device.c device.h eventlst.c filemngr.c hashfile.c hashfile.h image.c image.h infomess.c mess.c mess.h mess.mak messcore.mak messdriv.c messopts.c messopts.h opresolv.c opresolv.h softlist.c softlist.h tapectrl.c uimess.c uimess.h utils.c utils.h zippath.c zippath.h
[src/mess/audio]arcadia.c cdp1863.c cdp1863.h channelf.c dai.c dave.c dave.h gb.c gmaster.c lmc1992.c lmc1992.h lynx.c mac.c mea8000.c mea8000.h socrates.c socrates.h special.c svision.c t6721.c t6721.h ted7360.c ted7360.h upd1771.c upd1771.h vc4000.c vp550.c vp550.h vp595.c vp595.h wswan.c
[src/mess/devices]aescart.c aescart.h appldriv.c appldriv.h bitbngr.c bitbngr.h cartslot.c cartslot.h cassette.c cassette.h chd_cd.c chd_cd.h coco_232.c coco_fdc.c coco_pak.c coco_vhd.c coco_vhd.h cococart.c cococart.h flopdrv.c flopdrv.h harddriv.c harddriv.h imagedev.c imagedev.h kermit.c kermit.h messram.c messram.h microdrv.c microdrv.h orch90.c printer.c printer.h snapquik.c snapquik.h sonydriv.c sonydriv.h thomflop.c ti99_hd.c ti99_hd.h ti99_peb.c ti99_peb.h ti99cart.c ti99cart.h xmodem.c xmodem.h z80bin.c z80bin.h
[src/mess/drivers]a2600.c abc80.c abc80x.c adam.c advision.c altair.c apexc.c apricotf.c aquarius.c arcadia.c astrocde.c at.c atarist.c atm.c atom.c bbcbc.c bebox.c beta.c bw2.c c16.c c80.c cdi.c cgenie.c channelf.c coleco.c cosmicos.c cpschngr.c crvision.c dc.c e01.c einstein.c elf.c fm7.c gamepock.c gba.c gmaster.c gp32.c huebler.c interact.c ipds.c jaguar.c jupiter.c kaypro.c kc.c kyocera.c lc80.c llc.c lynx.c m20.c mac.c mbee.c mc1000.c mikromik.c mpf1.c msx.c mtx.c mz2500.c mz700.c n64.c nanos.c nc.c newbrain.c ng_aes.c ngp.c osborne1.c p8k.c pasogo.c pc.c pc8401a.c pc98.c pce220.c pegasus.c pentagon.c pockstat.c poly880.c prof80.c psx.c pv1000.c px4.c px8.c ql.c samcoupe.c saturn.c scorpion.c scv.c sg1000.c sord.c spec128.c spectrum.c ssem.c super80.c supracan.c svision.c thomson.c ti89.c tiki100.c tm990189.c tmc1800.c trs80m2.c tutor.c v1050.c vboy.c vc4000.c vcs80.c vg5k.c vic20.c vidbrain.c vii.c vip.c vtech1.c x07.c x1.c x68k.c xerox820.c
[src/mess/formats]apridisk.c atom_atm.c cassimg.h cbm_snqk.c comx35_comx.c fdi_dsk.c flopimg.h ioprocs.c ioprocs.h m65_snqk.c spec_snqk.c studio2_st2.c ti85_ser.c ti85_ser.h timex_dck.c trs_cmd.c
[src/mess/includes]arcadia.h c16.h channelf.h dai.h gb.h gmaster.h hp48.h lynx.h mac.h mc68328.h odyssey2.h osborne1.h special.h svision.h thomson.h v1050.h vc4000.h vic20.h wswan.h
[src/mess/machine]64h156.c 64h156.h 6525tpi.c 6525tpi.h 6551.c 6551.h 6883sam.c 6883sam.h 68901mfp.c 68901mfp.h 74145.c 74145.h 8530scc.c 8530scc.h 990_dk.c 990_hd.c 990_tap.c 990_tap.h 994x_ser.c 994x_ser.h 99_dsk.c a2cffa.c a2cffa.h a7800.c abc77.c abc77.h abc99.c abc99.h abcbus.c abcbus.h adam.c adc080x.c adc080x.h amigafdc.c amigafdc.h amigakbd.c amstrad.c ap2_lang.c ap2_lang.h ap2_slot.c ap2_slot.h apple1.c apple2.c apple2gs.c apple3.c applefdc.c applefdc.h at.c at45dbxx.c at45dbxx.h ataricrt.c ataridev.h atarifdc.c ay31015.c ay31015.h bbc.c bebox.c beta.c beta.h c128.c c1541.c c1541.h c1551.c c1551.h c1571.c c1571.h c1581.c c1581.h c16.c c2040.c c2040.h c64.c c65.c c8280.c c8280.h c9060.c c9060.h cbmb.c cbmiec.c cbmiec.h cdp1871.c cdp1871.h coco.c com8116.c com8116.h comx35.c conkort.c conkort.h corvushd.c ctronics.c ctronics.h dai.c ds1315.c ds1315.h e0516.c e0516.h e05a03.c e05a03.h er59256.c er59256.h exidy.c galaxy.c gamecom.c gb.c genesis.c geneve.c hd63450.c hd63450.h hp48.c i8155.c i8155.h i8212.c i8212.h i8214.c i8214.h i82371ab.c i82371ab.h i82439tx.c i82439tx.h i8257.c i8257.h i8271.c i8271.h i8355.c i8355.h ieee488.c ieee488.h ins8250.c ins8250.h intv.c jupiter.c kaypro.c kb3600.c kb3600.h kb_keytro.c kb_keytro.h kc.c kr2376.c kr2376.h lisa.c lviv.c lynx.c mac.c mbee.c mc68328.c mc68328.h mc6843.c mc6843.h mc6846.c mc6846.h mc6852.c mc6852.h mc6854.c mc6854.h mekd2.c mm58274c.c mm58274c.h mm74c922.c mm74c922.h mockngbd.c mockngbd.h mos6529.c mos6529.h mos6530.c mos6530.h msm58321.c msm58321.h msm8251.c msm8251.h msx.c mtx.c mz700.c nascom1.c nc.c ncr5380.c ncr5380.h nes.c nes_ines.c nes_pcb.c oric.c orion.c osborne1.c pc.c pc8801.c pc_fdc.c pc_hdc.c pc_lpt.c pc_lpt.h pce.c pcf8593.c pcf8593.h pdp1.c pet.c pf10.c pf10.h pokemini.c poly88.c primo.c rp5c01a.c rp5c01a.h rp5c15.c rp5c15.h rs232.c rs232.h samcoupe.c scsibus.c scsibus.h serial.c serial.h smartmed.c smartmed.h smc92x4.c smc92x4.h sms.c snescart.c sst39vfx.c sst39vfx.h svi318.c tc8521.c tc8521.h teleprinter.c teleprinter.h terminal.c terminal.h tf20.c tf20.h thomson.c ti85.c ti99_4x.c tms5501.c tms5501.h tms9901.c tms9901.h tms9902.c tms9902.h tx0.c upd1990a.c upd1990a.h upd7002.c upd7002.h upd71071.c upd71071.h upd7201.c upd7201.h upd765.c upd765.h vector06.c vectrex.c vic1112.c vic1112.h vtech2.c wd17xx.c wd17xx.h wswan.c x68k_hdc.c x68k_hdc.h z1013.c zx.c zx8302.c zx8302.h
[src/mess/osd/windows]dialog.c menu.c
[src/mess/osd/winui]devview.c devview.h messui.c msuiutil.c optionsms.c optionsms.h propertiesms.c softwarepicker.c softwarepicker.h
[src/mess/tools]tools.mak
[src/mess/tools/messtest]core.c testmess.c
[src/mess/video]733_asr.c abc80.c abc800.c abc802.c abc806.c apple1.c arcadia.c atarist.c bbc.c border.c cdp1861.c cdp1861.h cdp1862.c cdp1862.h cgc7900.c cgenie.c cirrus.h comx35.c cpschngr.c crt9007.c crt9007.h crtc_ega.c crtc_ega.h dl1416.c dl1416.h dm9368.c dm9368.h ef9345.c ef9345.h electron.c fm7.c fmtowns.c gamecom.c gb.c hd44102.c hd44102.h hd61830.c hd61830.h hec2video.c i8275.c i8275.h k1ge.c k1ge.h kaypro.c kc.c m6847.c m6847.h mbee.c mekd2.c msm6255.c msm6255.h odyssey2.c pc8801.c pc_aga.c pc_cga.c pc_cga.h pc_ega.c pc_mda.c pc_vga.c pc_vga.h pc_vga_mess.c* pc_vga_mess.h* pc_video.c pc_video.h pc_video_mess.c* pc_video_mess.h* rmnimbus.c samcoupe.c sed1330.c sed1330.h smsvdp.c smsvdp.h spectrum.c super80.c thomson.c timex.c tmc600.c trs80.c upd3301.c upd3301.h upd7220.c upd7220.h vc4000.c vdc8563.c vdc8563.h vectrex.c vic4567.c vic4567.h vic6567.c vic6567.h vtvideo.c vtvideo.h x68k.c zx.c zx8301.c zx8301.h
[src/osd]osdcore.h osdepend.h
[src/osd/sdl]README_SDL13.txt debugosx.m debugwin.c draw13.c drawogl.c drawsdl.c input.c sdlmain.c sdlos_macosx.c sdlos_unix.c sdlos_win32.c video.c window.c window.h
[src/osd/windows]d3d8intf.c d3d9intf.c debugwin.c drawd3d.c drawdd.c input.c sound.c vconv.c video.c windows.mak winmain.c
[src/osd/winui]datafile.c datamap.c directdraw.c directinput.c directories.c mui_util.c properties.c treeview.c winui.c
[src/tools]chdcd.c chdman.c

r8316 Friday 25th June, 2010 at 10:06:45 UTC by Fabio Priuli
[NES] minor refactorization
[src/mess/machine]nes.c

r8315 Friday 25th June, 2010 at 09:57:47 UTC by Fabio Priuli
[NES] separating pcb-based emulation from the mapper-based code (part 2)
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.h
[src/mess/video]nes.c

r8314 Friday 25th June, 2010 at 08:53:04 UTC by Fabio Priuli
[VG5K] Improved emulation (fixing some games like Mission Omega & Helicopter) and added support for .k7 VG5k tapes to castool [Sandro Ronco]
[src/mess/drivers]vg5k.c
[src/mess/formats]vg5k_cas.c
[src/mess/tools/castool]castool.mak main.c
[src/mess/video]ef9345.c

r8313 Friday 25th June, 2010 at 08:35:48 UTC by Fabio Priuli
softlist wip: added Atari XEGS xml list [k1w1]
[hash]xegs.xml*

r8312 Friday 25th June, 2010 at 08:34:43 UTC by Fabio Priuli
[NES] separating pcb-based emulation from the mapper-based code (part 1)
[src/mess/machine]nes_ines.c nes_mmc.c nes_pcb.c nes_unif.c

r8311 Friday 25th June, 2010 at 05:18:25 UTC by Fabio Priuli
hitting save before commit would have been appropriate... (a line was missing from megadriv.xml)
[hash]megadriv.xml

r8310 Friday 25th June, 2010 at 05:13:33 UTC by Fabio Priuli
[NES] fixed pcb emulation of MMC3 clone boards with no WRAM and registers in 0x6000-0x7fff
[src/mess/machine]nes_pcb.c

r8309 Friday 25th June, 2010 at 05:11:36 UTC by Fabio Priuli
softlist wip: added some missing pirate dumps and a new dump
[hash]gba.xml megadriv.xml sms.xml snes.xml

r8308 Thursday 24th June, 2010 at 21:28:42 UTC by Michael Zapf
Report on fixes and new features for ti99 family
[docs]messnew.txt

r8307 Thursday 24th June, 2010 at 21:11:55 UTC by Michael Zapf
Device-ification process: PEB
[src/mess]mess.mak
[src/mess/devices]ti99_peb.c* ti99_peb.h*
[src/mess/drivers]geneve.c ti99_4p.c ti99_4x.c ti99_8.c
[src/mess/includes]geneve.h
[src/mess/machine]994x_ser.c 99_dsk.c 99_hsgpl.c 99_ide.c 99_peb.c 99_peb.h 99_usbsm.c geneve.c ti99_4x.c ti99_4x.h ti99pcod.c

r8306 Thursday 24th June, 2010 at 19:25:55 UTC by Fabio Priuli
[NES] progresses:
- added some missing boards and fixed various details of the boards emulation
- fixed a silly regression in MMC1 code introduced back in rev. 5945: games like Zombie Hunter,
Pirates! and Wrath of the Black Manta are working again)
- added proper handling of MMC1 consecutive writes (code by Mariusz Wojcieszek): games like
Snow Bros and AD&D Hillsfar are working for the first time ever!
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_ines.c nes_mmc.h nes_pcb.c nes_unif.c

r8305 Wednesday 23rd June, 2010 at 18:20:38 UTC by Wilbert Pol
[PV1000] Moved global variables into a driver state. Changed irq timing a bit.
[src/mess/drivers]pv1000.c

r8304 Tuesday 22nd June, 2010 at 18:26:41 UTC by Angelo Salese
[PC2000]: added basic keyboard support and basic rom banking
[src/mess/drivers]pc2000.c

r8303 Tuesday 22nd June, 2010 at 00:52:20 UTC by Angelo Salese
[PC2000]: basic hook-ups
[src/mess/drivers]pc2000.c

r8302 Monday 21st June, 2010 at 16:39:00 UTC by Angelo Salese
[PC98] Various kludges to let the bios test the extended memory
[src/mess/drivers]pc98.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team