Note Feed

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

Previous 50 199869 Revisions Next 50

r196733 Wednesday 7th June, 2023 at 00:53:50 UTC by Angelo Salese
chore: modernize VGA main I/O interfaces
[/branches/vga_modern-2/src/devices/bus/isa]svga_cirrus.cpp svga_cirrus.h svga_s3.cpp svga_s3.h svga_trident.cpp svga_trident.h svga_tseng.cpp svga_tseng.h vga.cpp vga.h vga_ati.cpp vga_ati.h
[/branches/vga_modern-2/src/devices/machine]sis630_gui.cpp sis630_gui.h
[/branches/vga_modern-2/src/devices/video]ibm8514a.cpp pc_vga.cpp pc_vga.h pc_vga_ati.cpp pc_vga_ati.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_nvidia.cpp pc_vga_nvidia.h pc_vga_s3.cpp pc_vga_s3.h pc_vga_sis.cpp pc_vga_sis.h pc_vga_trident.cpp pc_vga_trident.h pc_vga_tseng.cpp pc_vga_tseng.h pc_xga.cpp pc_xga.h riva128.cpp riva128.h s3virge.cpp s3virge.h virge_pci.cpp virge_pci.h
[/branches/vga_modern-2/src/mame/be]bebox.cpp
[/branches/vga_modern-2/src/mame/funworld]photoply.cpp
[/branches/vga_modern-2/src/mame/konami]konmedal020.cpp
[/branches/vga_modern-2/src/mame/misc]gambl186.cpp gammagic.cpp gamtor.cpp magtouch.cpp pntnpuzl.cpp savquest.cpp su2000.cpp
[/branches/vga_modern-2/src/mame/pc]fruitpc.cpp pangofun.cpp paokaipc.cpp pcat_dyn.cpp pcat_nit.cpp queen.cpp
[/branches/vga_modern-2/src/mame/trs]vis.cpp

r196732 Wednesday 7th June, 2023 at 00:04:50 UTC by AJR
seta.cpp: Driver overhaul
- Split out downtown and related games to a separate driver
- Eliminate set_vblank_int and reduce usage of HOLD_LINE
- Replace remaining uPD71054 simulation with PIT device
[src/mame]mame.lst
[src/mame/seta]downtown.cpp* seta.cpp seta.h seta_v.cpp

r196731 Tuesday 6th June, 2023 at 20:55:01 UTC by hap
missile: add addressmap via bankdev
[src/mame/atari]missile.cpp

r196730 Tuesday 6th June, 2023 at 12:32:14 UTC by hap
missile: use ioport_array
[src/mame/atari]missile.cpp

r196729 Tuesday 6th June, 2023 at 12:20:25 UTC by hap
missile: correct irq timing
[src/mame/atari]missile.cpp

r196728 Tuesday 6th June, 2023 at 08:27:00 UTC by Olivier Galibert
h8_dma: reorganize, upgrade
[src/devices/cpu/h8]h8.cpp h8.h h8.lst h83002.cpp h83002.h h83003.cpp h83003.h h83042.cpp h83042.h h83048.cpp h83048.h h8_dma.cpp h8_dma.h h8s2320.cpp h8s2320.h h8s2357.cpp h8s2357.h h8s2655.cpp h8s2655.h
[src/devices/machine]t10mmc.cpp
[src/devices/video]zr36110.cpp
[src/mame/nichibutsu]hrdvd.cpp

r196727 Tuesday 6th June, 2023 at 08:26:58 UTC by Olivier Galibert
h8: Use finders
[src/devices/cpu/h8]gt913.cpp h83002.cpp h83003.cpp h83003.h h83006.cpp h83008.cpp h83032.cpp h83042.cpp h83048.cpp h83337.cpp h8_adc.cpp h8_adc.h h8_dma.cpp h8_dma.h h8_dtc.cpp h8_dtc.h h8_intc.cpp h8_intc.h h8_port.cpp h8_port.h h8_sci.cpp h8_sci.h h8_timer16.cpp h8_timer16.h h8_timer8.cpp h8_timer8.h h8_watchdog.cpp h8_watchdog.h h8s2245.cpp h8s2320.cpp h8s2357.cpp h8s2655.cpp
[src/devices/machine]gt913_io.cpp gt913_io.h

r196726 Tuesday 6th June, 2023 at 05:24:20 UTC by Osso
New working clones
------------------
Sprint 4 (Rev 03) [Andrew Welburn]
[src/mame]mame.lst
[src/mame/atari]sprint4.cpp

