Note Feed

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

Previous 50 199869 Revisions Next 50

r195188 Thursday 6th April, 2023 at 21:23:57 UTC by hap
smc1102: add disassembler
[/branches/a800_cart/src/devices/cpu/tms1000]tms0970.cpp tms0980.cpp tms1000.cpp tms1000.h tms1k_base.h tms1k_dasm.cpp tms1k_dasm.h
[/branches/a800_cart/src/mame/handheld]hh_tms1k.cpp
[/branches/a800_cart/src/mame/namco]bosco.cpp
[/branches/a800_cart/src/mame/tiger]k28m2.cpp
[/branches/a800_cart/src/tools]unidasm.cpp

r195187 Thursday 6th April, 2023 at 20:30:15 UTC by Vasantha Crabb
Lua engine code changes for b67b969bf0911d71396c77e42d85ddfe80de6f20.

Code changes to notifications and waiters corresponding to the
docs/plugins changes in previous commit.
[/branches/a800_cart/src/frontend/mame]luaengine.cpp luaengine.h luaengine.ipp

r195186 Thursday 6th April, 2023 at 20:20:40 UTC by Vasantha Crabb
-Improved some Lua APIs:

* Moved several machine lifecycle callbacks to the notifier/subscriber
 model.  The old callback registration model is still available for
 them for now, but prints a deprecation warning.
* Added pre-save/post-load notifications.
* Use a single allocated timer rather than one anonymous timer per
 waiter.  Waiters no longer prevent saved states from being loaded.
* Clean up outstanding waiters on stop or state load rather than just
 leaking them.
* Started documenting parts of the emulator interface object that should
 be relatively stable.

-imagedev/avivideo.cpp: Fixed an object leak on unload.  Also changed
some other media image devices to use smart pointers.
[/branches/a800_cart/docs/source]conf.py
[/branches/a800_cart/docs/source/plugins]dummy.rst
[/branches/a800_cart/docs/source/techspecs]luaengine.rst luareference.rst
[/branches/a800_cart/plugins/autofire]init.lua
[/branches/a800_cart/plugins/cheat]init.lua
[/branches/a800_cart/plugins/cheatfind]init.lua
[/branches/a800_cart/plugins/console]init.lua
[/branches/a800_cart/plugins/data]init.lua
[/branches/a800_cart/plugins/discord]init.lua
[/branches/a800_cart/plugins/dummy]init.lua
[/branches/a800_cart/plugins/gdbstub]init.lua
[/branches/a800_cart/plugins/hiscore]init.lua
[/branches/a800_cart/plugins/inputmacro]init.lua
[/branches/a800_cart/plugins/layout]init.lua
[/branches/a800_cart/plugins/timecode]init.lua
[/branches/a800_cart/plugins/timer]init.lua
[/branches/a800_cart/src/devices/bus/isa]mcd.cpp
[/branches/a800_cart/src/devices/bus/qbus]pc11.h
[/branches/a800_cart/src/devices/bus/saturn]sat_slot.cpp
[/branches/a800_cart/src/devices/bus/scv]slot.cpp
[/branches/a800_cart/src/devices/bus/sdk85]memexp.cpp
[/branches/a800_cart/src/devices/bus/sega8]sega8_slot.cpp
[/branches/a800_cart/src/devices/bus/snes]snes_slot.cpp
[/branches/a800_cart/src/devices/bus/spectrum]intf2.cpp
[/branches/a800_cart/src/devices/bus/ti99x]990_tap.cpp
[/branches/a800_cart/src/devices/bus/vc4000]slot.cpp
[/branches/a800_cart/src/devices/bus/vcs]vcs_slot.cpp vcs_slot.h
[/branches/a800_cart/src/devices/bus/vectrex]slot.cpp
[/branches/a800_cart/src/devices/bus/vic10]exp.cpp
[/branches/a800_cart/src/devices/bus/vic20]exp.cpp
[/branches/a800_cart/src/devices/bus/vidbrain]exp.cpp
[/branches/a800_cart/src/devices/bus/vsmile]vsmile_slot.cpp
[/branches/a800_cart/src/devices/bus/wswan]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/z88]z88.cpp z88.h
[/branches/a800_cart/src/devices/imagedev]avivideo.cpp avivideo.h cassette.h chd_cd.cpp chd_cd.h diablo.cpp diablo.h flopdrv.cpp flopdrv.h floppy.h harddriv.cpp harddriv.h mfmhd.cpp mfmhd.h midiin.cpp midiin.h midiout.cpp midiout.h picture.cpp printer.cpp snapquik.cpp wafadrive.cpp wafadrive.h
[/branches/a800_cart/src/devices/machine]pccard_sram.cpp smartmed.cpp smartmed.h

