Note Feed

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

Previous 50 199869 Revisions Next 50

r17520 Monday 27th August, 2012 at 22:48:14 UTC by smf
converted 53c810 to a c++ device. (nw)
[src/emu/machine]53c810.c 53c810.h
[src/mame/drivers]model3.c
[src/mame/includes]model3.h
[src/mess/drivers]bebox.c
[src/mess/includes]bebox.h
[src/mess/machine]bebox.c

r17519 Monday 27th August, 2012 at 21:00:14 UTC by smf
(MESS) don't use bios within device as it doesn't work
[src/mess/machine]d9060.c

r17518 Monday 27th August, 2012 at 19:39:46 UTC by Angelo Salese
Testing vertical scrolling, TBD
[src/emu/video]m50458.c m50458.h

r17517 Monday 27th August, 2012 at 19:39:16 UTC by Fabio Priuli
softlist: removed MD5 from a couple of lists (we don't have support for it). no whatsnew.
kc_cass: fixed a bogus year. no whatsnew.
[hash]bbcm_cart.xml electron_cart.xml kc_cass.xml

r17516 Monday 27th August, 2012 at 19:31:55 UTC by Fabio Priuli
mz700: added a software list to document tape dumps [FatArnold]

out of whatsnew: I also hooked up the list to the driver, even if I have no idea to which degree the system works these days (I don't know much about this machine).
[hash]mz700_cass.xml*
[src/mess/drivers]mz700.c

r17515 Monday 27th August, 2012 at 19:08:40 UTC by smf
SCSI device tags are relative to the SCSI controller.
[src/emu/machine]am53cf96.c ncr539x.c wd33c93.c
[src/mess/machine]fm_scsi.c mb89352.c ncr5380.c x68k_scsiext.c

r17514 Monday 27th August, 2012 at 18:53:44 UTC by smf
(MESS) fix null reference exception when using d9060/d9090
[src/mess/machine]scsibus.c

r17513 Monday 27th August, 2012 at 18:49:44 UTC by Fabio Priuli
softlist: removed a few blank spaces, thanks to souxx for spotting them. no whatsnew.
[hash]cdi.xml nes.xml pcecd.xml

r17512 Monday 27th August, 2012 at 18:45:25 UTC by Fabio Priuli
softlists: misc cleanups and consistency fixes (channelf courtesy of k11). no whatsnew.

mz2000_*.xml: added a few more files. no whatsnew.
[hash]channelf.xml gamegear.xml mz2000_cass.xml mz2000_flop.xml nes.xml sg1000.xml

r17511 Monday 27th August, 2012 at 18:44:10 UTC by Fabio Priuli
vic1001_cart.xml: Added a few more carts. [K1W1]

ibm5170.xml: Added some more disks. [Kaylee]

pcw.xml: Dumped UK and FR system disks. [breiztiger]
[hash]ibm5170.xml pcw.xml vic1001_cart.xml

r17510 Monday 27th August, 2012 at 17:56:31 UTC by Sandro Ronco
(MESS) HD44780: added an optional pixel_update callback in order to support custom LCD. (nw)
[src/mess/drivers]alesis.c lcmate2.c mmodular.c pc2000.c psion.c
[src/mess/video]hd44780.c hd44780.h

r17509 Monday 27th August, 2012 at 17:32:58 UTC by smf
(MESS) fixed potentially uninitialized variable when building with MSVC (nw)
[src/emu/video]pc_vga.c

r17508 Monday 27th August, 2012 at 17:24:48 UTC by smf
(MESS) fixed overflow in MSVC caused by negative values being specified as signed.
[src/mess/audio]vboy.c

r17507 Monday 27th August, 2012 at 17:12:41 UTC by Cowering
Small update for CoCo carts
[hash]coco_cart.xml

r17506 Monday 27th August, 2012 at 17:09:54 UTC by Angelo Salese
Some improvements, some base SNES bug(s) prevents this to work like expected tho
[src/mame/drivers]nss.c
[src/mame/includes]snes.h
[src/mame/machine]snes.c

r17505 Monday 27th August, 2012 at 17:09:05 UTC by hap
(i change my mind, prefer literal company name here)
[src/mame/drivers]pacman.c

r17504 Monday 27th August, 2012 at 16:51:23 UTC by hap
BTANB note
[src/mame/drivers]cyclemb.c

r17503 Monday 27th August, 2012 at 14:50:43 UTC by Angelo Salese
Invert BIOSes (the default one was for Multi-carts), all games with a vaild security PROM now boots properly
[src/mame/drivers]nss.c
[src/mame/machine]snes.c

r17502 Monday 27th August, 2012 at 14:47:03 UTC by hap
gamelist alignment too
[src/mame/drivers]scramble.c

r17501 Monday 27th August, 2012 at 14:39:48 UTC by hap
cleanup Crush Roller sets descriptions
[src/mame/drivers]pacman.c

r17500 Monday 27th August, 2012 at 14:29:09 UTC by hap
source gamelist alignment
[src/mame/drivers]pacman.c

r17499 Monday 27th August, 2012 at 13:34:36 UTC by hap
(nothing)
[src/mame/drivers]cybertnk.c

r17498 Monday 27th August, 2012 at 12:59:12 UTC by Robbbert
zac_1: added timers, interrupt handler and some inputs (nw)
[src/mame/drivers]zac_1.c

r17497 Monday 27th August, 2012 at 12:36:30 UTC by Miodrag Milanović
preliminary FM support (no whatsnew)
[src/lib/formats]flopimg.c flopimg.h

r17496 Monday 27th August, 2012 at 07:25:41 UTC by Barry Rodewald
(MESS) svga_s3: Added bitblt function.
[src/emu/video]pc_vga.c

r17495 Monday 27th August, 2012 at 03:31:35 UTC by Angelo Salese
Written it up, but it still doesn't work
[src/emu/machine]m6m80011ap.c m6m80011ap.h
[src/mame/drivers]nss.c

r17494 Monday 27th August, 2012 at 02:22:45 UTC by Barry Rodewald
(MESS) svga_s3: Added support for the WAIT bit on rectangle drawing, fixed rectangle width and height.
[src/emu/video]pc_vga.c

r17493 Monday 27th August, 2012 at 01:59:14 UTC by Angelo Salese
Place-holders, F-Zero boots anyway
[src/emu]emu.mak
[src/emu/machine]m6m80011ap.c* m6m80011ap.h*
[src/mame/drivers]nss.c
[src/mame/etc]template_device.h

r17492 Monday 27th August, 2012 at 01:36:55 UTC by Angelo Salese
Various hook-ups for reset/halt lines and the like, all games but F-Zero doesn't boot now
[src/emu/video]m50458.c
[src/mame/drivers]nss.c
[src/mame/includes]snes.h
[src/mame/machine]snes.c

r17491 Monday 27th August, 2012 at 01:21:17 UTC by Tafoid
Continuing new device implementation for SN76496 and clones - suprloco.c, strnskil.c, shaolins.c, superdq.c, system1.c, xyonix.c and pacman.c  [Osso]
[src/mame/drivers]pacman.c shaolins.c strnskil.c superdq.c suprloco.c system1.c xyonix.c

r17490 Sunday 26th August, 2012 at 23:29:17 UTC by Angelo Salese
F-Zero runs without hacks, needs to implement the communication now ...
[src/emu/video]m50458.c m50458.h
[src/mame/drivers]nss.c sfcbox.c snesb.c
[src/mame/includes]snes.h
[src/mame/video]snes.c
[src/mess/drivers]snes.c

r17489 Sunday 26th August, 2012 at 21:52:49 UTC by Angelo Salese
Update info and re-instate the URL for noca$h
[src/mame/drivers]nss.c

r17488 Sunday 26th August, 2012 at 21:31:48 UTC by Angelo Salese
Got the protection to work (still says no slot for whatever reason tho)
[src/emu/machine]rp5h01.c rp5h01.h
[src/mame/drivers]nss.c

r17487 Sunday 26th August, 2012 at 17:29:45 UTC by smf
use ncr5380 as a c++ device (nw)
[src/mess/machine]a2scsi.c a2scsi.h mac.c ncr5380.c ncr5380.h

r17486 Sunday 26th August, 2012 at 16:37:12 UTC by Angelo Salese
Let's remove credit where it doesn't belong to (PROM keys are encrypted, wants money back).
[src/mame/drivers]nss.c

r17485 Sunday 26th August, 2012 at 16:36:07 UTC by smf
(MESS) removed & to fix compile (nw)
[src/mess/machine]scsibus.c

r17484 Sunday 26th August, 2012 at 15:50:29 UTC by smf
(MESS) added device_t * back to line change. (nw)
[src/mess/machine]scsibus.c scsibus.h

r17483 Sunday 26th August, 2012 at 14:25:29 UTC by smf
(MESS) converted scsibus from legacy device to c++ (nw)
[src/mess/drivers]bullet.c v1050.c
[src/mess/includes]bullet.h rmnimbus.h v1050.h
[src/mess/machine]d9060.c d9060.h e01.c e01.h lux4105.c lux4105.h rmnimbus.c scsibus.c scsibus.h

r17482 Sunday 26th August, 2012 at 13:34:49 UTC by Barry Rodewald
(MESS) Preliminary work on S3 764.
[src/emu/video]pc_vga.c pc_vga.h
[src/mess/video]isa_svga_s3.c

r17481 Sunday 26th August, 2012 at 12:47:43 UTC by Robbbert
zac_1: preliminary work (nw)
[src/mame/drivers]zac_1.c

r17480 Sunday 26th August, 2012 at 08:58:49 UTC by Robbbert
Flicker: fixed coins
[src/mame/drivers]flicker.c

r17479 Sunday 26th August, 2012 at 06:28:54 UTC by Robbbert
zac_proto: added dipswitches; flicker: added standard buttons
[src/mame/drivers]flicker.c zac_proto.c
[src/mame/layout]zac_proto.lay

r17478 Sunday 26th August, 2012 at 00:19:26 UTC by Tafoid
Fix problem with Moonwalker (segas18.c) causing coin lockout for P1, P2 coin.
[src/mame/drivers]segas18.c

r17477 Sunday 26th August, 2012 at 00:15:06 UTC by Barry Rodewald
(MESS) svga_s3: converted to 16-bit ISA device. The S3 chipsets have 16-bit wide registers, and can only be used on AT systems. (no whatsnew)
[src/emu/video]pc_vga.c pc_vga.h
[src/mess/drivers]at.c genpc.c
[src/mess/machine]isa.c isa.h
[src/mess/video]isa_svga_s3.c isa_svga_s3.h

r17476 Saturday 25th August, 2012 at 22:20:45 UTC by smf
use device_t.static_set_static_config
[src/emu/machine]i2cmem.c i2cmem.h

r17475 Saturday 25th August, 2012 at 22:04:22 UTC by smf
use device_t.static_set_static_config
[src/emu/machine]am53cf96.c am53cf96.h wd33c93.c wd33c93.h

r17474 Saturday 25th August, 2012 at 21:43:47 UTC by smf
removed scsibus.h as aha1542 doesn't use it (nw)
[src/mess/machine]isa_aha1542.h

r17473 Saturday 25th August, 2012 at 20:56:31 UTC by Brian Troha
expro02.c: Minor typo correction - NW
[src/mame/drivers]expro02.c

r17472 Saturday 25th August, 2012 at 19:14:08 UTC by Angelo Salese
Hooked up the protection chip, fails for unknown reasons
[src/mame/drivers]nss.c

r17471 Saturday 25th August, 2012 at 18:54:34 UTC by Sandro Ronco
(MESS) sr16: hooked up inputs and LCD. (nw)
[src/mess/drivers]alesis.c
[src/mess/includes]alesis.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team