Commit Graph

63701 Commits

Author SHA1 Message Date
Vas Crabb
29729f9ed6 vsmile_ctrl: add machine context to logging (nw) 2019-01-22 03:13:24 +11:00
MooglyGuy
5bf6bacba3 -unspdrc: Fixed flag calculation, nw 2019-01-21 16:47:37 +01:00
Vas Crabb
3b8eb63948 vsmile: remove need for reset hack joystick, enable second controller port (not working but doesn't prevent controller 1 from working) 2019-01-22 02:41:25 +11:00
Vas Crabb
a27b5ee8b4 vsmile_ctrl: hack to survive F3 reset (nw) 2019-01-22 00:44:00 +11:00
Vas Crabb
a16fb19be9 vsmile_ctrl: fix controller not working if buttons are pushed too early 2019-01-21 23:33:13 +11:00
Vas Crabb
979e3bf7f2 vsmile_ctrl: honour controller select 2019-01-21 16:07:15 +11:00
AJR
8385ab282f freeway: Add lamps and another device (nw) 2019-01-20 23:19:28 -05:00
arbee
32703cfa5a decstation: move SFB video chip to separate device for future AlphaAXP sharing [R. Belmont] 2019-01-20 21:29:32 -05:00
ajrhacker
3b88c56063
Merge pull request #4537 from clawgrip/patch-13
Fix typos (nw)
2019-01-20 19:12:23 -05:00
ajrhacker
a7ae4d21aa
Merge pull request #4538 from algestam/gnw_rshower
New working machine added
2019-01-20 19:12:12 -05:00
AJR
3004400859 z8: Mask RP properly for debug register view (nw) 2019-01-20 19:05:10 -05:00
AJR
3f1eb60d6c New machines marked as NOT_WORKING
----------------------------------
BERT [Volker Pohlers]
2019-01-20 19:05:09 -05:00
Henrik Algestam
ff3980cbc9 New working machine added
-----------
Game & Watch: Rain Shower [algestam]
2019-01-20 23:16:32 +01:00
couriersud
26420facff netlist: add comment processing to preprocessor. [couriersud]
Comments are now processed in the preprocessor. Previously directives in
multiline comments were processed.
2019-01-20 22:18:07 +01:00
ClawGrip
c935145cec
Fix typos (nw)
Use "VTech" instead of "V.Tech" like on the other drivers.
2019-01-20 21:11:24 +01:00
mooglyguy
46485eb727 -vsmile_slot: Removed must_be_loaded flag, as both vsmile and vsmileb will function to an extent without a cartridge. [Ryan Holtz]
-vsmileb: Added vsmile cart slot and memory banking. V.Smile Baby games are now bootable. [Ryan Holtz]
2019-01-20 21:01:26 +01:00
AJR
7d30e2d374 More progress towards ISA DACK line support (nw) 2019-01-20 14:40:28 -05:00
Nigel Barnes
8fc5cb0f73 New working software list additions
-----------------------------------
sc3000_cart: SC-3000 Survivors MkII Multicart v2.28, SC-3000 Survivors MkII Multicart v2.31, SC-3000 Survivors Megacart v2.31 [SC-3000 Survivors]
2019-01-20 19:36:40 +00:00
AJR
cfe9e4e854 bus/isa: Preparation for supporting DACK handshake line (nw) 2019-01-20 14:07:09 -05:00
MooglyGuy
d682a3c569 -vsmileb: Found the GPIO bit that boots into the on-board game. [Ryan Holtz] 2019-01-20 19:46:37 +01:00
MooglyGuy
49a50ae2ae -spg2xx: Fade control register is 8 bits wide, not 7. Fixes flickery fading in rad_fb2. [Ryan Holtz] 2019-01-20 19:30:14 +01:00
MooglyGuy
7805e7e9f4 -spg2xx: Remove stale debug printf, nw 2019-01-20 19:00:55 +01:00
MooglyGuy
30ca803ec5 -spg2xx: Early-out if trying to blit a scanline outside the visible range. Fixes palette trashing in jak_disf. [Ryan Holtz] 2019-01-20 18:38:26 +01:00
couriersud
83d558d096 netlist: nlwav now also converts log files to VCD format. [couriersud]
Please refer to nlwav --help for examples. There is also an example how
to create multi-channel wav files.
2019-01-20 18:29:27 +01:00
Olivier Galibert
95cd81e5fd wd33c93: Disable irq when drq is active, cps3 works again [O. Galibert] 2019-01-20 17:55:47 +01:00
MooglyGuy
e1486c9a2a -spg2xx: Added palette viewer mode when video debugging is turned on, nw 2019-01-20 17:33:21 +01:00
AJR
202ccfc3bd freeway: Attempt to figure out a few things about the hardware (nw) 2019-01-20 11:22:47 -05:00
MooglyGuy
7e335cfd9c -vii: Added ROM mirroring for jakks_gkr titles. Fixes jak_disf crash, nw 2019-01-20 16:42:46 +01:00
MooglyGuy
3068dbc1af -selgame: Fixed compilation on MSVC 2017, nw 2019-01-20 15:42:41 +01:00
mooglyguy
f0b4faef4e New working machines
--------------------
Dora the Explorer (JAKKS Pacific TV Game) [Sean Riddle, David Haywood]

-unsp: Fixed S flag calculation. [Vas Crabb, Ryan Holtz]
2019-01-20 14:50:44 +01:00
AJR
05e1dc2353 phc25j: Fix MC6847 configuration (nw) 2019-01-20 08:05:17 -05:00
Ville Linde
44130d5dd9 k057714: Various improvements to video emulation in Keyboardmania games. [Ville Linde] 2019-01-20 14:00:07 +02:00
Nigel Barnes
d47d3ca4f7 sc3000: Added support for the SC-3000 Survivors Multicart and Megacart cartridges. 2019-01-20 11:26:35 +00:00
MooglyGuy
49a2eb1c86 -vsmile_ctrl: Fixed pad slot device. Disabled second controller for now until it can be made to work. nw 2019-01-20 08:15:02 +01:00
MooglyGuy
953d9737d4 -vsmile: Converted to use slot devices for controllers. Breaks controller input. Checkin in so Vas can look at it, nw 2019-01-20 05:12:08 +01:00
mooglyguy
53bf06db84 -vsmile: Turn the 'test point' GPIO port C bit off. Fixes choppy sprites. Promoted vsmile, vsmilef, vsmileg back to working. [Ryan Holtz]
-spg2xx: Various changes: [Ryan Holtz]
 * Fixed Timer A and B counting at half the intended rate.
 * Made do_sprite_dma write into m_spriteram shared pointer rather than hitting the memory system twice.
 * Fixed vblank to automatically clear the IRQ on vblank-out.
 * Made IRQ checking more consistent; no more redundant deassertions of various IRQ lines.
 * Fixed TMB1 and TMB2 not activating if initialized to the lowest rate.
 * Improved logging.
2019-01-20 04:30:49 +01:00
ClawGrip
88baed6b7d New NOT_WORKING machine (#4534)
* New NOT_WORKING machine

---------------------
V.Reader (US, English, 2011-10-17) [ClawGrip]

New NOT_WORKING clones
---------------------
V.Reader (CA, English, 2011-10-17) [ClawGrip]
V.Reader (CA, French, 2011-10-17) [ClawGrip]
Storio (GB, English, 2011-10-17) [ClawGrip]
Storio (DE, German, 2011-10-17) [ClawGrip]
Storio (ES, Spanish, 2011-10-17) [ClawGrip]
Storio (FR, French, 2011-10-17) [ClawGrip]
Storio (NL, Dutch, 2011-10-17) [ClawGrip]

* Changed the CPU to ARM9 (ARM926EJ-S CPU core), at 240MHz (from the Nuvoton W55FA9363SDN technical manual, documented as it's normal working frequency)
* Add notes.

* Add vreader, vreadercaen, vreadercafr, storio, storiode, storioes, storiofr and storionl (nw)

* Typo (nw)

* Fix ROM size (nw)
2019-01-19 21:54:11 -05:00
ajrhacker
a1c222c068
Merge pull request #4535 from Firehawke/master
Add names for sides/additional floppies where appropriate (nw)
2019-01-19 21:53:06 -05:00
Firehawke
d27e58cacd Add names for sides/additional floppies where appropriate (nw)
This will make Ultima 4/5 a lot less painful to use.
2019-01-19 19:47:18 -07:00
AJR
93dff4fe7d fixfreq: Eliminate MCFG_ macros; internalize screen configuration (nw) 2019-01-19 21:35:59 -05:00
AJR
7828367c10 i8244: Eliminate MCFG_ macros; set screen parameters in device_config_complete (nw) 2019-01-19 20:55:50 -05:00
AJR
88c2e640f3 tanodr64: Fix system clock and SAM clock (nw) 2019-01-19 20:37:30 -05:00
AJR
3b532a2f52 tanodr64: Fix screen configuration by using NTSC VDG (nw) 2019-01-19 20:28:39 -05:00
R. Belmont
b7d31819df
Merge pull request #4533 from Firehawke/master
Minor cleanups, add new 4AM dumps (nw)
2019-01-19 19:43:53 -05:00
Firehawke
15c90fa8c5 Minor cleanups, add new 4AM dumps (nw)
Cleaned up spacing on a few entries, added Wishbringer r23, Planetfall r10, Ultima 4, and Ultima 5.
2019-01-19 17:29:16 -07:00
AJR
d09ca5ca30 freeway: Separate from amusco.cpp into its own skeleton driver (nw)
pit8253, pic8259: Default input clocks to zero (nw)
2019-01-19 17:32:53 -05:00
Olivier Galibert
dc3a9f87ab sh2: Fix interpreter for cps3 [O. Galibert] 2019-01-19 22:51:22 +01:00
AJR
95491792aa devices/bus: More floppy MCFG_ removal (nw) 2019-01-19 16:20:45 -05:00
MooglyGuy
165e617ca2 -spg2xx: Added additional timer logging, nw.
-vsmile: Demoted all drivers to MNW, nw.

This reverts commit d48481df90.
2019-01-19 19:43:31 +01:00
MooglyGuy
d48481df90 -vsmile: Removed all of my work and returned to a skeleton driver, since it's not good enough for Haze. nw 2019-01-19 18:36:05 +01:00