Note Feed

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

Previous 50 199869 Revisions Next 50

r199066 Sunday 29th October, 2023 at 08:27:09 UTC by Olivier Galibert
swp00: Correct the sample decompression
[src/devices/sound]swp00.cpp swp00.h

r199065 Sunday 29th October, 2023 at 06:45:11 UTC by hap
videoart.lay: change color cursor to red
[src/mame/layout]videoart.lay

r199064 Sunday 29th October, 2023 at 06:45:11 UTC by hap
nes_apu: it claims to be GPL, then it can't have a GPL-incompatible license restriction
[src/devices/sound]nes_apu.cpp nes_apu.h nes_defs.h

r199063 Sunday 29th October, 2023 at 00:17:06 UTC by AJR
ks0164: CPU refinements
- Force source register to be the same as destination register for max/min instructions. Fixes missing instruments and eventually disappearing music in elfin attract.
- Write "tst" instead of "zero |=" in disassembly
[src/devices/cpu/ks0164]ks0164.cpp ks0164d.cpp

r199062 Saturday 28th October, 2023 at 20:11:27 UTC by hap
videoart: add internal artwork
[src/mame/layout]videoart.lay*
[src/mame/misc]videoart.cpp

r199061 Saturday 28th October, 2023 at 18:09:00 UTC by Angelo Salese
nec/pc9801.cpp: implement DMA r/w 1MB mask
[src/mame/nec]pc9801.cpp pc9801.h pc_h98.cpp

r199060 Saturday 28th October, 2023 at 17:43:54 UTC by Osso
igs/goldstar.cpp: made hamhouse boot
[src/mame/igs]goldstar.cpp

r199059 Saturday 28th October, 2023 at 17:18:03 UTC by Nigel Barnes
bus/bbc/1mhzbus/emrmidi: Capitalisation Midi -> MIDI.
[src/devices/bus/bbc/1mhzbus]emrmidi.cpp emrmidi.h

r199058 Saturday 28th October, 2023 at 17:18:03 UTC by Nigel Barnes
bus/electron: Only select ROMSEL when upper nibble is clear.

bus/electron/m2105: Use SPEECHROM device to map the speech PHROM.
[src/devices/bus/electron]elksd128.cpp elksd64.cpp m2105.cpp plus1.cpp plus1.h plus2.cpp plus3.cpp pwrjoy.cpp rombox.cpp romboxp.cpp sidewndr.cpp

r199057 Saturday 28th October, 2023 at 16:24:09 UTC by Angelo Salese
New systems marked not working
----------------------------------
PC-H98S model 8/U8 [cuba200611]
[src/mame]mame.lst
[src/mame/nec]pc_h98.cpp*

r199056 Saturday 28th October, 2023 at 15:50:12 UTC by hap
videoart: add display blanking
[src/mame/misc]videoart.cpp

r199055 Saturday 28th October, 2023 at 15:24:55 UTC by R. Belmont
g65816: use properly sized types for registers, fixes snes-test wanting execution to wrap within the same bank. [R. Belmont]
[src/devices/cpu/g65816]g65816.h