r196725 Tuesday 6th June, 2023 at 00:03:13 UTC by Angelo Salese
video/pc_vga.cpp: reorder functions
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp

r196724 Monday 5th June, 2023 at 22:38:25 UTC by Angelo Salese
video/s3virge.cpp: fix regression
[/branches/vga_modern-2/src/devices/video]pc_vga_s3.cpp pc_vga_trident.cpp pc_vga_tseng.cpp s3virge.cpp

r196723 Monday 5th June, 2023 at 22:12:27 UTC by Angelo Salese
pc_vga.cpp: convert CRTC to crtc_map

* fixes trs/vis.cpp refresh rate by chain reaction (40 Hz -> 61 Hz)
[/branches/vga_modern-2/src/devices/bus/isa]svga_s3.cpp
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp pc_vga.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_nvidia.cpp pc_vga_nvidia.h pc_vga_s3.cpp pc_vga_s3.h pc_vga_sis.cpp pc_vga_sis.h pc_vga_trident.cpp pc_vga_trident.h pc_vga_tseng.cpp pc_vga_tseng.h s3virge.cpp s3virge.h
[/branches/vga_modern-2/src/mame/trs]vis.cpp

r196722 Monday 5th June, 2023 at 10:47:37 UTC by hap
missile: add debugger side effects check
[src/mame/atari]missile.cpp
[src/mame/handheld]hh_pps41.cpp
[src/mame/tvgames]xavix.cpp

r196721 Sunday 4th June, 2023 at 20:15:47 UTC by AJR
z80: Clean up error message and inconsistent bracing
[src/devices/cpu/z80]z80.cpp

