Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r7689 Sunday 4th April, 2010 at 06:04:17 UTC by Robbbert
[MBEE] Added credits and info.
[src/mess/drivers]mbee.c

r7688 Saturday 3rd April, 2010 at 23:07:57 UTC by MooglyGuy
Improved Rectangle drawing in the RDP core. [Harmony]
[src/mame/video]n64.c rdpfrect.c rdptrect.c

r7687 Saturday 3rd April, 2010 at 21:02:52 UTC by MooglyGuy
Disabled DRC versions of certain vector load/store operations in the
RSP core in order to avoid geometry issues. [Harmony]
[src/emu/cpu/rsp]rspdrc.c

r7686 Saturday 3rd April, 2010 at 20:57:24 UTC by MooglyGuy
Fixed massive texturing issues in the N64 driver. [Harmony]
[src/mame/video]n64.c rdpblend.c rdpspn16.c

r7685 Saturday 3rd April, 2010 at 20:36:20 UTC by Fabio Priuli
[FAMICOM] Fixed fds format problems: Famicom Disk System is now back to the 0.135 status. Also, fixed a "free'd pointer which had never been allocated" issue (reported on MacOSX).
[src/mess/formats]nes_dsk.c
[src/mess/machine]nes.c

r7684 Saturday 3rd April, 2010 at 15:45:40 UTC by Angelo Salese
Corrected I/O timer
[src/mame/machine]snes.c

r7683 Saturday 3rd April, 2010 at 15:18:29 UTC by Angelo Salese
[SNES]: Moved the i/o update status inside a timer, this fixes F-1 Grand Prix Part 2 booting
[src/mame/includes]snes.h
[src/mame/machine]snes.c

r7682 Saturday 3rd April, 2010 at 15:14:25 UTC by Robbbert
Fixed crash if premounted cassette was moved to another folder.
[src/mess/formats]cassimg.c

r7681 Saturday 3rd April, 2010 at 11:30:16 UTC by Robbbert
[8080/8085 CPU] Fix of mametester bug 3227. Someone please commit to MAME.
Bug was: in debug, if you set the A register, it setted F. If you set the F register, you got an error.
[src/emu/cpu/i8085]i8085.c i8085.h

r7680 Saturday 3rd April, 2010 at 10:40:05 UTC by Robbbert
[VT240] Little cleanup.
[src/mess/drivers]vt240.c

r7679 Friday 2nd April, 2010 at 17:51:05 UTC by Angelo Salese
[SNES]: Clear pending IRQ if the IRQ enable flag is disabled, fixes 3x3 Eyes - Seima Korin Den booting
[src/mame/machine]snes.c

r7678 Friday 2nd April, 2010 at 08:29:16 UTC by Miodrag Milanović
Removed v6741 from mess.mak since it is probably added by mistake, this fix compile
[src/mess]mess.mak

r7677 Friday 2nd April, 2010 at 05:56:21 UTC by MooglyGuy
Sync with MAME
[src/mame/video]n64.c

r7676 Friday 2nd April, 2010 at 05:40:45 UTC by MooglyGuy
Almost completely re-wrote the N64 RDP implementation to be class-
based. Import from MAME. [Harmony]
[src/mame/includes]n64.h
[src/mame/machine]n64.c
[src/mame/video]n64.c n64.h* rdpacomp.c rdpacomp.h rdpacvg.c rdpacvg.h rdpblend.c rdpblend.h rdpcc.c rdpcc.h rdpclamp.c rdpclamp.h rdpfb.c rdpfb.h rdpfetch.c rdpfetch.h rdpfiltr.c* rdpfrect.c rdpfrect.h rdpmask.c rdpmask.h rdpshift.c rdpshift.h rdpspn16.c rdpspn16.h rdptpipe.c rdptpipe.h rdptrect.c rdptrect.h rdptri.c rdptri.h rdpupd16.c rdpupd16.h rdpzcomp.c rdpzcomp.h
[src/mess]mess.mak
[src/mess/drivers]n64.c

