Note Feed

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

Previous 50 199869 Revisions Next 50

r20820 Thursday 7th February, 2013 at 22:14:18 UTC by Wilbert Pol
(MESS) galaxy.c: Reduce tagmap lookups. (nw)
[src/mess/includes]galaxy.h
[src/mess/machine]galaxy.c
[src/mess/video]galaxy.c

r20819 Thursday 7th February, 2013 at 21:50:11 UTC by Wilbert Pol
(MESS) irisha.c: Reduce tagmap lookups (nw)
[src/mess/includes]irisha.h
[src/mess/machine]irisha.c
[src/mess/video]irisha.c

r20818 Thursday 7th February, 2013 at 21:38:46 UTC by Wilbert Pol
(MESS) nanos.c: Reduce tagmap lookups (nw)
[src/mess/drivers]nanos.c

r20817 Thursday 7th February, 2013 at 21:24:43 UTC by Wilbert Pol
(MESS) pecom.c: Reduce tagmap lookups. (nw)
[src/mess/includes]pecom.h
[src/mess/machine]pecom.c

r20816 Thursday 7th February, 2013 at 21:12:55 UTC by Fabio Priuli
forgot to comment out a printf... nw.
[src/mess/machine]gb.c

r20815 Thursday 7th February, 2013 at 21:02:50 UTC by Wilbert Pol
(MESS) sapi1.c: Tagmap cleanups (nw)
[src/mess/drivers]sapi1.c
[src/mess/includes]sapi1.h
[src/mess/machine]sapi1.c

r20814 Thursday 7th February, 2013 at 20:55:30 UTC by Wilbert Pol
(MESS) Cleaned up tagmap usage in the spectrum drivers a bit. (nw)
[src/mess/drivers]atm.c elwro800.c pentagon.c scorpion.c spec128.c specpls3.c spectrum.c timex.c
[src/mess/formats]spec_snqk.c
[src/mess/includes]spectrum.h
[src/mess/video]spectrum.c

r20813 Thursday 7th February, 2013 at 20:48:50 UTC by Wilbert Pol
(MESS) Removed some unneeded prototypes (nw)
[src/mess/machine]ataridev.h

r20812 Thursday 7th February, 2013 at 20:41:05 UTC by Fabio Priuli
(MESS) gb.c: many updates to cart handling [Fabio Priuli]
 - updated carts to be slot devices
 - simplified loading and bankswitch mechanism
 - fixed MMM01 emulation
 - removed need for "mapper" feature from xml softlist, since the new "slot" feature is enough
[hash]gameboy.xml gbcolor.xml
[src/mess]mess.mak
[src/mess/drivers]gb.c
[src/mess/includes]gb.h
[src/mess/machine]gb.c gb_mbc.c* gb_mbc.h* gb_rom.c* gb_rom.h* gb_slot.c* gb_slot.h*
[src/mess/video]gb.c

r20811 Thursday 7th February, 2013 at 20:16:51 UTC by Angelo Salese
Fixed another regression, urgh
[src/mame/video]stvvdp1.c

r20810 Thursday 7th February, 2013 at 19:23:35 UTC by Fabio Priuli
whoops. this was not the latest version.
[src/mess/drivers]megadriv.c

r20809 Thursday 7th February, 2013 at 19:21:05 UTC by Fabio Priuli
(MESS) megadriv.c: more updates [Fabio Priuli]
 - implemented correct ROM mirroring, based on research by Eke & others
 - emulated the protection in Ya Se Chuan Shuo, promoting it to work state
 - fixed cart type in Blockbuster World Video Game Championship II (works for the first time in MESS)
 - fixed cart type in HardBall III, Barver Battle Saga and Chao Ji Da Fu Weng
 - added support for unusual SRAM location in HardBall 95
 - fixed a few regressions introduced in the previous commit
 - fixed wrong driver class being used in 32x and SegaCD
[hash]megadriv.xml
[src/mame/includes]megadriv.h
[src/mame/machine]megadriv.c
[src/mess/drivers]megadriv.c
[src/mess/machine]md_eeprom.c md_jcart.c md_rom.c md_rom.h md_sk.c md_slot.c md_slot.h

r20808 Thursday 7th February, 2013 at 19:12:43 UTC by Angelo Salese
Reverted previous fix, needs rewrite anyway
[src/mame/includes]stv.h
[src/mame/video]stvvdp1.c

r20807 Thursday 7th February, 2013 at 18:18:58 UTC by Angelo Salese
Obviously I don't understand why there was a /2 in the drawpixel functions, fixed gfx regressions
[src/mame/video]stvvdp1.c

r20806 Thursday 7th February, 2013 at 16:42:33 UTC by Angelo Salese
Removed 'gfx_decode' and fixed compile. Minor speed gain
[src/mame/includes]stv.h
[src/mame/machine]stvcd.c
[src/mame/video]stvvdp1.c

r20805 Thursday 7th February, 2013 at 16:09:28 UTC by hap
revert r20364: "screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs.  Increase their osd refresh rate to 1KHz [O. Galibert]"
The solution needs to be rethought :) this one made (most?)screenless drivers slow down to a crawl
[src/emu]screen.h

