briantro
464e747a90
new KOV2 clone added
...
New Clone Added
-------------------------------------------------------
Knights of Valour 2 / Sangoku Senki 2 (ver. 104, 102, 100HK) [twistedsymphony]
2018-01-21 03:05:21 -06:00
AJR
42233f9dc3
tv912.cpp: Add rest of S2 switches (nw)
2018-01-21 02:01:37 -05:00
AJR
36f5cc9185
RS-232 note (nw)
2018-01-21 01:25:32 -05:00
Oliver Stöneberg
4e64f95721
Fixes for Coverity "Resource leak" warnings ( #3089 )
...
* lib/util/chdcd.cpp: fixed Coverity "Resource Leak" warning (nw)
* src/lib/util/chdcd.cpp: fixed more Coverity "Resource Leak" warnings (nw)
* tools/imgtool/modules/mac.cpp: fixed Coverity "Resource Leak" warnings (nw)
* devices/bus/ti99/gromport/cartridges.cpp: fixed Coverity "Resource Leak" warning (nw)
2018-01-21 15:24:51 +11:00
arbee
115b7b15a8
konmedal: hooked up I/O ports to shuriboy [R. Belmont]
2018-01-20 20:27:40 -05:00
hap
d6c7382ac3
cleanup some mconfig decl. (nw)
2018-01-21 02:16:52 +01:00
RobertoFresca
c90ec171a9
just prepare for decryption...
...
the programs need to be decrypted.
2018-01-20 22:13:14 -03:00
RobertoFresca
c174e75524
Ypovrixio: Change manufacturer...
2018-01-20 21:47:16 -03:00
RobertoFresca
108b263d96
New machines marked as NOT_WORKING
...
----------------------------------
Ypovrixio (Submarine, set 1) [Roberto Fresca, Ioannis Bampoulas]
Ypovrixio (Submarine, set 2) [Roberto Fresca, Ioannis Bampoulas]
2018-01-20 21:44:50 -03:00
AJR
ace71342ea
bus/ti99/gromport/cartridges: Really eliminate core_strdup (nw)
2018-01-20 18:27:14 -05:00
ajrhacker
69982b92f7
Merge pull request #3095 from firewave/core_strdup2
...
removed core_strdup() usage from ti99 cartridge code (nw)
2018-01-20 18:21:10 -05:00
firewave
e89a090ace
removed core_strdup() usage from ti99 cartridge code (nw)
2018-01-21 00:00:47 +01:00
AJR
fef11b9087
Fix timeplt_audio (nw)
2018-01-20 17:46:13 -05:00
AJR
8d540d5f9c
tv912.cpp: Small update (nw)
2018-01-20 17:23:38 -05:00
hap
ba8b3ef772
fidel*: correct language setting for su9, assume it's same for csc, eas, eag, vsc(inverted). Also stop using confsetting for these (nw)
2018-01-20 23:08:01 +01:00
Roberto Fresca
e5e7b83077
Merge pull request #3083 from DavidHaywood/180118
...
added pre-initialized factory defaults to all multfish.cpp sets so they boot by default (nw)
2018-01-20 18:35:28 -03:00
RobertoFresca
23e2274bdc
Spacing/alignment.. (nw)
2018-01-20 18:27:28 -03:00
RobertoFresca
38c5430188
Spacing... and fixing columns descriptions (nw)
2018-01-20 18:21:17 -03:00
AJR
a3ff011f3f
vp122: Add MCFG_SCREEN_RAW_PARAMS (nw)
2018-01-20 13:40:55 -05:00
AJR
dfa4cd3520
vt220: Split into two sets and fix ROM loading for the earlier version
...
- Add new comments about differences between earlier and later models (nw)
- Remove many old comments based on the earlier schematics and faulty guesswork (nw)
- Remove the undumped and possibly never released "from schematics" BIOS (nw)
2018-01-20 13:16:38 -05:00
ajrhacker
622f72e869
Merge pull request #3091 from firewave/coverity_out_of_bounds_2
...
fixed Coverity "Out-of-bounds write" warnings in drivers with VME (nw)
2018-01-20 12:20:12 -05:00
ajrhacker
aa78e15092
Merge pull request #3093 from firewave/coverity_cdp1879
...
cdp1879.cpp: fixed Coverity out-of-bounds warnings (nw)
2018-01-20 12:19:40 -05:00
Oliver Stöneberg
95e425f233
stvcd.cpp: fixed some boundary checks for filters access (nw) ( #3092 )
2018-01-20 17:33:01 +01:00
firewave
1978424daa
cdp1879.cpp: fixed Coverity out-of-bounds warnings (nw)
...
- m_regs seems to be too small since R_CNT_HOURS is 4 and it will access m_regs at + 6 - so index 10 would be out of bounds
- device_timer() also checked the alarm latch for the months which is never written and doesn't exist according to the data sheet
2018-01-20 12:47:18 +01:00
firewave
d3ef917bba
fixed Coverity "Out-of-bounds write" warnings in drivers with VME (nw)
2018-01-20 12:17:43 +01:00
briantro
fe854259d2
gaelco2.cpp: Update comment about Maniac Square (nw)
2018-01-19 22:16:15 -06:00
ajrhacker
d65e7f4974
Merge pull request #3087 from firewave/coverity
...
tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning …
2018-01-19 22:15:37 -05:00
firewave
25e985e6f7
tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw)
2018-01-20 03:36:07 +01:00
jlachniet
5e3467af40
Add new BIOS files to ti84p ( #3077 )
...
* Add new BIOS files to ti84p
Add new BIOS files to ti84p [Julian Lachniet]
* Fix small typo
2018-01-20 04:19:29 +11:00
AJR
9283710bf8
Add VT3xx XTALS (and fix one misread value) (nw)
2018-01-19 11:23:00 -05:00
AJR
4596f8a28b
Once more into the xtal.h breach (nw)
2018-01-19 09:57:17 -05:00
Melissa Goad
262cd55477
Fix a couple of Coverity bugs
2018-01-19 23:05:05 +11:00
AJR
946bde46e6
tv910.cpp: Update comments (nw)
2018-01-19 05:14:07 -05:00
AJR
c8d173e308
tv910: Implement video attributes; make self-test work
2018-01-19 05:03:59 -05:00
Olivier Galibert
d0715c830d
memory: Deambiguate handlers, also a hint of things to come (nw)
2018-01-19 08:23:19 +01:00
Olivier Galibert
7f0684bcac
attache: SIO mapping fix [O. Galibert]
2018-01-19 08:23:19 +01:00
Olivier Galibert
686c269bf7
mikro80: Make it cleaner (nw)
2018-01-19 08:23:19 +01:00
Olivier Galibert
5c0c8685bb
kron: Make it cleaner (nw)
2018-01-19 08:23:19 +01:00
Olivier Galibert
df35e76bf6
jtc_es40: Typo fix [O. Galibert]
2018-01-19 08:23:19 +01:00
Olivier Galibert
dbe0d3aebf
isbc8010b: Typo fix [O. Galibert]
2018-01-19 08:23:19 +01:00
Olivier Galibert
cb89a6b021
swtpc09: Typo fix [O. Galibert]
2018-01-19 08:23:19 +01:00
Olivier Galibert
89ece46187
cybstorm: Typo fix ? (nw)
2018-01-19 08:23:19 +01:00
AJR
f603e54ebf
tv910.cpp: Cleanups (nw)
2018-01-19 02:12:11 -05:00
AJR
c414d8b324
tv910: Add bell (nw)
2018-01-19 01:56:43 -05:00
AJR
261ec0c6dd
tv910: Fix character row format
2018-01-19 01:49:55 -05:00
AJR
9d7a8e1e88
tv912.cpp: Input consistency (nw)
2018-01-18 23:15:03 -05:00
AJR
8f33cd9044
tv912.cpp: Update comments; add some more inputs (nw)
2018-01-18 22:41:10 -05:00
Ted Green
263cfa1292
dcs: Put back in skip. gauntdl loses sound otherwise. (nw)
2018-01-18 18:37:15 -07:00
Ted Green
abf3c22921
dcs: Some minor changes mainly for DSIO and DENVER systems. (nw)
2018-01-18 18:00:52 -07:00
Ted Green
eede0a10a1
vegas/midway: Fake waitstates for RTC reading and adjust DCS polling offset. RTC changes fixes RTC clock stopped warning in vegas and atlantis games. (nw)
2018-01-18 18:00:52 -07:00