Note Feed

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

Previous 50 199869 Revisions Next 50

r20570 Monday 28th January, 2013 at 01:58:07 UTC by Oliver Stöneberg
(MESS) fixed uninitialized memory in mess/video/uv201.c (MT05125) [Oliver Stöneberg]
[src/mess/video]uv201.c

r20569 Monday 28th January, 2013 at 01:38:58 UTC by R. Belmont
(MESS) De-tagged the Apple II series drivers [R. Belmont]
[src/mess/drivers]apple2gs.c
[src/mess/includes]apple2.h apple2gs.h
[src/mess/machine]apple2.c apple2gs.c ay3600.c

r20568 Monday 28th January, 2013 at 01:37:31 UTC by Oliver Stöneberg
(MESS) fixed usage of uninitialized memory in mess/video/733_asr.c (MT05126) [Oliver Stöneberg]
[src/mess/video]733_asr.c

r20567 Monday 28th January, 2013 at 01:28:45 UTC by Oliver Stöneberg
(MESS) avoid usage of uninitialized memory in nc.c (MT05130) [Oliver Stöneberg]
[src/mess/drivers]nc.c

r20566 Monday 28th January, 2013 at 01:17:48 UTC by Robbbert
(MESS) sgi_ip2 tags (nw)
[src/mess/drivers]sgi_ip2.c

r20565 Monday 28th January, 2013 at 01:14:39 UTC by Oliver Stöneberg
fixed compiler warnings (nw)
[src/mame/drivers]cd32.c
[src/mame/machine]amiga.c

r20564 Monday 28th January, 2013 at 00:45:55 UTC by Robbbert
(MESS) pentagon tags (nw)
[src/mess/drivers]pentagon.c

r20563 Monday 28th January, 2013 at 00:18:49 UTC by Robbbert
(MESS) d6800 tags (nw)
[src/mess/drivers]d6800.c

r20562 Sunday 27th January, 2013 at 23:50:34 UTC by Robbbert
(MESS) scorpion tags (nw)
[src/mess/drivers]atm.c scorpion.c

r20561 Sunday 27th January, 2013 at 23:50:00 UTC by Brian Troha
itech32.c: Mention Virtual Pool as being on the "Eagle" platform - NW
[src/mame/drivers]itech32.c

r20560 Sunday 27th January, 2013 at 22:42:05 UTC by David Haywood
further reductions in amiga (nw)
[src/mame/drivers]alg.c arcadia.c cd32.c mquake.c upscope.c
[src/mame/includes]amiga.h
[src/mess/drivers]amiga.c

r20559 Sunday 27th January, 2013 at 22:32:33 UTC by Angelo Salese
Made minit/sinit to force resync instead of boost interleave, fixes Densetsu no Ogre Battle booting
[src/mame/drivers]saturn.c
[src/mame/video]stvvdp1.c stvvdp2.c

r20558 Sunday 27th January, 2013 at 22:26:27 UTC by David Haywood
thinking about it these must be hashlookups too, we were converting the param to a char* string and passing it to ioport()
[src/mame/drivers]alg.c arcadia.c cd32.c mquake.c
[src/mame/includes]amiga.h cd32.h
[src/mame/machine]amiga.c
[src/mess/drivers]amiga.c

r20557 Sunday 27th January, 2013 at 21:50:50 UTC by David Haywood
amiga / cd32 tagmap cleanups (nw)
[src/mame/drivers]cd32.c
[src/mame/includes]amiga.h cd32.h
[src/mame/machine]amiga.c

r20556 Sunday 27th January, 2013 at 21:33:18 UTC by Tafoid
CPS-1 update [Team CPS-1]:
* Replaced NM_23.13B in nemoj with proper dump
* Confirmed 1 label in sf2ue according to the real board
[src/mame/drivers]cps1.c

r20555 Sunday 27th January, 2013 at 21:29:55 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]abc80x.c c64.c cbm2.c plus4.c
[src/mess/includes]abc80x.h c64.h cbm2.h plus4.h
[src/mess/video]abc800.c abc802.c abc806.c

r20554 Sunday 27th January, 2013 at 21:25:12 UTC by R. Belmont
gba: remove unnecessary casting (nw)
[src/mess/drivers]gba.c