r196720 Sunday 4th June, 2023 at 18:48:59 UTC by mark.garlanger
z80.cpp - Add EI to IM0 handler (#11307)

* z80.cpp - Add EI to IM0 handler

The heath/h89.cpp with a z37 soft-sectored controller uses IM0 and places an EI instruction on the bus when DRQ signal is received from the WD disk controller.

I'm putting this part up early to get comments. Maybe someone with more experience with the z80 code could implement the top TODO in this file
```
- Interrupt mode 0 should be able to execute arbitrary opcodes
```
[src/devices/cpu/z80]z80.cpp

r196719 Sunday 4th June, 2023 at 16:43:17 UTC by arcadeshadow
Fix LeapFrogs' softwarelist name (#11310)

Lowercase on media support "cartridges" word
[hash]leapfrog_didj_cart.xml leapfrog_zippity_cart.xml leapster_explorer_cart.xml

r196718 Sunday 4th June, 2023 at 16:42:29 UTC by rebecca.wallander
compis.xml: Add some recently spotted undumped software to list (#11309)
[hash]compis.xml

r196717 Sunday 4th June, 2023 at 16:41:44 UTC by ywy
taito_f3_v.cpp: Fix visible tile check for alternate tilemap lines (#11311)
[src/mame/taito]taito_f3_v.cpp

r196716 Sunday 4th June, 2023 at 15:12:58 UTC by hap
addocalc: remove power off timer
[src/mame/handheld]hh_pps41.cpp hh_tms1k.cpp

r196715 Sunday 4th June, 2023 at 14:50:11 UTC by wilbertpol
msx1_cart.xml: Add four Quick Disk interfaces (not working). (#11306)

New NOT_WORKING software list additions (msx1_cart.xml)
------------------------------------------
DPQ-280 Quick Disk Drive
DPQ-280 Quick Disk Drive (alt)
QDM-01 Quick Disk Drive
VY-0002 Quick Disk Drive
[hash]msx1_cart.xml
[scripts/src]bus.lua
[src/devices/bus/msx/cart]cartridge.cpp quickdisk.cpp* quickdisk.h* slotoptions.cpp slotoptions.h

r196714 Sunday 4th June, 2023 at 13:01:37 UTC by hap
New working systems
-------------------
Addometer Calculator [hap, Sean Riddle]
[src/mame]mame.lst
[src/mame/handheld]hh_cop400.cpp hh_pic16.cpp hh_pps41.cpp hh_tms1k.cpp
[src/mame/itech]iteagle_fpga.cpp iteagle_fpga.h
[src/mame/layout]addocalc.lay*
[src/mame/tiger]k28.cpp k28m2.cpp

r196713 Sunday 4th June, 2023 at 00:27:30 UTC by R. Belmont
Some more sprintf() deprecation warning fixes. [R. Belmont]
[src/devices/cpu/apexc]apexcdsm.cpp
[src/devices/cpu/dsp56156]tables.cpp
[src/lib/util]jedparse.cpp
[src/tools]jedutil.cpp

r196712 Saturday 3rd June, 2023 at 20:52:00 UTC by R. Belmont
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Belmont]
[src/devices/cpu/h8]h8_timer16.cpp
[src/devices/cpu/i386]i386dasm.cpp
[src/devices/cpu/m68000]m68kfpu.cpp
[src/devices/cpu/powerpc]ppccom.cpp ppcdrc.cpp
[src/devices/imagedev]flopdrv.cpp
[src/devices/machine]corvushd.cpp i2cmem.cpp wd_fdc.cpp
[src/emu]attotime.cpp
[src/emu/debug]debugcmd.cpp debugcpu.cpp dvmemory.cpp

r196711 Saturday 3rd June, 2023 at 19:18:50 UTC by Angelo Salese
pc_vga.cpp: convert GC to gc_map
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp pc_vga.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_trident.cpp pc_vga_trident.h

r196710 Saturday 3rd June, 2023 at 17:52:39 UTC by Angelo Salese
pc_vga.cpp: convert ATC to attribute_map
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp pc_vga.h pc_vga_tseng.cpp pc_vga_tseng.h

r196709 Saturday 3rd June, 2023 at 19:11:01 UTC by AJR
flower.cpp: VBLANK interrupt modernization
[src/mame/misc]flower.cpp

r196708 Saturday 3rd June, 2023 at 18:35:26 UTC by hap
mips3: remove stray printf
[src/devices/cpu/mips]mips3.cpp

r196707 Saturday 3rd June, 2023 at 13:35:27 UTC by hap
k28: (re)add imperfect sound flag
[src/mame/tiger]k28.cpp

r196706 Saturday 3rd June, 2023 at 13:22:43 UTC by Olivier Galibert
votrax: It's more than good enough to remove the flag
[src/devices/sound]votrax.h

r196705 Saturday 3rd June, 2023 at 13:22:16 UTC by hap
iteagle_fpga: fix issue with LOG_SERIAL
[src/mame/itech]iteagle_fpga.cpp

r196704 Saturday 3rd June, 2023 at 11:28:28 UTC by Olivier Galibert
m68000: Remove leftover debug logerror
[src/devices/cpu/m68000]m68000.cpp

r196703 Saturday 3rd June, 2023 at 11:19:25 UTC by hap
1943: correct mcu interrupt pin
[src/mame/capcom]1943.cpp 1943.h

r196702 Saturday 3rd June, 2023 at 11:02:24 UTC by hap
1943: don't ignore audiocpu reset line
[src/mame/capcom]1943.cpp 1943.h 1943_v.cpp

r196701 Saturday 3rd June, 2023 at 10:02:10 UTC by hap
mcs51: add rxb8 to uart reset
[src/devices/cpu/mcs51]mcs51.cpp mcs51.h

r196700 Saturday 3rd June, 2023 at 00:53:35 UTC by AJR
x68k.cpp: Avoid dereferencing null pointers when fewer than 4 floppy drives are configured
[src/mame/sharp]x68k.cpp

r196699 Friday 2nd June, 2023 at 19:52:09 UTC by Angelo Salese
chore: move s3virge out of bus/isa
[/branches/vga_modern-2/scripts/src]bus.lua video.lua
[/branches/vga_modern-2/src/devices/bus/isa]s3virge.cpp s3virge.h svga_s3.h
[/branches/vga_modern-2/src/devices/video]s3virge.cpp* s3virge.h* virge_pci.h

r196698 Friday 2nd June, 2023 at 19:35:26 UTC by Angelo Salese
trs/vis.cpp: convert VGA to sequencer_map
[/branches/vga_modern-2/src/mame/trs]vis.cpp

r196697 Friday 2nd June, 2023 at 19:14:37 UTC by Angelo Salese
chore: make sure that address_space_config is preserved when inheriting
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp pc_vga.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_nvidia.cpp pc_vga_s3.cpp pc_vga_s3.h pc_vga_sis.cpp pc_vga_trident.cpp pc_vga_tseng.cpp

r196696 Friday 2nd June, 2023 at 11:13:38 UTC by Curt Coder
New working software list items
-------------------------------
abc1600_hdd: Formatted Micropolis 1325A 69MB, Formatted NEC D5216A 20MB. [Curt Coder]
[hash]abc1600_hdd.xml*
[src/mame/luxor]abc1600.cpp

r196695 Friday 2nd June, 2023 at 10:01:34 UTC by Olivier Galibert
m68000: When a SR S-flag update happens in parallel to a bus access, be careful to delay the update to after the access because it is otherwise seen too early through fc, and acts on mmus&co.  Fixes hp_ipc [ajrhacker, O. Galibert]
[src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdp.cpp m68000-sif.cpp m68000-sip.cpp m68000.cpp m68000.h m68000gen.py m68000mcu-sdfm.cpp m68000mcu-sdpm.cpp m68000mcu-sifm.cpp m68000mcu-sipm.cpp m68008-sdf8.cpp m68008-sdp8.cpp m68008-sif8.cpp m68008-sip8.cpp

r196694 Friday 2nd June, 2023 at 02:50:20 UTC by Angelo Salese
chore: convert pc_vga sequencer regs to space memory
[/branches/vga_modern-2/src/devices/bus/isa]s3virge.cpp
[/branches/vga_modern-2/src/devices/video]pc_vga.cpp pc_vga.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_nvidia.cpp pc_vga_s3.cpp pc_vga_s3.h pc_vga_sis.cpp pc_vga_sis.h pc_vga_trident.cpp pc_vga_trident.h pc_vga_tseng.cpp pc_vga_tseng.h
[/branches/vga_modern-2/src/mame/funworld]photoply.cpp
[/branches/vga_modern-2/src/mame/trs]vis.cpp

r196693 Thursday 1st June, 2023 at 21:26:32 UTC by Angelo Salese
pc_vga_cirrus.cpp: fix gambl186 regression
[/branches/vga_modern-2/src/devices/video]pc_vga_cirrus.cpp

r196692 Friday 2nd June, 2023 at 01:51:34 UTC by AJR
blockcarb: Add music
[src/mame/seta]seta.cpp seta.h

r196691 Thursday 1st June, 2023 at 19:55:56 UTC by Vasantha Crabb
misc/micro3d.cpp: Use more plausible input ranges (MT08656).
[src/mame/misc]micro3d.cpp

r196690 Thursday 1st June, 2023 at 18:47:24 UTC by buffi
psikyo/psikyo.cpp: Corrected screen timings and interrupts for Gunbird and Sengoku Ace. (#11303)

Gunbird is verified to use the same timings as Strikers 1945 and Tengai, so Sengoku Ace can be assumed to be similar.
[src/mame/psikyo]psikyo.cpp

r196689 Thursday 1st June, 2023 at 16:54:22 UTC by Angelo Salese
taito/taitowlf.cpp: fix RAM size [skip ci]
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r196688 Thursday 1st June, 2023 at 14:49:06 UTC by Angelo Salese
taito/taitowlf.cpp: convert to new PCI model

taito/taitowlf.cpp: add proper pf2012 main BIOS [Guru]
[/branches/pci_p5txla/src/mame]mame.lst
[/branches/pci_p5txla/src/mame/taito]taitowlf.cpp

r196687 Thursday 1st June, 2023 at 11:47:55 UTC by hap
qkracer: swap parent/clone
tmvolleyb: fix display problem with left digit
[/branches]pci_p5txla*

r196686 Thursday 1st June, 2023 at 14:57:27 UTC by 987123879113
namco/namcos10.cpp: Add Taiko no Tatsujin RT: Nippon no Kokoro. (#11302)

New working systems
------------------
Taiko no Tatsujin RT: Nippon no Kokoro [nnap, Hajime0512, Peter Wilhelmsen, Samuel Neves]
[src/mame]mame.lst
[src/mame/namco]namcos10.cpp

r196685 Thursday 1st June, 2023 at 11:47:55 UTC by hap
qkracer: swap parent/clone
tmvolleyb: fix display problem with left digit
[src/mame]mame.lst
[src/mame/handheld]hh_cop400.cpp hh_cops1.cpp hh_tms1k.cpp
[src/mame/layout]fingbowl.lay ftri1.lay mwcbaseb.lay qkracera.lay* qkracerm.lay
[src/mame/msx]msx1.cpp msx2.cpp

r196684 Thursday 1st June, 2023 at 09:47:04 UTC by toastmanjack
Cleanup of Markham.cpp documentation (#11299)
[src/mame/sunelectronics]markham.cpp markham.h markham_v.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team