r7675 Friday 2nd April, 2010 at 05:37:45 UTC by Fabio Priuli
[SNES] one more variable moved from snes_ram to the driver state
[src/mame/video]snes.c

r7674 Thursday 1st April, 2010 at 23:11:14 UTC by Barry Rodewald
[FMTOWNS] Corrected PCM IRQ masks and PCM RAM size.
[src/mess/drivers]fmtowns.c

r7673 Thursday 1st April, 2010 at 15:53:56 UTC by Jonathan Gevaryahu
Added hardware comments and added preliminary noise support [PlgDavid]
[src/mess/audio]upd1771.c

r7672 Thursday 1st April, 2010 at 12:18:27 UTC by Fabio Priuli
[SNES] fixed DSP3 init. SD Gundam GX does not crash anymore at start (Thanks Tafoid for spotting this)
[src/mame/machine]snesdsp3.c

r7671 Wednesday 31st March, 2010 at 11:20:27 UTC by Miodrag Milanović
Elektronika MC7105 skeleton
[docs]messnew.txt
[src/mess]mess.mak messdriv.c
[src/mess/drivers]vt220.c vt240.c*

r7670 Tuesday 30th March, 2010 at 22:54:25 UTC by Fabio Priuli
[NES] sync'd with MAME
[src/mame/video]ppu2c0x.c ppu2c0x.h

r7669 Tuesday 30th March, 2010 at 22:47:07 UTC by Fabio Priuli
[SNES] wip:
- fixed a SRAM size problem which caused copy-protection checks to fail in various games (e.g. Super Moero Pro Yakyuu! or Super Tetris 3)
- moved PPU registers handling to video/snes.c
[src/mame/includes]snes.h
[src/mame/machine]snes.c
[src/mame/video]snes.c

r7668 Tuesday 30th March, 2010 at 08:13:26 UTC by Fabio Priuli
[SNES] wip:
- fixed reserved memory address read not returning open_bus
- fixed a few add-on chip reads not returning open_bus
[src/emu/cpu/superfx]superfx.c superfx.h
[src/mame/machine]snes.c snes7110.c snesrtc.c snessdd1.c
[src/mess/machine]snescart.c

r7667 Tuesday 30th March, 2010 at 06:04:03 UTC by Curt Coder
[STUDIO2] Moved st2 cartridge load to formats.
[src/mess]mess.mak
[src/mess/drivers]studio2.c
[src/mess/formats]studio2_st2.c* studio2_st2.h*
[src/mess/includes]studio2.h

r7666 Monday 29th March, 2010 at 23:27:18 UTC by Phill Harvey-Smith
Added preliminary mouse emulation
[src/mess/drivers]rmnimbus.c
[src/mess/includes]rmnimbus.h
[src/mess/machine]rmnimbus.c
[src/mess/video]rmnimbus.c

r7665 Monday 29th March, 2010 at 21:27:53 UTC by Fabio Priuli
[SNES] wip:
- Fixed a bug in SPC7110 handlers (now Tengai Makyou Zero test reaches RTC tests and fails them, instead of getting stuck at MUL/DIV tests)
- Implemented very preliminary (and currently broken) SPC7110 RTC emulation
- Updated DSP2 handlers to better reflect Overload's docs (problem and fix actually found by byuu)
- Updated add-on chips handlers to reflect byuu's findings
[src/mame/machine]snes.c snes7110.c snesdsp2.c snesrtc.c
[src/mess/machine]snescart.c

r7664 Monday 29th March, 2010 at 13:34:21 UTC by Angelo Salese
[MZ2500]: Implemented IPLPRO support
[src/mess/drivers]mz2500.c

r7663 Monday 29th March, 2010 at 11:12:56 UTC by Fabio Priuli
[SNES] wip:
- moved some variables from snes_ram to driver state
- set a few addresses as open bus
- slightly changed SuperFX handlers not to access SNES WRAM
[src/emu/cpu/superfx]superfx.c
[src/mame/includes]snes.h
[src/mame/machine]snes.c
[src/mess/machine]snescart.c