r20553 Sunday 27th January, 2013 at 20:31:32 UTC by Angelo Salese
VDP1 command list 3 is a mirror for distorted sprite, fixes Hardcore 4x4
[src/mame/video]stvvdp1.c

r20552 Sunday 27th January, 2013 at 19:44:03 UTC by Wilbert Pol
Typo :) (nw)
[src/mess/drivers]supercon.c

r20551 Sunday 27th January, 2013 at 19:27:44 UTC by Wilbert Pol
(MESS) odyssey2.c: Fixed save_item type error (nw)
[src/mess/drivers]odyssey2.c

r20550 Sunday 27th January, 2013 at 19:24:59 UTC by David Haywood
further mpu4 tag cleanups (nw)
[src/mame/drivers]mpu4hw.c mpu4vid.c

r20549 Sunday 27th January, 2013 at 19:19:48 UTC by Wilbert Pol
(MESS) odyssey2.c: Registered some members for state saving (nw)
[src/mess/drivers]odyssey2.c

r20548 Sunday 27th January, 2013 at 19:18:13 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]c128.c c64.c pcw16.c portfoli.c sage2.c
[src/mess/includes]c128.h

r20547 Sunday 27th January, 2013 at 19:11:43 UTC by Curt Coder
(MESS) vic20: Cleaned up input handling. Controllers are now connected using the slot interface, and by default a joystick is present. [Curt Coder]
[src/mess/drivers]vic20.c
[src/mess/includes]vic20.h

r20546 Sunday 27th January, 2013 at 19:10:53 UTC by Curt Coder
(MESS) vic10: Cleaned up input handling. Controllers are now connected using the slot interface, and by default a joystick in port 2 is present. [Curt Coder]
[src/mess/drivers]vic10.c
[src/mess/includes]vic10.h

r20545 Sunday 27th January, 2013 at 19:01:50 UTC by Wilbert Pol
(MESS) supercon.c: Fixed IRQs (MT#5132).  [Wilbert Pol]
[src/mess/drivers]supercon.c

r20544 Sunday 27th January, 2013 at 18:55:55 UTC by David Haywood
some mpu4.c tagmap reduction (nw)
[src/mame/drivers]mpu4hw.c mpu4vid.c
[src/mame/includes]mpu4.h

r20543 Sunday 27th January, 2013 at 18:12:16 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/machine]s100_dj2db.c s100_dj2db.h wangpckb.c wangpckb.h

r20542 Sunday 27th January, 2013 at 17:56:04 UTC by David Haywood
eolith.c tagmap cleanup + actually gave ironfortj an idle loop speedup, because whoever added it didn't at the time (nw)
[src/mame/drivers]eolith.c eolithsp.c
[src/mame/includes]eolith.h

r20541 Sunday 27th January, 2013 at 17:26:22 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]pc1512.c pecom.c tmc600.c
[src/mess/includes]pc1512.h
[src/mess/machine]c64_4cga.c c64_4cga.h c64_4dxh.c c64_4dxh.h c64_4ksa.c c64_4ksa.h c64_4tba.c c64_4tba.h c64_sfx_sound_expander.c c64_sfx_sound_expander.h comx_joy.c comx_joy.h pc1512kb.c pc1512kb.h
[src/mess/video]pc1512.c pc1640.c pecom.c

r20540 Sunday 27th January, 2013 at 17:16:57 UTC by David Haywood
4enraya tagman cleanup (nw)
this is a good example of where the tagmaps are significantly slowing things down.  Simple driver but because it is using the actual prom to do address decoding, it was incurring a tag lookup on every mem access (2 in the case of ROM) and was running at 200%, when it can actually run at 1200% just by doing the region tag lookup on startup instead.
[src/mame/drivers]4enraya.c
[src/mame/includes]4enraya.h

r20539 Sunday 27th January, 2013 at 16:47:34 UTC by R. Belmont
Better tagmap cleanup (thanks Haze!) (nw)
[src/mess/machine]mac.c macadb.c

r20538 Sunday 27th January, 2013 at 16:41:42 UTC by Ryan Holtz
Missed the header file, nw
[src/mess/includes]gba.h

r20537 Sunday 27th January, 2013 at 16:41:13 UTC by Ryan Holtz
[GBA] Cleaned up tag usage outside of the startup path. [MooglyGuy]
[src/mess/drivers]gba.c