r195185 Thursday 6th April, 2023 at 14:57:39 UTC by AJR
mpc3000: Finish DMA hookup for MB89352
[/branches/a800_cart/src/mame/akai]mpc3000.cpp

r195184 Thursday 6th April, 2023 at 13:14:15 UTC by AJR
s50, s550, w30: Add floppy disk drive select register and more floppy status flags. All three systems now prompt for inserting a system disk.
[/branches/a800_cart/src/mame/roland]roland_s50.cpp

r195183 Thursday 6th April, 2023 at 10:41:57 UTC by patrick.mackinlay
mb87030: improve arbitration/selection handling
[/branches/a800_cart/src/devices/machine]mb87030.cpp mb87030.h

r195182 Thursday 6th April, 2023 at 10:05:32 UTC by Angelo Salese
video/huc6272.cpp: modernize handler interface (#11077)

* video/huc6272.cpp: modernize handler interface

* machine/t10mmc.cpp: avoid a stack overflow if device can't read CD data, allows PC-FX menu to be useable (with CD in ...)

* video/huc6272.cpp: fix m_bg save state registration, add stub logmacro.h, misc cleanups
[/branches/a800_cart/src/devices/machine]t10mmc.cpp
[/branches/a800_cart/src/devices/video]huc6272.cpp huc6272.h
[/branches/a800_cart/src/mame/nec]pcfx.cpp

r195181 Thursday 6th April, 2023 at 03:08:55 UTC by patrick.mackinlay
tmp68301: add missing header
[/branches/a800_cart/src/devices/cpu/m68000]tmp68301.cpp

r195180 Thursday 6th April, 2023 at 01:38:19 UTC by AJR
w30: Fix bank 1 setup
[/branches/a800_cart/src/mame/roland]roland_s50.cpp

r195179 Thursday 6th April, 2023 at 01:27:33 UTC by AJR
roland_s50.cpp: Driver modernization
- Replace address_map_bank_device with memory views
- Add SCSI controller to s550 and w30
- Eliminate deprecated #ifdef in favor of [[maybe_unused]] attributes
[/branches/a800_cart/src/mame/roland]roland_s50.cpp

r195178 Thursday 6th April, 2023 at 01:08:26 UTC by AJR
supercrd.cpp: Fix syntax error
[/branches/a800_cart/src/mame/funworld]supercrd.cpp

r195177 Wednesday 5th April, 2023 at 23:58:00 UTC by Roberto Fresca
More Super Card improvements...
Added Coinage, Remote, and Personal A settings DIP Switches.
Added internal remote credits switch.
[/branches/a800_cart/src/mame/funworld]supercrd.cpp

r195176 Wednesday 5th April, 2023 at 23:46:42 UTC by Roberto Fresca
Super Card improvements:
- Added a set of service inputs that allow the game to enter the attract.
- Added Coins and remote inputs.
- Fixed the bottom of the screen. Now messages are properly displayed.
[/branches/a800_cart/src/mame/funworld]supercrd.cpp

r195175 Wednesday 5th April, 2023 at 23:41:36 UTC by AJR
gameboy/slot.cpp: Fix error return for loose software
[/branches/a800_cart/src/devices/bus/gameboy]slot.cpp

r195174 Wednesday 5th April, 2023 at 19:45:21 UTC by clawgrip
misc/rfslotspcpent.cpp: Added a note about a variant on different hardware
[/branches/a800_cart/src/mame/misc]rfslotspcpent.cpp

r195173 Wednesday 5th April, 2023 at 19:24:02 UTC by Vasantha Crabb
Fixed unused lambda capture in Lua engine.
[/branches/a800_cart/src/devices/bus/pofo]ccm.h
[/branches/a800_cart/src/frontend/mame]luaengine.ipp

r195172 Wednesday 5th April, 2023 at 18:49:10 UTC by Vasantha Crabb
Fixed various bugs:

bus/nubus/nubus_image.cpp: Fixed failure to allocate memory for the
image (regressed in b8c338858a101d14308c64c87b0f714db4f05326).

bus/nes/karastudio.cpp, bus/nes/sunsoft_dcs.cpp: Fixed stack smash when
loading loose software.

Addressed some Lua engine fallout from running things in coroutines:
* Don't crash accessing dead Lua thread state from callbacks.
* Allow returning values via yielding functions.
* Don't run address space tap and layout view callbacks in coroutines to
 save overhead.
* Better logging of errors from callbacks.
[/branches/a800_cart/src/devices/bus/gba]gba_slot.cpp
[/branches/a800_cart/src/devices/bus/iq151]iq151.cpp
[/branches/a800_cart/src/devices/bus/isa]omti8621.cpp omti8621.h sc499.cpp sc499.h
[/branches/a800_cart/src/devices/bus/jakks_gamekey]slot.cpp
[/branches/a800_cart/src/devices/bus/kc]kc.cpp kc.h
[/branches/a800_cart/src/devices/bus/mc10]pak.h
[/branches/a800_cart/src/devices/bus/msx/cart]beepack.h softcard.cpp softcard.h
[/branches/a800_cart/src/devices/bus/mtx]exp.cpp
[/branches/a800_cart/src/devices/bus/neogeo]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/nes]aladdin.cpp aladdin.h datach.cpp datach.h karastudio.cpp karastudio.h sunsoft_dcs.cpp sunsoft_dcs.h
[/branches/a800_cart/src/devices/bus/nubus]nubus_image.cpp
[/branches/a800_cart/src/devices/bus/odyssey2]slot.cpp
[/branches/a800_cart/src/devices/bus/pce]pce_slot.cpp
[/branches/a800_cart/src/devices/bus/psx]memcard.cpp
[/branches/a800_cart/src/frontend/mame]luaengine.cpp luaengine.h luaengine.ipp luaengine_debug.cpp luaengine_mem.cpp luaengine_render.cpp
[/branches/a800_cart/src/mame/neogeo]ng_memcard.cpp