r7662 Sunday 28th March, 2010 at 19:38:01 UTC by Angelo Salese
[MZ2500] Implemented fdc & floppy image support, doesn't work due of a wd17xx core bug
[src/mess/drivers]mz2500.c

r7661 Sunday 28th March, 2010 at 17:53:19 UTC by Fabio Priuli
[SNES] wip:
- enforced abus validity check on dma reads
- fixed possible tile and vram out of bounds bugs
[src/mame/includes]snes.h
[src/mame/machine]snes.c
[src/mame/video]snes.c

r7660 Sunday 28th March, 2010 at 17:28:12 UTC by Angelo Salese
[X1]: Implemented for good z80dma irqs, games that uses it still doesn't work due of other z80dma and wd17xx bugs
[src/mess/drivers]x1.c

r7659 Sunday 28th March, 2010 at 16:55:55 UTC by Angelo Salese
[MZ2500]: rewritten the bankswitch system by using custom code, hooked up basic PCG support and removed the PIO kludge
[src/mess/drivers]mz2500.c

r7658 Sunday 28th March, 2010 at 11:38:51 UTC by Fabio Priuli
[SNES] Improved HDMA emulation: it now init/updates as specified by Anomie's docs
[src/mame/includes]snes.h
[src/mame/machine]snes.c

r7657 Sunday 28th March, 2010 at 07:41:36 UTC by Fabio Priuli
[SNES] fixed HDMA regression (it fixes Desert Fighter title screen)
[src/mame/machine]snes.c

r7656 Saturday 27th March, 2010 at 19:25:33 UTC by Angelo Salese
[MZ2500]: kludged a pio port, it now checks for a floppy disk
[src/mess/drivers]mz2500.c

r7655 Saturday 27th March, 2010 at 18:28:51 UTC by Angelo Salese
[MZ2500]: A bunch of video features hooked up
[src/mess/drivers]mz2500.c

r7654 Saturday 27th March, 2010 at 17:01:17 UTC by Angelo Salese
[MZ2500]: Implemented basic video and irq system
[src/mess/drivers]mz2500.c

r7653 Saturday 27th March, 2010 at 15:46:52 UTC by Angelo Salese
[X1]: Enabled z80dma irqs
[src/mess/drivers]x1.c

r7652 Saturday 27th March, 2010 at 14:38:02 UTC by Fabio Priuli
[SNES]: enabled PPU->CPU hdma transfer and moved hdma variables to snes_state
[src/mame/includes]snes.h
[src/mame/machine]snes.c