r20804 Thursday 7th February, 2013 at 16:04:04 UTC by Angelo Salese
Removed pointless VDP1 gfx decoding
[src/mame/drivers]saturn.c
[src/mame/video]stvvdp2.c

r20803 Thursday 7th February, 2013 at 15:55:28 UTC by Angelo Salese
Fixed myfairld default
[src/mame/drivers]saturn.c

r20802 Thursday 7th February, 2013 at 15:52:41 UTC by Angelo Salese
Minor changes
[src/mame/drivers]saturn.c stv.c
[src/mame/includes]stv.h
[src/mame/machine]stvcd.h

r20801 Thursday 7th February, 2013 at 15:25:11 UTC by Angelo Salese
State-ized CD block, and finished state-izing VDP1, thanks to OG & Micko
[src/mame/drivers]saturn.c
[src/mame/includes]stv.h
[src/mame/machine]stvcd.c stvcd.h
[src/mame/video]stvvdp1.c

r20800 Thursday 7th February, 2013 at 14:56:40 UTC by Curt Coder
(MESS) Added some RS-232 slots. (nw)
[src/mess/drivers]abc80x.c c128.c cbm2.c
[src/mess/includes]abc80x.h cbm2.h
[src/mess/machine]c64_swiftlink.c c64_swiftlink.h c64_turbo232.c c64_turbo232.h

r20799 Thursday 7th February, 2013 at 14:55:59 UTC by Curt Coder
(MESS) plus4: Speech WIP. (nw)
[src/emu/sound]sound.mak t6721a.c* t6721a.h*
[src/mess]mess.mak
[src/mess/audio]t6721.c t6721.h
[src/mess/drivers]plus4.c
[src/mess/includes]plus4.h
[src/mess/machine]c64_magic_voice.c* c64_magic_voice.h* cbmipt.c cbmipt.h mos8706.c* mos8706.h*

r20798 Thursday 7th February, 2013 at 14:49:20 UTC by Curt Coder
(MESS) cbm2: Added floppies. (nw)
[hash]cbm2_flop.xml

r20797 Thursday 7th February, 2013 at 13:53:42 UTC by Nathan Woods
[COCO/MC6847] Made the MC6847 emulation support mid-scanline video mode changes.
This will enable the video in the CoCo 2 game "Dragon Fire" to work correctly
when we get a cycle exact 6809 emulation.
[src/mess/video]gime.c gime.h mc6847.c mc6847.h

r20796 Thursday 7th February, 2013 at 11:37:17 UTC by Sandro Ronco
(MESS) small cleanups. (nw)
[src/mess/drivers]geniusiq.c uzebox.c

r20795 Thursday 7th February, 2013 at 11:27:08 UTC by Oliver Stöneberg
fixed -listsoftware DTD (nw)
[src/emu]clifront.c

r20794 Thursday 7th February, 2013 at 09:55:57 UTC by O. Galibert
misc fixes.  Hint: read_safe can't work anymore (nw)
[src/mess/drivers]atarist.c mac.c newbrain.c
[src/mess/includes]z80ne.h
[src/mess/machine]apple2.c c2040.c

r20793 Thursday 7th February, 2013 at 09:36:29 UTC by Barry Rodewald
isa_gus: Fixed audio streaming in the Windows GUS drivers, and added a hacky workaround for WIn95 setting invalid IRQ settings. (no whatsnew)
[src/mess/machine]isa_gus.c isa_gus.h

r20792 Thursday 7th February, 2013 at 05:30:50 UTC by Angelo Salese
Second round of previous commit, needs recompile
[src/mame/includes]stv.h
[src/mame/video]stvvdp1.c stvvdp2.c

r20791 Thursday 7th February, 2013 at 04:55:02 UTC by Angelo Salese
State-ized Sega Saturn VDP1 & 2 [Angelo Salese]
[src/mame/drivers]saturn.c
[src/mame/includes]stv.h
[src/mame/machine]smpc.c
[src/mame/video]stvvdp1.c stvvdp2.c

r20790 Thursday 7th February, 2013 at 04:25:04 UTC by Carl
pcap: don't crash on exit when wpcap.dll is unloaded before pcap_close is called. (nw)
i386: fix bug (nw)
[src/emu/cpu]vtlb.c vtlb.h
[src/emu/cpu/i386]i386priv.h
[src/osd/windows]netdev_pcap.c

r20789 Thursday 7th February, 2013 at 04:08:46 UTC by R. Belmont
Add server socket support instead of just client. [SailorSat, R. Belmont]
[src/osd/sdl]sdlfile.h sdlsocket.c
[src/osd/windows]winsocket.c

r20788 Thursday 7th February, 2013 at 03:26:05 UTC by Ryan Holtz
arm7ops.c: Fix SMULW, SMLAW opcodes [MooglyGuy]
[src/emu/cpu/arm7]arm7drc.c arm7ops.c

r20787 Thursday 7th February, 2013 at 03:01:34 UTC by Ryan Holtz
arm7ops.c: Fix SMLAL opcode. [MooglyGuy]

nw - looks like another dodgy one.
[src/emu/cpu/arm7]arm7drc.c arm7ops.c