r195171 Wednesday 5th April, 2023 at 11:37:10 UTC by patrick.mackinlay
m88000: fix unsigned division
[/branches/a800_cart/src/devices/cpu/m88000]m88000.cpp

r195170 Wednesday 5th April, 2023 at 11:30:51 UTC by patrick.mackinlay
luna88k: switch to nscsi mb89352 implementation

* implement network ram and fzrom
[/branches/a800_cart/src/mame/omron]luna_88k.cpp

r195169 Wednesday 5th April, 2023 at 11:30:30 UTC by patrick.mackinlay
mpc3000,segas32,x68k: switch to nscsi mb89352 implementation
[/branches/a800_cart/src/devices/bus/x68k]x68k_scsiext.cpp x68k_scsiext.h
[/branches/a800_cart/src/mame/akai]mpc3000.cpp
[/branches/a800_cart/src/mame/sega]segas32.cpp
[/branches/a800_cart/src/mame/sharp]x68k.cpp x68k.h

r195168 Wednesday 5th April, 2023 at 11:30:07 UTC by patrick.mackinlay
mb89352: retire legacy scsi device
[/branches/a800_cart/scripts/src]machine.lua
[/branches/a800_cart/src/devices/machine]mb89352.cpp mb89352.h

r195167 Wednesday 5th April, 2023 at 10:06:31 UTC by patrick.mackinlay
mb87030: add mb89351/2 variants

* implement program transfer interrupts
* suppress duplicate selection command completion
* terminate transfer command on phase mismatch
* implement message in/out ATN/ACK logic
* track interrupt output state
* minor logging improvements
[/branches/a800_cart/src/devices/machine]mb87030.cpp mb87030.h