r7651 Friday 26th March, 2010 at 23:35:48 UTC by Fabio Priuli
[SNES] wip:
- improved VRAM accesses (they're invalid during active display)
- improved DMA transfers (not all addresses can be accessed)
[src/mame/machine]snes.c

r7650 Friday 26th March, 2010 at 20:05:19 UTC by Angelo Salese
[MZ2500]: Implemented bankswitch system [Angelo Salese]
[src/mess/drivers]mz2500.c

r7649 Friday 26th March, 2010 at 19:28:40 UTC by Fabio Priuli
[SNES] wip:
- greatly simplified tile drawing routines
- fixed a couple of small bugs in mosaic support
- reworked debug functions to be detected properly in all games (e.g. they now work in Jurassic Park and SMW2)
[src/mame/machine]snes.c
[src/mame/video]snes.c
[src/mess/drivers]snes.c

r7648 Friday 26th March, 2010 at 19:16:22 UTC by Wilbert Pol
Added NTS DreamWriter 325 roms.
[src/mess/drivers]nakajies.c

r7647 Friday 26th March, 2010 at 18:16:28 UTC by Angelo Salese
[MZ2500]: linked the memory map
[src/mess/drivers]mz2500.c

r7646 Friday 26th March, 2010 at 16:40:28 UTC by Angelo Salese
Separated the Sharp MZ-2500 into it's own driver
[src/mess]mess.mak
[src/mess/drivers]mz2500.c* mz700.c

r7645 Friday 26th March, 2010 at 15:49:56 UTC by Fabio Priuli
re-applied rev 7636
[src/mame/video]snes.c

r7644 Friday 26th March, 2010 at 09:56:40 UTC by Curt Coder
[COMX35] Moved comx quickload to formats.
[src/mess]mess.mak
[src/mess/drivers]comx35.c
[src/mess/formats]comx35_comx.c* comx35_comx.h*
[src/mess/includes]comx35.h
[src/mess/machine]comx35.c

r7643 Friday 26th March, 2010 at 09:47:17 UTC by Curt Coder
[TRS80] Moved /CMD quickload to formats.
[src/mess]mess.mak
[src/mess/drivers]trs80.c
[src/mess/formats]trs_cmd.c* trs_cmd.h*
[src/mess/includes]trs80.h
[src/mess/machine]trs80.c

r7642 Friday 26th March, 2010 at 06:15:56 UTC by Justin Kerk
Change spectrum.c back to UTF-8, but without BOM
[src/mess/drivers]spectrum.c

r7641 Friday 26th March, 2010 at 03:25:34 UTC by Nathan Woods
Updated to MAME 0.137u1 core
[ROOT]makefile
[docs]messnew.txt
[src/build]png2bdc.c
[src/emu]clifront.c inptport.c output.c rendlay.c tilemap.c tilemap.h
[src/emu/cpu/avr8]avr8.c
[src/emu/cpu/g65816]g65816op.h
[src/emu/cpu/h83002]h8_8.c
[src/emu/cpu/i386]i386op16.c i386op32.c i386priv.h pentops.c
[src/emu/cpu/m37710]m37710op.h
[src/emu/cpu/m6800]m6800.c
[src/emu/cpu/m68000]m68kfpu.c
[src/emu/cpu/mc68hc11]hc11ops.c hc11ops.h
[src/emu/cpu/mn10200]mn10200.c mn10200.h
[src/emu/cpu/ssem]ssem.c
[src/emu/cpu/tlcs90]tlcs90.c
[src/emu/cpu/v30mz]nec.h v30mz.c
[src/emu/cpu/z8000]makedab.c
[src/emu/debug]express.c
[src/emu/sound]ay8910.c tms5110.c tms5110r.c tms5220.c votrax.c
[src/emu/video]rgbutil.c rgbvmx.h
[src/lib/softfloat]mamesf.h
[src/mame]mamedriv.c
[src/mame/audio]exidy.c snes_snd.c taito_zm.c
[src/mame/drivers]berzerk.c cave.c cbasebal.c ddenlovr.c dwarfd.c dynax.c funworld.c galaxian.c galdrvr.c gei.c konamigx.c mazerbla.c megatech.c metro.c model3.c namcofl.c namcos11.c namcos2.c namcos21.c namcos22.c namcos23.c nss.c paradise.c pasha2.c pass.c pastelg.c pbaction.c pgm.c poo.c raiden2.c scramble.c segaybd.c snesb.c stv.c thunderx.c toaplan1.c twincobr.c ultrsprt.c vamphalf.c vmetal.c wardner.c yiear.c zn.c
[src/mame/includes]dynax.h exidy.h metro.h* paradise.h pass.h pbaction.h* snes.h twincobr.h
[src/mame/layout]bigdeal.lay* jollycrd.lay* namcofl.lay* royalcrd.lay*
[src/mame/machine]kaneko16.c n64.c namcos2.c snes.c snessdd1.c twincobr.c
[src/mame/video]amiga.c amigaaga.c cave.c dynax.c funworld.c hng64.c konamigx.c konicdev.c metro.c n64.c paradise.c pass.c pastelg.c pbaction.c psikyosh.c snes.c stvvdp2.c taitoic.c taitojc.c toaplan1.c twincobr.c
[src/osd/sdl]debugwin.c gl_shader_tool.c input.c sound.c testkeys.c window.c
[src/osd/windows]debugwin.c video.c
[src/tools]split.c srcclean.c

r7640 Thursday 25th March, 2010 at 15:12:13 UTC by Curt Coder
[CONKORT] Added notes.
[src/mess/machine]conkort.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team