r20536 Sunday 27th January, 2013 at 16:00:40 UTC by Phil Bennett
(MAME) xtheball.c: Reduce tag lookups [Phil Bennett]
[src/mame/drivers]xtheball.c

r20535 Sunday 27th January, 2013 at 15:55:07 UTC by Phil Bennett
Fully modernised the TLC34076 device [Phil Bennett]
[src/emu/video]tlc34076.c tlc34076.h
[src/mame/drivers]artmagic.c btoads.c coolpool.c itech8.c skeetsht.c tickee.c vcombat.c xtheball.c
[src/mame/includes]artmagic.h coolpool.h itech8.h
[src/mame/video]artmagic.c btoads.c itech8.c

r20534 Sunday 27th January, 2013 at 15:54:04 UTC by David Haywood
ghosteo.c - reduce tag usage
( doesn't really help performance in this even if it was a big hitter, the 200Mhz ARM has more to do with it .. also QS1000 still needs hooking up here )
[src/emu/machine]s3c2400.h s3c2410.h s3c2440.h s3c24xx.c
[src/mame/drivers]ghosteo.c

r20533 Sunday 27th January, 2013 at 15:19:12 UTC by Wilbert Pol
(MESS) odyssey2.c: Moved all the g7400 bits into a g7400 subclass. (nw)
[src/mess/drivers]odyssey2.c

r20532 Sunday 27th January, 2013 at 15:09:55 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]abc1600.c mpz80.c
[src/mess/includes]abc1600.h mpz80.h
[src/mess/machine]terminal.h
[src/mess/video]abc1600.c

r20531 Sunday 27th January, 2013 at 13:45:52 UTC by Wilbert Pol
(MESS) odyssey2.c: Tagmap cleanups (nw)
[src/mess/drivers]odyssey2.c

r20530 Sunday 27th January, 2013 at 13:38:58 UTC by Fabio Priuli
(MESS) pico.xml: two more. no whatsnew.
[hash]pico.xml

r20529 Sunday 27th January, 2013 at 13:04:30 UTC by Wilbert Pol
(MESS) tmc2000e.c: Tagmap cleanups (nw)
[src/mess/drivers]tmc2000e.c
[src/mess/includes]tmc2000e.h

r20528 Sunday 27th January, 2013 at 12:17:05 UTC by Curt Coder
(MESS) Tagmap lookup cleanup. (nw)
[src/mess/drivers]abc80.c bullet.c bw2.c mikromik.c portfoli.c tmc600.c trs80m2.c
[src/mess/includes]abc80.h bullet.h bw2.h mikromik.h portfoli.h tmc600.h trs80m2.h
[src/mess/machine]terminal.c terminal.h
[src/mess/video]abc80.c mikromik.c

r20527 Sunday 27th January, 2013 at 12:11:19 UTC by Wilbert Pol
(MESS) ut88.c: Tagmap cleanups (nw)
[src/mess/includes]ut88.h
[src/mess/machine]ut88.c

r20526 Sunday 27th January, 2013 at 12:01:08 UTC by Fabio Priuli
(MESS) pico.xml: added new Japanese dumps [TeamEurope]
[hash]pico.xml

r20525 Sunday 27th January, 2013 at 11:48:56 UTC by Wilbert Pol
(MESS) z80ne.c: Tagmap cleanups (nw)
[src/mess/drivers]z80ne.c
[src/mess/includes]z80ne.h
[src/mess/machine]z80ne.c

r20524 Sunday 27th January, 2013 at 09:49:44 UTC by Barry Rodewald
pcw16: missed one tag lookup (no whatsnew)
[src/mess/video]pcw16.c

r20523 Sunday 27th January, 2013 at 05:43:20 UTC by Brian Troha
model2.c: Get rid of rouge ROM_LOAD16_WORD_SWAP for the Z80 DSB program rom. - NW
[src/mame/drivers]model2.c

r20522 Sunday 27th January, 2013 at 05:32:01 UTC by Brian Troha
model2.c: ID'ed and corrected rom names. Alignment of text and other minor clean ups. - NW
[src/mame/drivers]model2.c

r20521 Sunday 27th January, 2013 at 00:51:09 UTC by Robbbert
(MESS) ATM cleanup of tags(nw)
[src/mess/drivers]atm.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team