r195166 Tuesday 4th April, 2023 at 18:43:52 UTC by tim.lindner
add undocumented instructions and dissasembler (#11050)
[/branches/a800_cart/src/devices/cpu/m6809]6x09dasm.cpp 6x09dasm.h m6809.cpp m6809.h m6809.lst

r195165 Tuesday 4th April, 2023 at 18:34:27 UTC by holub
bus/spectrum: Added ZXBUS and NeoGS card. (#11032)
[/branches/a800_cart/scripts/src]bus.lua
[/branches/a800_cart/src/devices/bus/spectrum]neogs.cpp* neogs.h* zxbus.cpp* zxbus.h*
[/branches/a800_cart/src/mame/sinclair]neogs.cpp neogs.h tsconf.cpp tsconf.h

r195164 Tuesday 4th April, 2023 at 18:27:53 UTC by Vasantha Crabb
neogeo/neogeo.cpp: Hooked up memory card bank register.
[/branches/a800_cart/src/mame/neogeo]neogeo.cpp neogeo.h

r195163 Tuesday 4th April, 2023 at 17:52:58 UTC by Vasantha Crabb
Fix clang build.
[/branches/a800_cart/src/mame/neogeo]neogeo.h
[/branches/a800_cart/src/mame/virtual]vgmplay.cpp

r195162 Tuesday 4th April, 2023 at 17:48:39 UTC by Olivier Galibert
tmp68301: Remove leftover debug break and reduce log spam
[/branches/a800_cart/src/devices/cpu/m68000]tmp68301.cpp

r195161 Tuesday 4th April, 2023 at 17:33:46 UTC by Vasantha Crabb
neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines.

Hooked up the memory card write enable/disable and register select
lines, and corrected the address range where memory card access is
enabled.

Card addressing still isn't quite right - the card bank register isn't
hooked up.  Neo Geo CD consoles also haven't been updated.

Also, more of the same mechanical cleanup of copy/pasted comments,
const, and variable scope.
[/branches/a800_cart/src/devices/bus/a7800]a78_slot.h
[/branches/a800_cart/src/devices/bus/acorn/system]8k.cpp 8k.h
[/branches/a800_cart/src/devices/bus/adam]exp.cpp exp.h
[/branches/a800_cart/src/devices/bus/apf]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/aquarius]slot.cpp
[/branches/a800_cart/src/devices/bus/arcadia]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/astrocde]slot.cpp
[/branches/a800_cart/src/devices/bus/bbc/1mhzbus]datacentre.cpp datacentre.h
[/branches/a800_cart/src/devices/bus/bbc/rom]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/c64]exp.h
[/branches/a800_cart/src/devices/bus/cbm2]exp.cpp
[/branches/a800_cart/src/devices/bus/cgenie/expansion]floppy.cpp
[/branches/a800_cart/src/devices/bus/chanf]slot.cpp
[/branches/a800_cart/src/devices/bus/coco]cococart.h
[/branches/a800_cart/src/devices/bus/coleco/cartridge]exp.cpp
[/branches/a800_cart/src/devices/bus/cpc]cpc_rom.cpp cpc_rom.h
[/branches/a800_cart/src/devices/bus/crvision]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/ekara]slot.cpp
[/branches/a800_cart/src/devices/bus/electron]plus1.cpp plus1.h plus2.cpp plus2.h rombox.cpp rombox.h romboxp.cpp romboxp.h sidewndr.cpp sidewndr.h
[/branches/a800_cart/src/devices/bus/electron/cart]ap5.cpp ap5.h romp144.cpp romp144.h slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/gamate]slot.cpp slot.h
[/branches/a800_cart/src/devices/bus/iq151]iq151.h
[/branches/a800_cart/src/devices/bus/vsmile]vsmile_slot.h
[/branches/a800_cart/src/devices/imagedev]diablo.h
[/branches/a800_cart/src/mame/neogeo]neogeo.cpp neogeo.h ng_memcard.cpp ng_memcard.h
[/branches/a800_cart/src/mame/shared]z80bin.cpp
[/branches/a800_cart/src/mame/sharp]x68k_hdc.h
[/branches/a800_cart/src/mame/ti]cc40.cpp snspellc.cpp ti74.cpp
[/branches/a800_cart/src/mame/virtual]vgmplay.cpp
[/branches/a800_cart/src/mame/vtech]clickstart.cpp geniusiq.cpp innotv_innotabmax.cpp iqunlim.cpp pc2000.cpp storio.cpp vtech1.cpp vtech2_m.cpp vtech_innotab.cpp
[/branches/a800_cart/src/mame/xerox]xerox820.cpp

