Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r175989 Tuesday 1st June, 2021 at 13:51:01 UTC by AJR |
---|
tek4404: Start adding memory management |
[/branches/pc98_state/src/mame/drivers] | tek440x.cpp |
r175988 Tuesday 1st June, 2021 at 12:29:37 UTC by patrick.mackinlay |
---|
ns32202: fix register masks |
[/branches/pc98_state/src/devices/machine] | ns32202.cpp |
r175987 Tuesday 1st June, 2021 at 12:27:34 UTC by patrick.mackinlay |
---|
i82586: various fixes * send fcs in loopback mode * don't store fcs in memory * don't consume descriptors for bad frames |
[/branches/pc98_state/src/devices/machine] | i82586.cpp |
r175986 Tuesday 1st June, 2021 at 12:23:09 UTC by patrick.mackinlay |
---|
floppy: fix the build |
[/branches/pc98_state/src/devices/imagedev] | floppy.h |
r175985 Tuesday 1st June, 2021 at 11:16:52 UTC by Dirk Best |
---|
vtech: Rework expansion bus emulation - Use memory taps instead of directly installing into the memory map - Use address_maps to specify address ranges - Add missing save states - Support the BennVenn SD Loader (preliminary) - Move lightpen skeleton to a device |
[/branches/pc98_state/scripts/src] | bus.lua |
[/branches/pc98_state/src/devices/bus/vtech/ioexp] | ioexp.cpp ioexp.h joystick.cpp joystick.h lpen.cpp* lpen.h* printer.cpp printer.h |
[/branches/pc98_state/src/devices/bus/vtech/memexp] | carts.cpp floppy.cpp floppy.h memexp.cpp memexp.h memory.cpp memory.h rs232.cpp rs232.h rtty.cpp rtty.h sdloader.cpp* sdloader.h* wordpro.cpp wordpro.h |
[/branches/pc98_state/src/mame/drivers] | vtech1.cpp vtech2.cpp |
r175984 Tuesday 1st June, 2021 at 08:56:14 UTC by Aaron Giles |
---|
ympsr60: Fix sustain behavior. Adjust volume range and defaults a bit. |
[/branches/pc98_state/src/mame/drivers] | ympsr60.cpp |
r175983 Tuesday 1st June, 2021 at 02:15:36 UTC by AJR |
---|
tek410x: Add keyboard [AJR, Bitsavers] * tek440x: Hook up 410X keyboard to pass boot test * mc68681: Wait until transmitter is actually empty to set TxEMT |
[/branches/pc98_state/scripts/target/mame] | mess.lua |
[/branches/pc98_state/src/devices/machine] | mc68681.cpp |
[/branches/pc98_state/src/mame/drivers] | tek410x.cpp tek440x.cpp |
[/branches/pc98_state/src/mame/machine] | tek410x_kbd.cpp* tek410x_kbd.h* |
r175982 Tuesday 1st June, 2021 at 01:11:53 UTC by Aaron Giles |
---|
ympsr60: Fix BBD connections and behavior, use the cv callback to control the frequency. |
[/branches/pc98_state/src/devices/sound] | bbd.h |
[/branches/pc98_state/src/mame/drivers] | ympsr60.cpp |
r175981 Tuesday 1st June, 2021 at 00:46:46 UTC by Aaron Giles |
---|
bbd: Fix out of bounds accesses. |
[/branches/pc98_state/src/devices/sound] | bbd.h |
r175980 Tuesday 1st June, 2021 at 00:40:16 UTC by Aaron Giles |
---|
bbd: Add support for a continuously-varying frequency to avoid abusing the sound manager. |
[/branches/pc98_state/src/devices/sound] | bbd.cpp bbd.h |
r175979 Monday 31st May, 2021 at 20:46:15 UTC by hap |
---|
cambrp: add more interesting paste example |
[/branches/pc98_state/src/mame/drivers] | hh_cops1.cpp |
r175978 Monday 31st May, 2021 at 20:29:01 UTC by tim.lindner |
---|
bus/coco: add CoCo Max Hi Res Input Module (#8104) |
[/branches/pc98_state/scripts/src] | bus.lua |
[/branches/pc98_state/src/devices/bus/coco] | coco_max.cpp* coco_max.h* cococart.cpp |
[/branches/pc98_state/src/mame/drivers] | coco12.cpp dragon.cpp |
[/branches/pc98_state/src/mame/machine] | 6883sam.cpp |
r175977 Monday 31st May, 2021 at 20:28:14 UTC by tim.lindner |
---|
es5503: bits 0 and 6 are always high for this register (#8121) |
[/branches/pc98_state/src/devices/sound] | es5503.cpp |
r175976 Monday 31st May, 2021 at 20:13:37 UTC by Carl |
---|
ibmpcjr: fix cpu clock |
[/branches/pc98_state/src/mame/drivers] | ibmpcjr.cpp |
r175975 Monday 31st May, 2021 at 19:55:35 UTC by hap |
---|
cambrp: change to IPT_KEYBOARD to allow text pasting |
[/branches/pc98_state/src/mame/drivers] | hh_cops1.cpp |
r175974 Monday 31st May, 2021 at 18:20:28 UTC by Aaron Giles |
---|
ympsr60: Fleshed out the PSR60/PSR70 drivers * Split YM2154 into a separate device * Created fake YM2154 ROMs as placeholders * Created new BBD sound device in src/devices/sound/bbd.cpp * Created new mixer device in src/devices/sound/mixer.cpp * Connected YM2154 and BBD devices * Approximated BBD driver behavior * Exposed analog sliders as adjusters (accessible via ` menu) * Added sliders to layout and animated them |
[/branches/pc98_state/scripts/src] | sound.lua |
[/branches/pc98_state/scripts/target/mame] | mess.lua virtual.lua |
[/branches/pc98_state/src/devices/sound] | bbd.cpp* bbd.h* mixer.cpp* mixer.h* ym2154.cpp* ym2154.h* |
[/branches/pc98_state/src/mame/drivers] | ympsr60.cpp |
[/branches/pc98_state/src/mame/layout] | psr60.lay psr70.lay |
r175973 Monday 31st May, 2021 at 16:57:09 UTC by hap |
---|
hh*: correct some machine types |
[/branches/pc98_state/src/mame/drivers] | hh_cops1.cpp hh_pps41.cpp hh_tms1k.cpp |
r175972 Monday 31st May, 2021 at 16:23:42 UTC by Osso |
---|
ddribble.cpp, finalizr.cpp, ironhors.cpp: minor cleanups |
[/branches/pc98_state/src/mame/drivers] | ddribble.cpp finalizr.cpp ironhors.cpp |
[/branches/pc98_state/src/mame/includes] | ddribble.h finalizr.h ironhors.h |
[/branches/pc98_state/src/mame/video] | ddribble.cpp finalizr.cpp ironhors.cpp |
r175971 Monday 31st May, 2021 at 16:09:36 UTC by Osso |
---|
New machines marked as NOT_WORKING ---------------------------------- Zooty Drum [xuserv] |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | pasha2.cpp |
r175970 Monday 31st May, 2021 at 11:13:08 UTC by hap |
---|
New working machines -------------------- Cambridge Programmable [hap, Sean Riddle] |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | hh_cops1.cpp |
[/branches/pc98_state/src/mame/layout] | cambrp.lay* |
r175969 Monday 31st May, 2021 at 03:44:14 UTC by Carl |
---|
x68k_crtc: increase clock divisor for mode 0x11 and fix hsync irq at the end of the frame |
[/branches/pc98_state/src/mame/video] | x68k_crtc.cpp |
r175968 Sunday 30th May, 2021 at 19:37:42 UTC by Robbbert |
---|
mbee: use select |
[/branches/pc98_state/src/mame/drivers] | mbee.cpp |
[/branches/pc98_state/src/mame/includes] | mbee.h |
[/branches/pc98_state/src/mame/machine] | mbee.cpp |
r175967 Sunday 30th May, 2021 at 18:25:37 UTC by Julian Sikorski |
---|
Strip CRs from history.xml (#8115) |
[/branches/pc98_state/plugins/data] | data_history.lua |
r175966 Sunday 30th May, 2021 at 18:03:12 UTC by Robbbert |
---|
New working software list additions ----------------------------------- mbee_cart: EDASM Forth v1.0 Forth v1.1 Ozlogo Chess Help (set 1) Help (set 2) Mydas Disassembler Super Disassembler 3.0 Mytek Word Processor Microspace Invaders Survivor Typing Tutor Wordbee 1.0 Wordbee 1.2 Wordbee 1.2 (Swedish) Wordbee 1.3 Wordbee 1.3 rel 3 Wordbee 2.0 (Swedish) [Robbbert] |
[/branches/pc98_state/hash] | mbee_cart.xml* |
r175965 Sunday 30th May, 2021 at 17:56:22 UTC by Robbbert |
---|
mbee: prepare for new software list. |
[/branches/pc98_state/src/mame/drivers] | mbee.cpp |
[/branches/pc98_state/src/mame/includes] | mbee.h |
[/branches/pc98_state/src/mame/machine] | mbee.cpp |
[/branches/pc98_state/src/mame/video] | mbee.cpp |
r175964 Sunday 30th May, 2021 at 17:06:47 UTC by Vasantha Crabb |
---|
Updated Chinese localisation. [YuiFAN] |
[/branches/pc98_state/docs/source/techspecs] | naming.rst |
[/branches/pc98_state/language/Chinese_Simplified] | strings.po |
[/branches/pc98_state/language/Chinese_Traditional] | strings.po |
[/branches/pc98_state/language/Japanese] | strings.po |
r175963 Sunday 30th May, 2021 at 14:59:18 UTC by R. Belmont |
---|
votrax: Tell the device's parent when the IRQ line is lowered. Improves Type N Talk. [Rob Justice] |
[/branches/pc98_state/src/devices/sound] | votrax.cpp |
r175962 Sunday 30th May, 2021 at 08:44:37 UTC by MetalliC |
---|
new NOT_WORKING machine ----------------------- Driving Simulator [Jorge Valero, MetalliC, rtw] |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | naomi.cpp segasp.cpp |
[/branches/pc98_state/src/mame/includes] | naomi.h |
r175961 Saturday 29th May, 2021 at 19:11:27 UTC by Carl |
---|
hd63450: speed up max rate transfers |
[/branches/pc98_state/src/devices/machine] | hd63450.cpp |
r175960 Saturday 29th May, 2021 at 18:46:04 UTC by sergio.g |
---|
rohga.cpp: Added new clone nitrobalb: "Nitro Ball (World, set 3)" (#8111) * New working clones ------------------ Nitro Ball (World, set 3) [JammaFever, Nebula, Recreativos Piscis, Spain] Only differs in b3, d3, b5 and b5 program roms. b6 and d6 are the same as nitrobal. * Add nitrobalb to mame.lst * Update rom labels of nitrobalb set accordingly to Cocamatic paper label contents |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | rohga.cpp |
r175959 Saturday 29th May, 2021 at 16:10:48 UTC by Carl |
---|
x68k: adjust special priority mode and screen timings hd63450: correctly add link chain mode |
[/branches/pc98_state/src/devices/machine] | hd63450.cpp |
[/branches/pc98_state/src/mame/video] | x68k.cpp x68k_crtc.cpp |
r175958 Saturday 29th May, 2021 at 15:29:58 UTC by R. Belmont |
---|
apple2: handle Bernie ][ .2MGs with the signature bytes flipped. [R. Belmont] |
[/branches/pc98_state/src/lib/formats] | ap_dsk35.cpp |
r175957 Saturday 29th May, 2021 at 12:32:08 UTC by Vasantha Crabb |
---|
Re-generate localisations |
[/branches/pc98_state/language/Afrikaans] | strings.po |
[/branches/pc98_state/language/Albanian] | strings.po |
[/branches/pc98_state/language/Arabic] | strings.po |
[/branches/pc98_state/language/Basque] | strings.po |
[/branches/pc98_state/language/Belarusian] | strings.po |
[/branches/pc98_state/language/Bosnian] | strings.po |
[/branches/pc98_state/language/Bulgarian] | strings.po |
[/branches/pc98_state/language/Burmese] | strings.po |
[/branches/pc98_state/language/Catalan] | strings.po |
[/branches/pc98_state/language/Chinese_Simplified] | strings.po |
[/branches/pc98_state/language/Chinese_Traditional] | strings.po |
[/branches/pc98_state/language/Croatian] | strings.po |
[/branches/pc98_state/language/Czech] | strings.po |
[/branches/pc98_state/language/Danish] | strings.po |
[/branches/pc98_state/language/Dutch] | strings.po |
[/branches/pc98_state/language/English] | strings.po |
[/branches/pc98_state/language/Estonian] | strings.po |
[/branches/pc98_state/language/Finnish] | strings.po |
[/branches/pc98_state/language/French] | strings.po |
[/branches/pc98_state/language/French_Belgium] | strings.po |
[/branches/pc98_state/language/French_Canada] | strings.po |
[/branches/pc98_state/language/Georgian] | strings.po |
[/branches/pc98_state/language/German] | strings.po |
[/branches/pc98_state/language/Greek] | strings.po |
[/branches/pc98_state/language/Hebrew] | strings.po |
[/branches/pc98_state/language/Hindi] | strings.po |
[/branches/pc98_state/language/Hungarian] | strings.po |
[/branches/pc98_state/language/Indonesian] | strings.po |
[/branches/pc98_state/language/Italian] | strings.po |
[/branches/pc98_state/language/Japanese] | strings.po |
[/branches/pc98_state/language/Korean] | strings.po |
[/branches/pc98_state/language/Latvian] | strings.po |
[/branches/pc98_state/language/Lithuanian] | strings.po |
[/branches/pc98_state/language/Macedonian] | strings.po |
[/branches/pc98_state/language/Norwegian] | strings.po |
[/branches/pc98_state/language/Persian] | strings.po |
[/branches/pc98_state/language/Polish] | strings.po |
[/branches/pc98_state/language/Portuguese] | strings.po |
[/branches/pc98_state/language/Portuguese_Brazil] | strings.po |
[/branches/pc98_state/language/Romanian] | strings.po |
[/branches/pc98_state/language/Russian] | strings.po |
[/branches/pc98_state/language/Serbian] | strings.po |
[/branches/pc98_state/language/Serbian_Cyrillic] | strings.po |
[/branches/pc98_state/language/Slovak] | strings.po |
[/branches/pc98_state/language/Slovenian] | strings.po |
[/branches/pc98_state/language/Spanish] | strings.po |
[/branches/pc98_state/language/Spanish_Mexico] | strings.po |
[/branches/pc98_state/language/Swedish] | strings.po |
[/branches/pc98_state/language/Thai] | strings.po |
[/branches/pc98_state/language/Turkish] | strings.po |
[/branches/pc98_state/language/Ukrainian] | strings.po |
[/branches/pc98_state/language/Vietnamese] | strings.po |
r175956 Saturday 29th May, 2021 at 11:14:48 UTC by Osso |
---|
ksys573.cpp: fixed MT07989 |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | ksys573.cpp |
r175955 Saturday 29th May, 2021 at 09:37:19 UTC by Aaron Giles |
---|
ymfm: Sync with upstream: * Match OPN LFO frequencies to hardware measurements * Improve OPQ detune, reverb, and KSR |
[/branches/pc98_state/3rdparty/ymfm/src] | ymfm.h ymfm_fm.h ymfm_fm.ipp ymfm_opn.cpp ymfm_opn.h ymfm_opq.cpp ymfm_opq.h ymfm_opz.h |
r175954 Saturday 29th May, 2021 at 07:59:48 UTC by Osso |
---|
fwheel.cpp: corrected XTAL value for the main PCB |
[/branches/pc98_state/src/mame/drivers] | fwheel.cpp |
r175953 Saturday 29th May, 2021 at 05:13:58 UTC by Osso |
---|
New machines marked as NOT_WORKING ---------------------------------- Fortune Wheel [coolmod] |
[/branches/pc98_state/scripts/target/mame] | arcade.lua |
[/branches/pc98_state/src/mame] | arcade.flt mame.lst |
[/branches/pc98_state/src/mame/drivers] | deco32.cpp fwheel.cpp* sms_bootleg.cpp |
[/branches/pc98_state/src/mame/includes] |
r175952 Saturday 29th May, 2021 at 04:51:08 UTC by Robbbert |
---|
mbee_cass.xml: Added note about file types. Marked mbeepp roms as bad dumps. |
[/branches/pc98_state/hash] | mbee_cass.xml |
[/branches/pc98_state/src/mame/drivers] | mbee.cpp |
r175951 Saturday 29th May, 2021 at 03:44:38 UTC by clawgrip |
---|
New NOT_WORKING clone (#8108) * New NOT_WORKING clone --------------------------- Bushido (set 3) [Victor Fernandez (City Game)] * Add 'bushidob' |
[/branches/pc98_state/src/mame] | mame.lst |
[/branches/pc98_state/src/mame/drivers] | spinb.cpp |
r175950 Saturday 29th May, 2021 at 03:24:58 UTC by 0kmg |
---|
a800.xml: removed spurious Unicode code points (#8112) [0kmg] |
[/branches/pc98_state/hash] | a800.xml pmd85_cass.xml |
r175949 Saturday 29th May, 2021 at 02:49:29 UTC by Carl |
---|
hd63450: add linked array chaining |
[/branches/pc98_state/src/devices/machine] | hd63450.cpp |
[/branches/pc98_state/src/mame/video] | x68k_crtc.cpp |
r175948 Friday 28th May, 2021 at 23:42:25 UTC by Carl |
---|
x68k: fill screen with color 0 if pcg disabled and make text color 0 transparent again |
[/branches/pc98_state/src/mame/video] | x68k.cpp |
r175947 Friday 28th May, 2021 at 22:02:41 UTC by Carl |
---|
x68k: fix 512 line double scan modes |
[/branches/pc98_state/src/mame/video] | x68k.cpp x68k_crtc.cpp x68k_crtc.h |
r175946 Friday 28th May, 2021 at 01:26:31 UTC by Aaron Giles |
---|
midiin: Add support for providing a .mid file as input |
[/branches/pc98_state/src/devices/imagedev] | midiin.cpp midiin.h |
r175945 Thursday 27th May, 2021 at 18:35:48 UTC by Olivier Galibert |
---|
Remove leftover debug code |
[/branches/pc98_state/src/mame/machine] | slapstic.cpp |
r175944 Thursday 27th May, 2021 at 18:32:50 UTC by Olivier Galibert |
---|
slapstic: alt4 must be done with /cs avgdvg: don't interfere with the slapstic on esb |
[/branches/pc98_state/src/mame/machine] | slapstic.cpp |
[/branches/pc98_state/src/mame/video] | avgdvg.cpp |
r175943 Thursday 27th May, 2021 at 16:29:12 UTC by Osso |
---|
tsamurai.cpp: added dip-switch locations [Guru] |
[/branches/pc98_state/src/mame/drivers] | tsamurai.cpp |
r175942 Thursday 27th May, 2021 at 16:07:50 UTC by Aaron Giles |
---|
psr60: Figured out more YM2154 including start/end and more realistic timer computations |
[/branches/pc98_state/src/mame/drivers] | ympsr60.cpp |
r175941 Thursday 27th May, 2021 at 15:34:53 UTC by clawgrip |
---|
phoenix.cpp: Fix "G.G.I. Corporation" Phoenix set names (#8103) |
[/branches/pc98_state/src/mame/drivers] | phoenix.cpp |
r175940 Thursday 27th May, 2021 at 12:34:26 UTC by hap |
---|
canon_s80: remove "Canon" prefix from fullname for canons80 as well |
[/branches/pc98_state/src/mame/drivers] | canon_s80.cpp |
Previous 50 | 199869 Revisions | Next 50 |