Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r8371 Thursday 1st July, 2010 at 20:40:45 UTC by Miodrag Milanović
Remove not needed includes to eventlst.h
[src/mess/drivers]atm.c pentagon.c scorpion.c spec128.c specpls3.c timex.c

r8370 Thursday 1st July, 2010 at 20:00:02 UTC by Fabio Priuli
[NES] wip:
- improved handling of internal mapper RAM (separately treating battery backed RAM and volatile RAM)
- updated MMC6, X1-005 and X1-017 boards to use the appropriate RAM
- converted MMC5 board to use the new code for mmc5_vram
[src/mess/includes]nes.h
[src/mess/machine]nes.c nes_mmc.c nes_pcb.c

r8369 Thursday 1st July, 2010 at 18:27:38 UTC by Dirk Best
[ATARIST] Added newly dumped Disk TOS ROM.
[src/mess/drivers]atarist.c

r8368 Thursday 1st July, 2010 at 18:12:57 UTC by Dirk Best
[A1200] Added placeholders for keyboard MCU ROMs
[src/mess/drivers]ami1200.c

r8367 Thursday 1st July, 2010 at 15:36:41 UTC by Miodrag Milanović
Other devices also needs to be LEGACY_CART_SLOT_DEVICE
[src/mess/devices]aescart.c aescart.h coco_232.c coco_pak.c cococart.h orch90.c ti99cart.c

r8366 Thursday 1st July, 2010 at 14:51:09 UTC by Miodrag Milanović
Removed need for some changes in devlegcy.h
[src/emu]devlegcy.h
[src/mess/devices]aescart.c aescart.h cartslot.c cartslot.h coco_fdc.c cococart.c cococart.h ti99cart.c ti99cart.h

r8365 Thursday 1st July, 2010 at 12:36:35 UTC by Fabio Priuli
[NES] added support (to various degrees of completeness) for some more boards
[src/mess/machine]nes.c nes_ines.c nes_mmc.h nes_pcb.c nes_unif.c

r8364 Thursday 1st July, 2010 at 05:38:26 UTC by R. Belmont
[APPLE2GS] Add ADB MCU dump from ROM 0/1.
[src/mess/drivers]apple2gs.c

r8363 Thursday 1st July, 2010 at 02:02:18 UTC by Fabio Priuli
[NES] misc comment cleanups
[src/mess/machine]nes_ines.c nes_pcb.c

r8362 Wednesday 30th June, 2010 at 21:21:13 UTC by Miodrag Milanović
Cleanup of drivers with daisy chain devices
[src/mess]mess.mak
[src/mess/drivers]einstein.c x1.c
[src/mess/includes]einstein.h* osborne1.h x1.h*
[src/mess/machine]einstein.c* osborne1.c x1.c*

r8361 Wednesday 30th June, 2010 at 20:41:01 UTC by Miodrag Milanović
Daisy chain device rewritten for x1, einstein and osborne1
[src/mess/drivers]einstein.c osborne1.c x1.c
[src/mess/includes]osborne1.h
[src/mess/machine]osborne1.c

r8360 Wednesday 30th June, 2010 at 19:28:57 UTC by Fabio Priuli
[NES] mapper code conversion, part 4 (last?): verified init routines and cleaned them up
[src/mess/machine]nes_ines.c nes_mmc.c nes_pcb.c nes_unif.c

r8359 Wednesday 30th June, 2010 at 19:03:39 UTC by Miodrag Milanović
Removed not needed text block from file
[docs]messnew.txt

r8358 Wednesday 30th June, 2010 at 14:50:07 UTC by Fabio Priuli
minor fixes
[hash]nes.hsi
[src/mess/machine]nes.c

r8357 Wednesday 30th June, 2010 at 14:36:42 UTC by Fabio Priuli
[NES] wip:
- mapper code conversion, part 3: added crc hacks for some Konami games and for protected CNROM.
All Konami games now work again (also the ones which never worked before like Japanese TMNT 1 & 2)
and mapper 185 games are now supported
- added working support for mappers 142 (Kaiser KS7032), 163 (Nanjing games), 175 (Kaiser KS7022),
based on pcb code
- added partially working support for mapper 56 (Kaiser KS202), based on pcb code
- added not working support for mapper 168 (Racermate Challenger 2), based on pcb code
[hash]nes.hsi
[src/mess/machine]nes.c nes_ines.c nes_pcb.c

r8356 Wednesday 30th June, 2010 at 10:19:44 UTC by Fabio Priuli
[NES] mapper code conversion, part 2: all mappers now use PCB code (Konami VRC-2, VRC-4 and VRC-6 games temporarily broken)
[src/mess/machine]nes.c nes_ines.c nes_mmc.c nes_mmc.h nes_pcb.c

r8355 Tuesday 29th June, 2010 at 20:55:49 UTC by Fabio Priuli
[MICRONIC] made progresses on the emulation and added NVRAM [Sandro Ronco]
[src/mess/drivers]micronic.c
[src/mess/includes]micronic.h
[src/mess/video]hd61830.c hd61830.h

r8354 Tuesday 29th June, 2010 at 19:22:43 UTC by Fabio Priuli
[NES] wip:
- added emulation of some Kaiser boards (KS7022 and KS7032 working, KS202 partially working, and KS7017 preliminary)
- started converting mapper emulation to use PCB code
[src/mess/machine]nes.c nes_ines.c nes_mmc.h nes_pcb.c nes_unif.c

r8353 Tuesday 29th June, 2010 at 19:21:34 UTC by Miodrag Milanović
Fixed spectrum.xml jetpac sha1 error
[hash]spectrum.xml

r8352 Tuesday 29th June, 2010 at 19:09:10 UTC by Cowering
test commit.. no changes
[src/mess]cheatms.c

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

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team