r195160 Tuesday 4th April, 2023 at 17:29:47 UTC by Osso
- namco/polepos.cpp: corrected ROM names, added PCB locations & added PLDs. [Porchy, The PLD Archive, Brian Troha, The Dumping Union]

- funworld/supercrd.cpp: tweaked XOR tables a bit for fruitstr
[/branches/a800_cart/src/mame/funworld]supercrd.cpp
[/branches/a800_cart/src/mame/namco]polepos.cpp

r195159 Tuesday 4th April, 2023 at 17:15:18 UTC by Olivier Galibert
i8x9x: Fix a case where events could be delayed by mistake
[/branches/a800_cart/src/devices/cpu/mcs96]i8x9x.cpp

r195158 Tuesday 4th April, 2023 at 16:58:09 UTC by Olivier Galibert
tmp68301: Add timers and fix interrupts (thanks grdians for the test cases)
[/branches/a800_cart/src/devices/cpu/m68000]m68000.cpp m68000.h tmp68301.cpp tmp68301.h

r195157 Tuesday 4th April, 2023 at 12:43:17 UTC by Olivier Galibert
tmp68301: Reimplement in the new68k framework.  The timers are not yet implemented, couldn't find a driver which cared.  Hopefully the regression testing will find some.
[/branches/a800_cart/scripts/src]cpu.lua machine.lua
[/branches/a800_cart/src/devices/cpu/m68000]m68000.cpp m68000.h tmp68301.cpp* tmp68301.h*
[/branches/a800_cart/src/devices/machine]t10mmc.cpp tmp68301.cpp tmp68301.h
[/branches/a800_cart/src/mame/dynax]realbrk.cpp realbrk.h
[/branches/a800_cart/src/mame/kurzweil]krz2000.cpp
[/branches/a800_cart/src/mame/misc]joystand.cpp
[/branches/a800_cart/src/mame/nichibutsu]csplayh5.cpp niyanpai.cpp niyanpai.h
[/branches/a800_cart/src/mame/seta]kiwame.cpp seta2.cpp seta2.h seta2_v.cpp
[/branches/a800_cart/src/mame/taito]bingowav.cpp
[/branches/a800_cart/src/mame/yamaha]ymvl1.cpp

r195156 Tuesday 4th April, 2023 at 07:56:38 UTC by Osso
funworld/supercrd.cpp: identified one more XOR
[/branches/a800_cart/src/mame/funworld]supercrd.cpp

r195155 Tuesday 4th April, 2023 at 06:40:41 UTC by Vasantha Crabb
Small fixes and cleanup:

* emu/devfind.h: Allow range-based for loops on memory share finders.
* emu/emucore.h: Choose correct emu_fatalerror constructor when format
 string is an rvalue.
* osborne/osborne1.cpp: Allocate main RAM as a flat share, and use a
 view to switch in atttribute RAM.
