Note Feed

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

Previous 50 199869 Revisions Next 50

r189307 Sunday 25th September, 2022 at 12:00:28 UTC by AJR
m4cbing: Identify sound chip, move to new configuration and make this boot
[/branches/barcrest/src/mame]arcade.flt mame.lst
[/branches/barcrest/src/mame/barcrest]mpu4redhouse.cpp* mpu4unsorted.cpp

r189306 Sunday 25th September, 2022 at 12:00:28 UTC by AJR
m4luckwb: Get set to boot and move it out of the "unsorted" file
* mpu4mod4unsorted.cpp: Update notes
* roc10937: Ignore transitions on SCLK while POC is active; don't reset input line states upon POC
[/branches/barcrest/src/devices/machine]roc10937.cpp roc10937.h
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/barcrest]mpu4mod4oki.cpp mpu4unsorted.cpp

r189305 Sunday 25th September, 2022 at 12:00:25 UTC by Olivier Galibert
mpu4: setup reels/lamp/hopper/led as traits.  Convert mpu4mod4yam as an example.

The idea is to move their setup from init time to machine config time
so that in next steps we can use devcb for connectivity and/or build
specific devices.
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4mod4yam.cpp

r189304 Sunday 25th September, 2022 at 11:59:34 UTC by AJR
mpu4.cpp: Continue moving methods down into subclasses; pull a few more sets out of the unsorted grab bag
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4mod2sw.cpp mpu4mod4oki.cpp mpu4unsorted.cpp mpu4vid.cpp

r189303 Sunday 25th September, 2022 at 11:59:34 UTC by AJR
mpu4mod4yam.cpp: Remove the other unused config
[/branches/barcrest/src/mame/barcrest]mpu4mod4yam.cpp

r189302 Sunday 25th September, 2022 at 11:59:34 UTC by AJR
mpu4.cpp et al.: Clean up some more, removing m_mod_number parameter, unnecessary headers and some unused configurations
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4bwb.cpp mpu4crystal.cpp mpu4mod4yam.cpp mpu4vid.cpp

r189301 Sunday 25th September, 2022 at 11:59:34 UTC by AJR
mpu4.cpp: No need for palette device in base class
[/branches/barcrest/src/mame/barcrest]mpu4.h mpu4dealem.cpp mpu4plasma.cpp mpu4vid.cpp

r189300 Sunday 25th September, 2022 at 11:59:34 UTC by AJR
mpu4mod4yam.cpp: Split out YM2413 configuration from parent class; hook up YM2413 using address maps

* m4nnww2__hx5: Confirmed that this is a bad dump
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4mod2sw.cpp mpu4mod4yam.cpp

r189299 Sunday 25th September, 2022 at 11:59:34 UTC by Olivier Galibert
mpu4: Turn the reels templates into simple methods, move the config templates where they're used
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h mpu4bwb.cpp mpu4mod2sw.cpp mpu4mod4oki.cpp mpu4mod4yam.cpp mpu4unsorted.cpp