r199054 Saturday 28th October, 2023 at 13:11:10 UTC by clawgrip
igs/goldstar.cpp: Dumped a Korean "Cherry Master" bootleg called "Hamburger House". (#11666)

New clones marked not working
----------------------------
Hamburger House [Taksangs]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp

r199053 Friday 27th October, 2023 at 21:42:41 UTC by Angelo Salese
hash/fmtowns_cd.xml, hash/ibm5150.xml, hash/pc8801_flop.xml, hash/pc98.xml, hash/x68k_flop.xml: standardize tuntroll descriptions
[hash]fmtowns_cd.xml ibm5150.xml pc8801_flop.xml pc98.xml x68k_flop.xml

r199052 Friday 27th October, 2023 at 21:05:20 UTC by Roberto Fresca
Major rewrite of Recreativos Franco i8085 + projectors based slots driver. [Roberto Fresca, Grull Osgo]
- Hooked all the remaining devices and worked on them to get the system working.
- Inputs and outputs from the scratch.
- Motors, projectors, and lots of improvements.
- Redesigned ASCII PCBs layers to be more readable.
- Designed an internal artwork that allow Baby & Bombo to be playable.
- Simulated the physical bombo (bingo roller) in the internal layout.
- Promoted Baby & Bombo to working.
- Added technical notes.
[src/mame/layout]bbombo.lay*
[src/mame/misc]rfslots8085.cpp

r199051 Friday 27th October, 2023 at 21:02:28 UTC by Angelo Salese
hash/coco_cart.xml: QA notes checkpoint
[hash]coco_cart.xml

r199050 Friday 27th October, 2023 at 21:01:35 UTC by Angelo Salese
nec/pc9801.cpp: fix legacy PIT mapping
[src/mame/nec]pc9801.cpp

r199049 Friday 27th October, 2023 at 21:00:43 UTC by Angelo Salese
nec/pc9801_kbd.cpp: confirm key labels, particularly ROLL UP and ROLL DOWN being inverted
[src/mame/nec]pc9801_kbd.cpp

r199048 Friday 27th October, 2023 at 18:29:14 UTC by hap
wswan: zerofill class variables, swap button orientation
[src/devices/cpu/m6805]m68705.cpp
[src/mame/bandai]wswan.cpp
[src/mame/misc]videoart.cpp

r199047 Friday 27th October, 2023 at 17:26:09 UTC by hap
ef9365: simplify busy timer, change msl pins to a devcb
[src/devices/video]ef9345.cpp ef9365.cpp ef9365.h
[src/mame/misc]videoart.cpp

r199046 Friday 27th October, 2023 at 16:46:33 UTC by alex.brown
3rdpary/asio: Fixed error check in sockatmark(). (#11656)

From chriskohlhoff/asio@f79d3dc5c85675b01196d301595155ede085483d
[3rdparty/asio/include/asio/detail/impl]socket_ops.ipp

r199045 Friday 27th October, 2023 at 16:06:55 UTC by qufb
sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213)

Basic functionality is supported, making most games playable.

StoryWare display is not yet implemented.

Game-specific peripherals are not emulated.

There are still some issues with graphics.

emu/ioport.h: Fixed rarely-used PORT_CROSSHAIR_MAPPER and PORT_CROSSHAIR_MAPPER_MEMBER macros.

cpu/arm7: Added AP2010 CPU device.

sound/ap2010pcm.cpp: Added basic AP2010 PCM audio output device.

Systems promoted to working
------------------------
Sega Advanced Pico BEENA

New working systems
------------------------
Sega TV Ocha-Ken
[scripts/src]cpu.lua sound.lua
[src/devices/cpu/arm7]ap2010cpu.cpp* ap2010cpu.h*
[src/devices/sound]ap2010pcm.cpp* ap2010pcm.h*
[src/emu]ioport.h
[src/mame]mame.lst
[src/mame/layout]beena.lay*
[src/mame/sega]sega_beena.cpp

r199044 Friday 27th October, 2023 at 15:43:14 UTC by hap
videoart: add vram read
[hash]videoart.xml
[src/devices/video]ef9365.cpp
[src/mame/misc]videoart.cpp
[src/mame/skeleton]squale.cpp

r199043 Friday 27th October, 2023 at 14:28:48 UTC by Osso
- igs/goldstar.cpp: descrambled sunspckr opcodes, retitled as Animal House as that's what it shows on screen

- taito/taito_z.cpp: corrected sprite ROMs labels for sci and clones [Guru]
[src/mame/igs]goldstar.cpp goldstar.h
[src/mame/taito]taito_z.cpp

r199042 Thursday 26th October, 2023 at 22:11:04 UTC by David Haywood
jaleco/ms1_gatearray.cpp: Cleaned up code. (#11663)
[src/mame/jaleco]ms1_gatearray.cpp ms1_gatearray.h

r199041 Thursday 26th October, 2023 at 19:35:20 UTC by Vasantha Crabb
Revert "chd.cpp, chdcodec.cpp: Minor refactoring"

This reverts commit 901a68e2e0bb0d9178ffdb59e128718c1495250f.
[src/lib/util]chd.cpp chd.h chdcodec.cpp chdcodec.h
[src/tools]chdman.cpp

r199040 Thursday 26th October, 2023 at 19:35:17 UTC by Vasantha Crabb
Revert "chd.cpp: Refactoring, part 2"

This reverts commit cc772072fa635146b1df39a5694d2a8f8aa5a34f.
[src/devices/imagedev]cdromimg.cpp
[src/lib/util]chd.cpp chd.h dvdrom.cpp

r199039 Thursday 26th October, 2023 at 18:22:45 UTC by AJR
sevenlnd: Fix labels for undumped EPROMs
[src/mame/subsino]subsino.cpp

r199038 Thursday 26th October, 2023 at 17:06:43 UTC by clawgrip
igs/goldstar.cpp: Dumped and added an "El Dorado" clone named "Suns Pecker". (#11661)

New clones marked not working
------------------------------
Suns Pecker (V1.0) [Taksangs]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp

r199037 Thursday 26th October, 2023 at 16:51:15 UTC by clawgrip
pacman/pacman.cpp: Added a Puck Man bootleg from Alca. (#11660)

New working clones
----------------------------------
Puck Man (Alca bootleg) [Museo Arcade Vintage]
[src/mame]mame.lst
[src/mame/pacman]pacman.cpp

r199036 Thursday 26th October, 2023 at 16:36:44 UTC by David Haywood
jaleco/megasys1.cpp, jaleco/cischeat: Encapsulated gate array simulation as a device. (#11650)

* Fixes crashes in tshingen (MT08541).
* Refined memory maps and cleaned up code.
* Reduced reliance on driver init functions.
* Removed placeholder microcontroller ROMs from games using gate arrays.
* Updated notes.
[src/mame/jaleco]cischeat.cpp cischeat.h jalcrpt.cpp jalcrpt.h megasys1.cpp megasys1.h megasys1_v.cpp ms1_gatearray.cpp* ms1_gatearray.h*

r199035 Wednesday 25th October, 2023 at 17:26:38 UTC by hap
ef9365: add side effects check at statusreg read
[src/devices/video]ef9365.cpp
[src/mame/misc]videoart.cpp

r199034 Wednesday 25th October, 2023 at 17:03:26 UTC by clawgrip
subsino/subsino.cpp: Dumped program ROM for Seven Land (graphics ROMs missing). (#11653)

New clones marked not working
-------------------------------------------
Seven Land [Taksangs]
[src/mame]mame.lst
[src/mame/subsino]subsino.cpp

r199033 Wednesday 25th October, 2023 at 16:52:53 UTC by clawgrip
igs/goldstar.cpp: Dumped and added a newer version of Dyna's El Dorado. (#11655)

New clones marked not working
---------------------------------
El Dorado (V5.1DR) [Taksangs]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp

r199032 Wednesday 25th October, 2023 at 15:27:41 UTC by hap
videoart: update notes
[src/mame/misc]videoart.cpp

r199031 Wednesday 25th October, 2023 at 15:06:04 UTC by stoneddiscord
nltool: break up resistor arrays into individual resistors (#11569)
[src/lib/netlist/tools]nl_convert.cpp

r199030 Wednesday 25th October, 2023 at 15:05:02 UTC by stoneddiscord
report line number when an exception occurs (#11564)
[src/lib/netlist/tools]nl_convert.cpp

r199029 Wednesday 25th October, 2023 at 14:13:20 UTC by hap
videoart: update notes
[src/mame/misc]videoart.cpp

r199028 Wednesday 25th October, 2023 at 13:50:17 UTC by hap
Systems promoted to working
---------------------------
Video Art [hap, Sean Riddle, Phil Bennett]
[src/mame/misc]videoart.cpp

r199027 Wednesday 25th October, 2023 at 13:14:10 UTC by hap
videoart: correct typo, small refactor
[src/mame/misc]videoart.cpp

r199026 Wednesday 25th October, 2023 at 12:27:28 UTC by hap
videoart: joystick does not autocenter
[src/mame/misc]videoart.cpp

r199025 Wednesday 25th October, 2023 at 12:19:11 UTC by Angelo Salese
amstrad/amstr_pc.cpp: add PC5086 HW notes
[src/mame/amstrad]amstr_pc.cpp

r199024 Wednesday 25th October, 2023 at 11:12:07 UTC by hap
ef9365: add getter for MSL pins,
videoart: add custom vram handling
[src/devices/video]ef9365.cpp ef9365.h
[src/mame/misc]videoart.cpp

r199023 Wednesday 25th October, 2023 at 09:06:14 UTC by Osso
misc/vamphalf.cpp: added speedup for solitaire, also templated speedup methods
[src/mame/misc]vamphalf.cpp

r199022 Wednesday 25th October, 2023 at 03:10:46 UTC by R. Belmont
apple/valkyrie.cpp: Fixed the screen freezing on Quadra 630/LC 580 when the Video Startup extension is installed or the Video Player application is launched. [R. Belmont]
[src/mame/apple]valkyrie.cpp valkyrie.h

r199021 Tuesday 24th October, 2023 at 18:59:14 UTC by hap
videoart: update notes
[src/mame/misc]videoart.cpp

r199020 Tuesday 24th October, 2023 at 17:40:02 UTC by hap
swp00: workaround bogus 'variable may be unitialized' compiler warning
[src/devices/sound]swp00.cpp

r199019 Tuesday 24th October, 2023 at 17:40:02 UTC by GitHub
-

r199018 Monday 23rd October, 2023 at 15:53:41 UTC by Vasantha Crabb
Bump version to 0.260
[/tags]mame0260*

r199017 Tuesday 24th October, 2023 at 17:24:30 UTC by hap
m68705: add preliminary support for analog input ports

New systems marked not working
------------------------------
Video Art [hap, Sean Riddle, Phil Bennett]

New working software list items
-------------------------------
videoart: Activity Cartridge [hap, Sean Riddle, Phil Bennett], Disney Story Book [Mike Stedman]
[hash]videoart.xml*
[src/devices/cpu/m6805]m68705.cpp m68705.h
[src/devices/video]ef9365.cpp
[src/mame]mame.lst
[src/mame/handheld]hh_cop400.cpp
[src/mame/misc]videoart.cpp*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team