* Reduced scope of some variables and edited some copy/pasted comments.
[/branches/a800_cart/src/devices/bus/aquarius]slot.h
[/branches/a800_cart/src/devices/bus/astrocde]slot.h
[/branches/a800_cart/src/devices/bus/coco]cococart.h
[/branches/a800_cart/src/devices/bus/ekara]slot.h
[/branches/a800_cart/src/devices/bus/gba]gba_slot.h
[/branches/a800_cart/src/devices/bus/intv]slot.h
[/branches/a800_cart/src/devices/bus/jakks_gamekey]slot.h
[/branches/a800_cart/src/devices/bus/m5]slot.h
[/branches/a800_cart/src/devices/bus/mc10]mc10_cart.cpp mc10_cart.h
[/branches/a800_cart/src/devices/bus/megadrive]md_slot.h
[/branches/a800_cart/src/devices/bus/mononcol]slot.h
[/branches/a800_cart/src/devices/bus/mtx]exp.h
[/branches/a800_cart/src/devices/bus/nabupc]adapter.h
[/branches/a800_cart/src/devices/bus/nes]nes_slot.h
[/branches/a800_cart/src/devices/bus/odyssey2]slot.h
[/branches/a800_cart/src/devices/bus/pce]pce_slot.h
[/branches/a800_cart/src/devices/bus/ql]rom.h
[/branches/a800_cart/src/devices/bus/saturn]sat_slot.h
[/branches/a800_cart/src/devices/bus/sega8]sega8_slot.h
[/branches/a800_cart/src/devices/bus/snes]snes_slot.h
[/branches/a800_cart/src/devices/bus/vectrex]slot.h
[/branches/a800_cart/src/devices/bus/vidbrain]exp.h
[/branches/a800_cart/src/devices/imagedev]avivideo.h microdrv.h picture.h
[/branches/a800_cart/src/devices/machine]ds6417.h
[/branches/a800_cart/src/emu]devfind.h emucore.h
[/branches/a800_cart/src/mame/mchester]ssem.cpp
[/branches/a800_cart/src/mame/memotech]mtx_m.cpp
[/branches/a800_cart/src/mame/microkey]primo_m.cpp
[/branches/a800_cart/src/mame/mit]tx0.cpp
[/branches/a800_cart/src/mame/mits]altair.cpp
[/branches/a800_cart/src/mame/motorola]mekd2.cpp
[/branches/a800_cart/src/mame/nascom]nascom1.cpp
[/branches/a800_cart/src/mame/neogeo]ng_memcard.cpp ng_memcard.h
[/branches/a800_cart/src/mame/netronics]elf.cpp
[/branches/a800_cart/src/mame/nichibutsu]myvision.cpp
[/branches/a800_cart/src/mame/nintendo]n64.cpp
[/branches/a800_cart/src/mame/osborne]osborne1.cpp
[/branches/a800_cart/src/mame/pc]ibmpcjr.cpp
[/branches/a800_cart/src/mame/pce]tourvis.cpp
[/branches/a800_cart/src/mame/pitronics]beta.cpp
[/branches/a800_cart/src/mame/psion]psion_pack.h psion_ssd.h
[/branches/a800_cart/src/mame/robotron]z1013.cpp
[/branches/a800_cart/src/mame/roland]roland_cm32p.cpp roland_r8.cpp
[/branches/a800_cart/src/mame/sega]sega_beena.cpp
[/branches/a800_cart/src/mame/sfrj]galaxy.cpp
[/branches/a800_cart/src/mame/sharp]pce220.cpp pce220_ser.cpp pce220_ser.h wizard.cpp
[/branches/a800_cart/src/mame/sinclair]spec_snqk.cpp timex.cpp
[/branches/a800_cart/src/mame/skeleton]c2color.cpp cd2650.cpp cosmicos.cpp digiblast.cpp easy_karaoke.cpp i7000.cpp squale.cpp
[/branches/a800_cart/src/mame/snk]ngp.cpp
[/branches/a800_cart/src/mame/sony]pockstat.cpp psxcd.h smc777.cpp
[/branches/a800_cart/src/mame/svi]svi318.cpp
[/branches/a800_cart/src/mame/ta]alphatro.cpp
[/branches/a800_cart/src/mame/tatung]einstein.cpp
[/branches/a800_cart/src/mame/telercas]tmc1800.cpp
[/branches/a800_cart/src/mame/thomson]thomson_m.cpp
[/branches/a800_cart/src/mame/ti]avigo.cpp snspell.cpp
[/branches/a800_cart/src/mame/tiger]gamecom.h gamecom_m.cpp k28m2.cpp
[/branches/a800_cart/src/mame/trs]coco_vhd.h trs80_m.cpp trs80m3_m.cpp
[/branches/a800_cart/src/mame/tvgames]elan_eu3a05.cpp generalplus_gpl16250_mobigo.cpp generalplus_gpl16250_nand.cpp generalplus_gpl16250_spi.cpp generalplus_gpl32612.cpp hyperscan_card.h magiceyes_pollux_vr3520f.cpp pubint_storyreader.cpp spg110.cpp spg2xx_ican.cpp spg2xx_smarttv.cpp spg2xx_telestory.cpp spg2xx_tvgogo.cpp spg2xx_vii.cpp
[/branches/a800_cart/src/mame/ussr]lviv.h