r20786 Thursday 7th February, 2013 at 02:42:38 UTC by Ryan Holtz
arm7ops.c: Fixed behavior of SMLAxy opcode. [MooglyGuy]

nw - not sure if this is correct, but it looks a lot more correct than before. I'm not actually sure what we have in MAME or MESS that uses ARMv5 opcodes.
[src/emu/cpu/arm7]arm7drc.c arm7ops.c

r20785 Thursday 7th February, 2013 at 01:28:14 UTC by Carl
i386: improve tlb performance slightly (nw)
[src/emu/cpu]vtlb.c
[src/emu/cpu/i386]i386priv.h

r20784 Wednesday 6th February, 2013 at 21:54:31 UTC by Angelo Salese
Removed a log
[src/mame/video]stvvdp2.c

r20783 Wednesday 6th February, 2013 at 21:53:52 UTC by Wilbert Pol
(MESS) atari400.c: Started cleaning things a bit (nw)
[src/mess/drivers]atari400.c

r20782 Wednesday 6th February, 2013 at 21:22:34 UTC by Tafoid
idectrl.c:  [Peter Ferrie]
- Fix regression in Fishin' Frenzy without breaking Area 51 Site 4.
[src/emu/machine]idectrl.c

r20781 Wednesday 6th February, 2013 at 21:18:00 UTC by Tafoid
clifront.c:  [Peter Ferrie]
- Faster enumeration during -verifyroms



comment:
The diff is large because of the addition of a set of {}.
The real change is actually only a single line, to perform the
secondary auditing only if the first audit was (potentially)
incomplete because of a special name or wildcards.
[src/emu]clifront.c

r20780 Wednesday 6th February, 2013 at 20:39:31 UTC by Curt Coder
(MESS) Refactored all drivers to use the new MOS6551 and removed the old implementation. (nw)
[src/emu]emu.mak
[src/emu/machine]6551acia.c 6551acia.h
[src/mame/drivers]cops.c
[src/mess/drivers]aim65_40.c apple3.c clcd.c concept.c dgn_beta.c digel804.c dragon.c ec65.c microtan.c mits680b.c mmodular.c oric.c rvoice.c thomson.c
[src/mess/formats]m65_snqk.c
[src/mess/includes]concept.h dragon.h oric.h plus4.h thomson.h
[src/mess/machine]a2ssc.c a2ssc.h apple3.c coco_232.c coco_232.h dgn_beta.c microtan.c

r20779 Wednesday 6th February, 2013 at 20:32:33 UTC by Wilbert Pol
Getting rid of DEVICE_IMAGE_START (nw)
[src/emu]diimage.h
[src/emu/imagedev]cartslot.c cartslot.h
[src/mame/drivers]jaguar.c
[src/mame/includes]jaguar.h
[src/mess/drivers]a2600.c a7800.c bbcbc.c gamepock.c gb.c nc.c ngp.c scv.c sms.c svi318.c wswan.c
[src/mess/includes]a7800.h c64_legacy.h gamepock.h gb.h nc.h nes.h sms.h svi318.h wswan.h
[src/mess/machine]a7800.c c64_legacy.c c65.c gb.c nc.c sms.c svi318.c wswan.c

r20778 Wednesday 6th February, 2013 at 20:18:08 UTC by Wilbert Pol
Fix debug compile (nw)
[src/mame/machine]decocass.c

r20777 Wednesday 6th February, 2013 at 19:46:55 UTC by Angelo Salese
Fix compile
[src/mame/video]stvvdp2.c

r20776 Wednesday 6th February, 2013 at 19:19:17 UTC by Curt Coder
(MESS) c64: Added CMD Turbo232 cartridge emulation. [Curt Coder]
[hash]c64_flop.xml
[src/mess]mess.mak
[src/mess/machine]c64_turbo232.c* c64_turbo232.h* cbmipt.c cbmipt.h

r20775 Wednesday 6th February, 2013 at 18:57:58 UTC by Curt Coder
(MESS) c64: Added CMD SwiftLink cartridge emulation. [Curt Coder]
[hash]c64_flop.xml
[src/emu/machine]mos6551.c
[src/mess]mess.mak
[src/mess/machine]c64_swiftlink.c* c64_swiftlink.h* cbmipt.c cbmipt.h

r20774 Wednesday 6th February, 2013 at 18:25:23 UTC by Angelo Salese
Part 2 of Last Bronx gfx fixing: that shadow logic looks quite illogic to me ...
[src/mame/video]stvvdp2.c

r20773 Wednesday 6th February, 2013 at 17:35:34 UTC by Angelo Salese
Part 1 of Last Bronx gfx fixing: fixed shadows in double X condition
[src/mame/video]stvvdp2.c

r20772 Wednesday 6th February, 2013 at 16:54:14 UTC by Angelo Salese
Support fade in/out for rgb555 zooming tiles
[src/mame/video]stvvdp2.c

r20771 Wednesday 6th February, 2013 at 16:26:42 UTC by Angelo Salese
Fixed linezoom in VDP2, don't laugh
[src/mame/video]stvvdp2.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team