Note Feed

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

Previous 50 199869 Revisions Next 50

r18568 Tuesday 16th October, 2012 at 23:39:14 UTC by Angelo Salese
Small fix to the text tilemap
[src/mame/drivers]dblcrown.c

r18567 Tuesday 16th October, 2012 at 23:23:15 UTC by Angelo Salese
Added most things, game is almost working with small issues
[src/mame/drivers]dblcrown.c

r18566 Tuesday 16th October, 2012 at 21:18:06 UTC by Wilbert Pol
t6w28.c: Converted to C++.  [Wilbert Pol]
[src/emu/sound]t6w28.c t6w28.h
[src/mess/drivers]ngp.c

r18565 Tuesday 16th October, 2012 at 20:48:52 UTC by Angelo Salese
Hooked up various banks, now we're ready to draw ...
[src/mame/drivers]dblcrown.c

r18564 Tuesday 16th October, 2012 at 20:42:28 UTC by Aaron Giles
Don't re-register the watchdog VBLANK callback on every single
watchdog reset. That's silly.
[src/emu]machine.c

r18563 Tuesday 16th October, 2012 at 20:36:49 UTC by Wilbert Pol
(MESS) ngp.c: Some small cleanups (nw)
[src/mess/drivers]ngp.c

r18562 Tuesday 16th October, 2012 at 20:33:42 UTC by Aaron Giles
And a final cleanup/merging of delegate classes.
[src/emu]delegate.c delegate.h

r18561 Tuesday 16th October, 2012 at 20:25:26 UTC by hap
fix sidearms crash
[src/mame/drivers]sidearms.c

r18560 Tuesday 16th October, 2012 at 19:37:49 UTC by Wilbert Pol
(MESS) ngp.c: Added support for loading 32KB homebrew images. (nw)
[src/mess/drivers]ngp.c

r18559 Tuesday 16th October, 2012 at 19:32:39 UTC by Wilbert Pol
tlcs900.c: Implemented the 4-byte prefetch queue.  [Wilbert Pol]
[src/emu/cpu/tlcs900]900tbl.c tlcs900.c

r18558 Tuesday 16th October, 2012 at 19:26:46 UTC by hap
(notes on harem)
[src/mame/drivers]galaxold.c

r18557 Tuesday 16th October, 2012 at 19:05:36 UTC by Angelo Salese
set_irq_line gives an assert, fun
[src/mame/drivers]dblcrown.c

r18556 Tuesday 16th October, 2012 at 18:58:05 UTC by Cowering
Fix up some info and add note for carts with banking. Trim the ROMs yourself or wait for next GoodCoCo for updated CRC/SHA (nw)
[hash]coco_cart.xml

r18555 Tuesday 16th October, 2012 at 16:01:34 UTC by Mariusz Wojcieszek
New games added as NOT_WORKING
------------------------------
Cops [Mariusz Wojcieszek]
[src/mame]mame.lst mame.mak
[src/mame/drivers]cops.c*
[src/mame/layout]cops.lay*

r18554 Tuesday 16th October, 2012 at 10:07:14 UTC by hap
dblcrown gfxdecode from haze
[src/mame/drivers]dblcrown.c

r18553 Tuesday 16th October, 2012 at 07:51:10 UTC by Miodrag Milanović
updated i8243 to use devcb2 and remove trampolines (no whatsnew)
[src/emu/machine]i8243.c i8243.h
[src/mame/audio]segag80r.c
[src/mame/drivers]othello.c segas16a.c
[src/mame/includes]segas16a.h
[src/mess/drivers]fidelz80.c
[src/mess/includes]fidelz80.h

r18552 Tuesday 16th October, 2012 at 06:42:52 UTC by Miodrag Milanović
New Clones Added
------------------

Puzzli 2 (ver 100) [Tormod, Smitdogg, The Dumping Union] (NOT WORKING)

out of log:
We'll use this cart to figure out the protection in order to either
simulate it, or, if we can find some weak table functions, extract the
rom (by Haze)
[src/mame]mame.lst
[src/mame/drivers]pgm.c