r195154 Tuesday 4th April, 2023 at 05:22:29 UTC by Osso
New clones marked not working
-----------------------------
Manx TT Superbike - DX [Brian Troha, The Dumping Union]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/sega]model2.cpp

r195153 Tuesday 4th April, 2023 at 00:42:24 UTC by hap
es5510: fix some alu flag problems
[/branches/a800_cart/src/devices/cpu/es5510]es5510.cpp
[/branches/a800_cart/src/mame/snk]miconkit.cpp

r195152 Monday 3rd April, 2023 at 16:27:34 UTC by Osso
New working clones
------------------
Agent Super Bond (Super Cobra conversion, not encrypted) [Darran Allen]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/galaxian]galaxian.cpp scobra.cpp
[/branches/a800_cart/src/mame/irem]m72.cpp

r195151 Monday 3rd April, 2023 at 12:02:03 UTC by Dirk Best
pegasos2: Initial devices for MV64361 and VT8231

Enough to get data from the initial bootloader to the serial console.
[/branches/a800_cart/scripts/src]machine.lua
[/branches/a800_cart/src/devices/machine]mv6436x.cpp* mv6436x.h* vt8231_isa.cpp* vt8231_isa.h*
[/branches/a800_cart/src/mame/skeleton]pegasos2.cpp

r195150 Monday 3rd April, 2023 at 11:31:34 UTC by hap
m68000: some variables were missing from savestate/zerofill
[/branches/a800_cart/src/devices/bus/electron]mc68k.cpp
[/branches/a800_cart/src/devices/bus/vme]vme_hcpu30.cpp
[/branches/a800_cart/src/devices/cpu/m68000]m68000.cpp m68kcommon.h
[/branches/a800_cart/src/devices/sound]k053260.cpp k053260.h
[/branches/a800_cart/src/mame/atari]toobin.cpp
[/branches/a800_cart/src/mame/capcom]cps2.cpp
[/branches/a800_cart/src/mame/fidelity]eag68k.cpp
[/branches/a800_cart/src/mame/handheld]hh_tms1k.cpp
[/branches/a800_cart/src/mame/layout]litelrn.lay mmarvin.lay
[/branches/a800_cart/src/mame/novag]diablo.cpp
[/branches/a800_cart/src/mame/sega]sega16sp.h segaic16.cpp segaic16.h segaybd.h
[/branches/a800_cart/src/mame/snk]miconkit.cpp

r195149 Monday 3rd April, 2023 at 06:00:30 UTC by 987123879113
namco/namcos10.cpp: Added US version of Mr. Driller 2. (#11072)

New working clones
----------------------------
Mr. Driller 2 (US, DR23 Ver.A) [twistedtymphony, Bill D., coolmod]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/namco]namcos10.cpp