r189298 Sunday 25th September, 2022 at 11:59:30 UTC by David Haywood
mpu4: set YM XTAL to match PCB, fix some Dutch reel / input setups so that sets boot, move a couple of sets (#10039)

* mpu4: set YM XTAL to match PCB

* fix some Dutch reel / input setups so that sets boot

* move a couple of sets

* disable coinlock logic for now, the code is clearly not suitable for all cases, probably needs to be per machine

* remove an identical clone set, game clearly boots as 'Atlantis' not Triple Dice'

* fix a few more reel setups

* allow m4madhse to boot based on AJR's research

* m4matdr appears to be a 6 reel setup, this pushes it past the reel check to another error
[/branches/barcrest/src/mame/barcrest]mpu4_characteriser_pal.h mpu4mod2sw.cpp mpu4mod4oki.cpp

r189297 Sunday 25th September, 2022 at 11:55:15 UTC by James Wallace
mpu4: merge hack duart with hookup for now
[/branches/barcrest/src/mame/barcrest]mpu4.h

r189296 Sunday 25th September, 2022 at 11:55:15 UTC by James Wallace
mpu4: Configured the DUART based hoppers

Note, these still need to be hooked up through the IP registers and CHB
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h

r189295 Sunday 25th September, 2022 at 11:55:13 UTC by James Wallace
mpu4: Added hopper support
[/branches/barcrest/src/mame/barcrest]mpu4.cpp mpu4.h
[/branches/barcrest/src/mame/layout]connect4.lay

r189294 Sunday 25th September, 2022 at 09:05:29 UTC by Olivier Galibert
mtu130: Add initial software list
[/branches/barcrest/hash]mtu130_flop.xml*
[/branches/barcrest/src/mame/misc]mtu130.cpp

r189293 Sunday 25th September, 2022 at 08:27:52 UTC by Olivier Galibert
mtu130: Caps lock is a toggle
[/branches/barcrest/src/mame/misc]mtu130.cpp

r189292 Sunday 25th September, 2022 at 08:26:12 UTC by Olivier Galibert
mtu130: Add id prom
[/branches/barcrest/src/mame/misc]mtu130.cpp

r189291 Sunday 25th September, 2022 at 01:43:26 UTC by R. Belmont
imgtool: make the Apple formats build, but they will not function (did they before?) [R. Belmont]
[/branches/barcrest/src/tools/imgtool/modules]mac.cpp prodos.cpp

r189290 Sunday 25th September, 2022 at 00:48:35 UTC by R. Belmont
apple: remove legacy floppy format handlers. [R. Belmont]
[/branches/barcrest/src/lib/formats]ap2_dsk.cpp ap2_dsk.h ap_dsk35.cpp ap_dsk35.h
[/branches/barcrest/src/mame/apple]apple2e.cpp

r189289 Sunday 25th September, 2022 at 00:32:06 UTC by R. Belmont
Fix missed build file from previous commits. [R. Belmont]
[/branches/barcrest/scripts/src]bus.lua

r189288 Sunday 25th September, 2022 at 00:28:48 UTC by R. Belmont
apple: remove the legacy version of the SWIM device. [R. Belmont]
[/branches/barcrest/src/mame/apple]swim.cpp swim.h

r189287 Sunday 25th September, 2022 at 00:18:35 UTC by R. Belmont
apple2: final removal of Apple II support for the legacy floppy system. [R. Belmont]
[/branches/barcrest/scripts/src]machine.lua
[/branches/barcrest/src/devices/bus/a2bus]a2diskii.cpp a2diskii.h a2diskiing.cpp a2diskiing.h cards.cpp
[/branches/barcrest/src/devices/machine]appldriv.cpp appldriv.h applefdc.cpp applefdc.h
[/branches/barcrest/src/mame/agat]agat.cpp

r189286 Saturday 24th September, 2022 at 20:59:14 UTC by R. Belmont
apple2e.cpp: all Laser 128 models now use the new floppy system and can run .woz images. [R. Belmont]
[/branches/barcrest/src/mame/apple]apple2e.cpp

r189285 Saturday 24th September, 2022 at 18:55:29 UTC by MetalliC
model3.cpp: redumped magtruck, changed description to (Export) [Andy Geezer]
[/branches/barcrest/src/mame/sega]model3.cpp

r189284 Saturday 24th September, 2022 at 14:56:34 UTC by Vasantha Crabb
srcclean pass in preparation for release branch
[/branches/barcrest/hash]apple2gs_flop_orig.xml digiblast_cart.xml ekara_japan_s.xml
[/branches/barcrest/src/devices/bus/mtu130]board.h
[/branches/barcrest/src/devices/cpu/m6502]m6502.h
[/branches/barcrest/src/devices/sound]hc55516.cpp
[/branches/barcrest/src/lib/formats]ap2_dsk.cpp fsmgr.h victor9k_dsk.cpp
[/branches/barcrest/src/mame/act]victor9k.cpp
[/branches/barcrest/src/mame/apple]apple2gs.cpp lisa.cpp
[/branches/barcrest/src/mame/facit]f4431.cpp f4431_kbd.cpp
[/branches/barcrest/src/mame/ibm]rs6000_type7xxx.cpp
[/branches/barcrest/src/mame/konami]rockrage.cpp
[/branches/barcrest/src/mame/layout]f4431.lay
[/branches/barcrest/src/mame/misc]mtu130.cpp
[/branches/barcrest/src/mame/psikyo]psikyosh.cpp

r189283 Saturday 24th September, 2022 at 13:46:56 UTC by arcadeshadow
ibm5150.xml: 6 new working software list additions (#10365)

New working software list additions
-----------------------------------
Chess Simulator [The Good Old Days]
Chicago 90 [The Good Old Days]
California Pro Golf [The Good Old Days]
Command H.Q. (3.5") [The Good Old Days]
Command H.Q. (5.25") [The Good Old Days]
Expert Will (v1.4) [ibmpc5150, archive.org]

Metadata correction: Change floppy interface to 3_5 on "Wizardry" games
[/branches/barcrest/hash]ibm5150.xml

r189282 Saturday 24th September, 2022 at 13:00:04 UTC by 0kmg
-arcadia.xml: Added Japanese titles to Bandai games. (#10360)

-mz2500.xml: Corrected gomokuna publisher.
[/branches/barcrest/hash]arcadia.xml famicom_cass.xml mz2500.xml

r189281 Saturday 24th September, 2022 at 11:31:05 UTC by 0kmg
a2600.xml: Added 19 homebrew cartridges. (#10364)

New working software list additions (a2600.xml)
-----------------------------------
Climber 5 (NTSC) [AtariAge]
Climber 5 (PAL) [AtariAge]
Gunfight (NTSC) [AtariAge]
Gunfight (PAL) [AtariAge]
Jammed [AtariAge]
Marble Craze (NTSC) [AtariAge]
Marble Craze (PAL) [AtariAge]
Oystron [AtariAge]
Qb (NTSC) [AtariAge]
Qb (PAL) [AtariAge]
Seawolf (NTSC) [AtariAge]
Seawolf (PAL) [AtariAge]
Space Instigators [AtariAge]
Star Fire (NTSC) [AtariAge]
Star Fire (PAL) [AtariAge]
Synthcart [AtariAge]
Testcart [AtariAge]
Thrust+ - D.C. Edition [AtariAge]
Thrust+ - Platinum Edition [AtariAge]
[/branches/barcrest/hash]a2600.xml

r189280 Saturday 24th September, 2022 at 11:28:26 UTC by 0kmg
famicom_cass.xml: Added one more Micom BASIC magazine game. (#10363)

New working software list additions
-----------------------------------
famicom_cass.xml: Star Ship Go!! [ozidual, Gaming Alexandria]
[/branches/barcrest/hash]famicom_cass.xml

r189279 Saturday 24th September, 2022 at 10:06:51 UTC by Dirk Best
er1400: Correct clock phase and better handle data reads

Fixes various issues in drivers.
[/branches/barcrest/src/devices/machine]er1400.cpp
[/branches/barcrest/src/mame/dec]decwritr.cpp vt100.cpp
[/branches/barcrest/src/mame/facit]f4431.cpp facit4440.cpp
[/branches/barcrest/src/mame/learsiegler]adm36.cpp
[/branches/barcrest/src/mame/wyse]wy50.cpp wy85.cpp

r189278 Saturday 24th September, 2022 at 07:34:36 UTC by Osso
namco/namcops2.cpp: redumped HDD for cobrata [Guru]
[/branches/barcrest/src/mame/namco]namcops2.cpp

r189277 Saturday 24th September, 2022 at 04:34:23 UTC by Osso
midway/midwunit.cpp, psikyo/psikyo.cpp: small notes updates / corrections.
[/branches/barcrest/src/mame/midway]midwunit.cpp
[/branches/barcrest/src/mame/psikyo]psikyo.cpp

r189276 Saturday 24th September, 2022 at 03:34:29 UTC by R. Belmont
apple2gs: Mega II banks now fully follow RAMRD/RAMWRT/ALTZP like banks $00/$01. [R. Belmont]
[/branches/barcrest/src/mame/apple]apple2gs.cpp

r189275 Saturday 24th September, 2022 at 03:07:13 UTC by R. Belmont
es5503: More correct behavior in some swap-mode corner cases. [R. Belmont]
[/branches/barcrest/src/devices/sound]es5503.cpp

r189274 Saturday 24th September, 2022 at 01:30:48 UTC by R. Belmont
debugview.mm: Raise requirement for Dark Mode to 10.15. [R. Belmont, kmg]
[/branches/barcrest/src/osd/modules/debugger/osx]debugview.mm

r189273 Saturday 24th September, 2022 at 00:12:58 UTC by AJR
h8, sh2: Add exception hook calls
[/branches/barcrest/src/devices/cpu/h8]h8.lst
[/branches/barcrest/src/devices/cpu/sh]sh2.cpp

r189272 Friday 23rd September, 2022 at 21:38:50 UTC by David Haywood
New Software List Entries (2x e-kara) (#10361)

* new software list entries
-----------------
ekara_japan_s.xml:
sc0014            Saiten Cartridge Challenge Idol vol.4 (Japan) (SC0014-SAI) [Team Europe]
sc0020            Saiten Cartridge Challenge Idol vol.5 (Japan) (SC0020-SAI) [Team Europe]
[/branches/barcrest/hash]ekara_japan_s.xml

r189271 Friday 23rd September, 2022 at 08:22:37 UTC by Olivier Galibert
m6502: Add the missing uses_custom_memory_interface.  Avoid multiple instructions on one line for when reads at restartable.
[/branches/barcrest/src/devices/cpu/m6502]m6502.cpp odeco16.lst om6502.lst om65c02.lst or65c19.lst ow65c02s.lst

r189270 Friday 23rd September, 2022 at 02:28:31 UTC by Jonathan Gevaryahu
Fix some incorrect rom locations and labels in Arkanoid and Cosmic Alien, add some notes, and mark an existing dump as good based on a redump [Brian Troha, Andy Welburn, Lord Nightmare]
[/branches/barcrest/src/mame/taito]arkanoid.cpp
[/branches/barcrest/src/mame/universal]cosmic.cpp

r189269 Friday 23rd September, 2022 at 02:17:28 UTC by R. Belmont
sonydriv.cpp: retired. [R. Belmont]
[/branches/barcrest/scripts/src]machine.lua
[/branches/barcrest/src/devices/machine]sonydriv.cpp sonydriv.h

r189268 Friday 23rd September, 2022 at 02:09:51 UTC by R. Belmont
lisa.cpp: preliminary switch to modern IWM/floppy devices. [R. Belmont]
[/branches/barcrest/src/mame/apple]lisa.cpp lisa.h lisa_m.cpp

r189267 Friday 23rd September, 2022 at 00:08:29 UTC by 0kmg
sv8000.xml: Added Japanese titles and release years, and changed ROM sizes to hexadecimal. (#10357)
[/branches/barcrest/hash]sv8000.xml

r189266 Thursday 22nd September, 2022 at 23:23:17 UTC by R. Belmont
apple2cp: fix VBL register access, solves hang in Prince of Persia [R. Belmont]
[/branches/barcrest/src/mame/apple]apple2e.cpp

r189265 Thursday 22nd September, 2022 at 21:52:57 UTC by 0kmg
bandai/sv8000.cpp: Halved CPU clock. Fixes games running too fast. (#10358)
[/branches/barcrest/src/mame/bandai]sv8000.cpp

r189264 Thursday 22nd September, 2022 at 16:52:27 UTC by Osso
snes.cpp updates:
- identified sblastb2a as actually being Teenage Mutant Ninja Turtles - Mutant Warriors [dox]
- decrypted it [iq_132]
- still doesn't work, possibly because of additional protection
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/nintendo]snesb.cpp

r189263 Thursday 22nd September, 2022 at 16:00:59 UTC by Osso
New clones marked as NOT_WORKING
--------------------------------
Strikers 1945 III (World) / Strikers 1999 (Japan) (bootleg) [Bigblue709]
[/branches/barcrest/src/mame]mame.lst
[/branches/barcrest/src/mame/psikyo]psikyo.cpp psikyosh.cpp psikyosh.h

r189262 Thursday 22nd September, 2022 at 15:11:41 UTC by AJR
debuggdbstub.cpp: Use swapendian_int*
[/branches/barcrest/src/osd/modules/debugger]debuggdbstub.cpp

r189261 Thursday 22nd September, 2022 at 14:50:11 UTC by AJR
dp83932c.cpp: Use swapendian_int16
[/branches/barcrest/src/devices/machine]dp83932c.cpp

r189260 Thursday 22nd September, 2022 at 14:30:18 UTC by AJR
bus/nubus/nubus_image.cpp, cpu/i386/i486ops.hxx: Use swapendian_int32
[/branches/barcrest/src/devices/bus/nubus]nubus_image.cpp
[/branches/barcrest/src/devices/cpu/i386]i386priv.h i486ops.hxx

r189259 Thursday 22nd September, 2022 at 13:07:28 UTC by Olivier Galibert
Adding missing emu.h include
[/branches/barcrest/src/devices/bus/mtu130]datamover.cpp

r189258 Thursday 22nd September, 2022 at 03:03:08 UTC by arcadeshadow
ibm5170_cdrom.xml: Added three woring items. (#10349)

New working software list additions (ibm5170_cdrom.xml)
-----------------------------------------
Blackhawk (Europe) [Jackal, redump.org]
Network Q RAC Rally (USA) [MrX_Cuci, redump.org]
Supaplex (Europe) [Jackal, redump.org]
[/branches/barcrest/hash]ibm5170_cdrom.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team