r18551 Monday 15th October, 2012 at 23:35:22 UTC by Angelo Salese
Various work, needs gfx decoding to proceed ...
[src/mame/drivers]dblcrown.c
[src/mess/drivers]pc8801.c

r18550 Monday 15th October, 2012 at 20:22:39 UTC by hap
added dblcrown pal
[src/mame/drivers]dblcrown.c lastbank.c

r18549 Monday 15th October, 2012 at 20:18:32 UTC by Aaron Giles
Intermediate delegate WIP as I shuffle things around.
This is just a point-in-time, "it compiles and seems to work
like before" checkpoint.
[src/emu]delegate.h

r18548 Monday 15th October, 2012 at 20:03:53 UTC by hap
(some were wronly set to nichibutsu)
[src/mame/drivers]8080bw.c galdrvr.c

r18547 Monday 15th October, 2012 at 19:46:35 UTC by Mariusz Wojcieszek
Added suprmrio notes by Stephh (nw)
[src/mame/drivers]vsnes.c

r18546 Monday 15th October, 2012 at 19:45:20 UTC by hap
(tweak beaminv.lay)
[src/mame/layout]beaminv.lay

r18545 Monday 15th October, 2012 at 19:41:54 UTC by Mariusz Wojcieszek
Corrected manufacturer and release year for 3X3 Puzzle (nw)
[src/mame/drivers]3x3puzzl.c

r18544 Monday 15th October, 2012 at 19:33:48 UTC by Mariusz Wojcieszek
New games added as NOT_WORKING
------------------------------
Double Crown [Kevin Eschbach]
[src/mame]mame.lst mame.mak
[src/mame/drivers]dblcrown.c*

r18543 Monday 15th October, 2012 at 19:31:14 UTC by hap
(make circus overlay colors same saturation as clowns overlay)
[src/mame/layout]circus.lay clowns.lay

r18542 Monday 15th October, 2012 at 19:08:38 UTC by Wilbert Pol
(MESS) gameboy.xml: Fixed size for Story of La Sa Ma; there is a CY27H010 128KB EPROM on the cartridge. (nw)
[hash]gameboy.xml

r18541 Monday 15th October, 2012 at 19:05:33 UTC by Wilbert Pol
(MESS) gameboy.c: Partially implemented banking for Story of La Sa Ma.  [Wilbert Pol]
[src/mess/includes]gb.h
[src/mess/machine]gb.c

r18540 Monday 15th October, 2012 at 16:00:26 UTC by Cowering
Add Phantasy Star IV (PAL)
[hash]megadriv.xml

r18539 Monday 15th October, 2012 at 15:57:44 UTC by hap
(small tweaks)
[src/mame/layout]barricad.lay blockade.lay cosmicm.lay maze.lay

r18538 Monday 15th October, 2012 at 14:26:38 UTC by Curt Coder
(MESS) c128: Rewrote the driver using the PLA for address decoding. [Curt Coder]
[src/mess]mess.lst mess.mak
[src/mess/drivers]c128.c
[src/mess/includes]c128.h
[src/mess/machine]c128.c

r18537 Monday 15th October, 2012 at 14:18:19 UTC by hap
fixed H flag on SUB/SBB/CMP
[src/emu/cpu/i8085]i8085.c i8085cpu.h

r18536 Monday 15th October, 2012 at 14:06:24 UTC by Curt Coder
Optimized the PLA implementation and added simple caching with significant performance increase. [Curt Coder]
[src/emu/machine]pla.c pla.h

r18535 Monday 15th October, 2012 at 14:03:10 UTC by Curt Coder
(MESS) c128: MMU fixes. (nw)
[src/mess/machine]mos8722.c mos8722.h

r18534 Monday 15th October, 2012 at 13:32:24 UTC by smf
switched SCSICB to use DEVCB2 [smf]
[src/emu/machine]scsicb.c scsicb.h
[src/mess/drivers]bullet.c rmnimbus.c v1050.c
[src/mess/machine]abc_hdc.c abc_xebec.c d9060.c e01.c lux4105.c rmnimbus.c

r18533 Monday 15th October, 2012 at 12:49:07 UTC by hap
fix 8080 unused flags