r195148 Monday 3rd April, 2023 at 05:43:32 UTC by arcadeshadow
svi318_cass.xml: Use lowercase descriptive text and avoid non-standard abbreviations. (#11068)
[/branches/a800_cart/hash]svi318_cass.xml

r195147 Monday 3rd April, 2023 at 02:34:38 UTC by 987123879113
namcos10: Reevaluate assumption about how later blocks are handled (#11071)
[/branches/a800_cart/src/mame/namco]namcos10.cpp

r195146 Sunday 2nd April, 2023 at 21:41:25 UTC by hap
k053260: allow to change rev flag on the fly
[/branches/a800_cart/src/devices/sound]k053260.cpp

r195145 Sunday 2nd April, 2023 at 21:09:55 UTC by AJR
machine.cpp: Recognize reset phase in describe_context
[/branches/a800_cart/src/emu]machine.cpp

r195144 Sunday 2nd April, 2023 at 20:56:05 UTC by hap
k053260: add sample reverse flag
[/branches/a800_cart/src/devices/sound]k053260.cpp k053260.h
[/branches/a800_cart/src/mame/handheld]hh_tms1k.cpp

r195143 Sunday 2nd April, 2023 at 18:36:07 UTC by hap
New working systems
-------------------
Lite 'n Learn: Electronic Organ [hap, Sean Riddle]
Weight Talker [hap, Sean Riddle]
[/branches/a800_cart/src/mame]mame.lst
[/branches/a800_cart/src/mame/handheld]hh_cop400.cpp hh_cops1.cpp hh_hmcs40.cpp hh_melps4.cpp hh_pic16.cpp hh_pps41.cpp hh_rw5000.cpp hh_sm510.cpp hh_tms1k.cpp hh_ucom4.cpp
[/branches/a800_cart/src/mame/layout]comparc.lay litelrn.lay*
[/branches/a800_cart/src/mame/namco]namcos10.cpp
[/branches/a800_cart/src/mame/neogeo]neogeo.cpp
[/branches/a800_cart/src/mame/snk]miconkit.cpp
[/branches/a800_cart/src/mame/taito]taito_en.cpp taito_f3.cpp
[/branches/a800_cart/src/mame/ti]cc40.cpp snspell.cpp

r195142 Sunday 2nd April, 2023 at 16:48:07 UTC by mark.garlanger
heathkit/tlb.cpp: Encapsulated Heathkit Terminal Logic Board as a device. (#10958)

* Also added variants with Super19, Watzman and Ultra ROMs.
* heathkit/h19.cpp, heathkit/h89.cpp: Use common Terminal Logic Board device.
[/branches/a800_cart/src/mame/heathkit]h19.cpp h89.cpp tlb.cpp* tlb.h*

r195141 Sunday 2nd April, 2023 at 16:31:07 UTC by r09
fmtowns_cd.xml: Added twelve working items, and replaced two items with better dumps. (#11058)

New working software list additions (fmtowns_cd.xml)
-----------------------------------
4D Driving (FM Towns Marty version) [redump.org]
Doki Doki Disk CD-ban - Club D.O. Vol. 2 [redump.org]
Doki Doki Disk CD-ban - Club D.O. Vol. 3 [redump.org]
FM Towns Marty Tentou Auto Demo '93 Natsu [redump.org]
FM Towns Super Technology Demo 1993 (HME-919) [redump.org]
HomeStudio V1.1L10 [redump.org]
Medicco to Asobou - Kazu-Katachi-Ryou [redump.org]
Monster Planet 2255 [redump.org]
NHK Special - Ginga Uchuu Odyssey Vol. 1 - Tabidachi Waga Taiyoukei [redump.org]
Pack 13000 Free Soft & Shareware [redump.org]
Psychic Detective Series Vol. 2 - Memories (DCCS remake) [redump.org, cyo.the.vile]
The Yachtman [redump.org]

Replaced software list items (fmtowns_cd.xml)
----------------------------
Mad Paradox [redump.org]
Provvidenza - Legenda la Spada di Alfa [redump.org]
[/branches/a800_cart/hash]fmtowns_cd.xml

r195140 Sunday 2nd April, 2023 at 16:24:26 UTC by frank.palazzolo
toshiba/pasopia.cpp, toshiba/pasopia7.cpp: Dumped character generator ROMs. (#9898)

toshiba/paso1600.cpp: Use Pasopia character generator ROM until correct ROM is dumped.
[/branches/a800_cart/src/mame/toshiba]paso1600.cpp pasopia.cpp pasopia7.cpp

r195139 Sunday 2nd April, 2023 at 16:19:29 UTC by Ryan Holtz
cpu/mips: Fixed memory access handling in the IDT MIPS R4650 core. (#11065) [Ryan Holtz]

Correctly support the R4650's lack of TLB.
[/branches/a800_cart/src/devices/cpu/mips]mips3.cpp mips3.h mips3com.h mips3drc.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team