8080/8085 CPU Exerciser results now:
8080: fail: aluop ones, rest is OK
8085: fail: aluop ones and DAA, rest is OK
[src/emu/cpu/i8085]i8085.c

r18532 Monday 15th October, 2012 at 12:32:28 UTC by hap
fix H flag on DCR and DAD
[src/emu/cpu/i8085]i8085cpu.h

r18531 Monday 15th October, 2012 at 12:09:31 UTC by Tafoid
Video System 14/10/12 - Moved the per-game tile indirections into game states.  From Haze (nw)
[src/mame/drivers]aerofgt.c taotaido.c
[src/mame/includes]aerofgt.h crshrace.h f1gp.h inufuku.h suprslam.h taotaido.h
[src/mame/video]aerofgt.c crshrace.c f1gp.c inufuku.c suprslam.c taotaido.c vsystem_spr.c vsystem_spr.h

r18530 Monday 15th October, 2012 at 10:35:31 UTC by Miodrag Milanović
vtech1: fixed shrg (no whatsnew)
[src/mess/drivers]vtech1.c

r18529 Monday 15th October, 2012 at 07:35:25 UTC by Aaron Giles
A little more unification of delegate types.
[src/emu]delegate.c delegate.h

r18528 Monday 15th October, 2012 at 06:59:12 UTC by Fabio Priuli
(MESS) fixed upd765-related regressions in p8000_16, compis and sf7000. no whatsnew.
[src/mess/drivers]p8k.c
[src/mess/includes]compis.h sg1000.h
[src/mess/machine]compis.c

r18527 Monday 15th October, 2012 at 02:43:53 UTC by Brian Troha
new Angler Dangler clone added

New Clone Added
--------------------------------------
Angler Dangler [Tornadoboy]
[src/mame]mame.lst
[src/mame/drivers]decocass.c

r18526 Monday 15th October, 2012 at 02:37:22 UTC by Brian Troha
new Double Axle clone

Newer US version by way of Taito's rom numbering scheme

New Clone Added
----------------------------------
Double Axle (US) [ShouTime, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]taito_z.c

r18525 Sunday 14th October, 2012 at 20:55:51 UTC by hap
added superbug color overlay (info from external artwork by Mr Do)
[src/mame]mame.mak
[src/mame/drivers]firetrk.c
[src/mame/layout]superbug.lay*

r18524 Sunday 14th October, 2012 at 20:42:16 UTC by hap
added barricad color overlay (info from external artwork by Mr Do)
[src/mame]mame.mak
[src/mame/drivers]hitme.c
[src/mame/layout]barricad.lay*

r18523 Sunday 14th October, 2012 at 20:09:36 UTC by hap
added barrier color overlay
[src/mame]mame.mak
[src/mame/drivers]cinemat.c
[src/mame/layout]barrier.lay*

r18522 Sunday 14th October, 2012 at 20:02:31 UTC by hap
got rid of generic color overlays, almost all of them were used by only 1 game each
[src/emu]emu.mak rendlay.c rendlay.h
[src/emu/layout]ho1880ff.lay ho20ffff.lay ho2eff2e.lay ho4f893d.lay ho88ffff.lay hoa0a0ff.lay hoffe457.lay hoffff20.lay voffff20.lay
[src/mame]mame.mak
[src/mame/drivers]ace.c asteroid.c bzone.c cinemat.c lazercmd.c mw8080bw.c omegrace.c skydiver.c
[src/mame/layout]ace.lay* astdelux.lay* gunfight.lay* maze.lay* medlanes.lay* omegrace.lay* phantom2.lay* redbaron.lay* skydiver.lay* sundance.lay* tailg.lay*

r18521 Sunday 14th October, 2012 at 18:37:37 UTC by hap
nw
[src/mame/drivers]8080bw.c galaxold.c

r18520 Sunday 14th October, 2012 at 16:15:06 UTC by hap
made video hustler bootlegs working
[src/mame/drivers]scobra.c

r18519 Sunday 14th October, 2012 at 14:08:53 UTC by hap
WIP videohustler bootleg
[src/mame]mame.lst
[src/mame/drivers]scobra.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team