Commit Graph

66578 Commits

Author SHA1 Message Date
R. Belmont
6792672fd0
Merge pull request #5149 from cam900/tigeroad_spr
tigeroad_spr.cpp : Updates
2019-06-04 09:46:02 -04:00
R. Belmont
96ec6066b4
Merge pull request #5148 from clawgrip/patch-12
pce_tourvision.xml: New NOT_WORKING software list additions
2019-06-04 09:45:42 -04:00
R. Belmont
22f0bd5d07
Merge pull request #5147 from cam900/prio_copybitmap
drawgfx.cpp : Updates
2019-06-04 09:45:29 -04:00
Patrick Mackinlay
a9c01535bd interpro_ioga: sapphire 60Hz interrupt (nw) 2019-06-04 19:39:15 +07:00
Patrick Mackinlay
21270d76ac pcat101: working
Command issue resolved by bug-fix to 6805 (nw).
2019-06-04 19:32:16 +07:00
Patrick Mackinlay
a33d6201fd mips: consistency (nw) 2019-06-04 19:07:42 +07:00
Patrick Mackinlay
2e800b338c jazz: typo (nw) 2019-06-04 19:07:18 +07:00
Patrick Mackinlay
21f5db100a jensen: consistency (nw) 2019-06-04 19:07:05 +07:00
Patrick Mackinlay
ec071abd95 at_keybc: logging fix (nw) 2019-06-04 19:06:39 +07:00
AJR
5a79f3f1fb k7_olym: Show error message; correct year (nw) 2019-06-04 07:14:52 -04:00
AJR
55b4b01e33 New machines marked as NOT_WORKING
----------------------------------
Olympic Darts (K7) [jordigahan, ClawGrip]
2019-06-04 06:39:15 -04:00
cam900
a9883f3b93 tigeroad_spr.cpp : Updates
Internalize gfxdecode, Fix spacings, Notes, Reduce unnecessary lines, Use shorter / correct type values
bionicc.cpp, tigeroad.cpp, supduck.cpp : Simplify gfxdecode, Reduce unnecessary lines, Fix spacing, Namings
2019-06-04 19:13:22 +09:00
Patrick Mackinlay
e5b8df95cc m6805: flag fix (nw)
CLRX doesn't clear the carry flag.
2019-06-04 16:52:47 +07:00
ClawGrip
1ecb04a303
pce_tourvision.xml: New NOT_WORKING software list additions
------------------------
Racing Damashii  (TourVision PCE bootleg) [system11]
Paranoia  (TourVision PCE bootleg) [system11]
2019-06-04 11:20:57 +02:00
Firehawke
35864e7f63 A bit more stuff for the Apple II softlists.
On the advice of cuavas, replacing Racter and Rambo First Blood Part II images with newest known-good images.

A bit of additional metadata added as usual.

Renamed Juggles' Rainbow based on corrected information and added second set.

Removed accidental Gumball duplicate.

Add cleanly cracked:

Journey to the Age of Dinosaurs - Europe and Asia
Journey to the Age of Dinosaurs - North America
Jumble Jet
Jumbled Jungle
Jumblezzz
Jungle Rescue - Blue Level
Kamikaze
Kampfgruppe (Version 1.1)
Karate Champ
Key Lingo
Keyworks - First Keyboarding Skills
Kid Niki
Kid-Leidoscope
KidWriter (Version 1.0)
Kinder Koncepts
Kindercomp (Revision 0)
King Cribbage
King's Quest
King's Quest II
King's Quest III
Kittens, Kids, and a Frog - Building Comprehension I (1989 Version)
Kittens, Kids, and a Frog (Version 01.31.87)
Knights of the Desert (Version 1.1)
Know Your Apple
Know Your Apple IIe
Knowledge Master - Building Trades
Knowledge Master - General Math
Knowledge Master - Geometry
Knowledge Master - Utilities
Koala Grams Spelling I
Koronis Rift
Krell's College Board SAT Preparation Series
Krell's Logo (Revision 0)
Kung Fu Master
L.A. Crackdown
La Triviata
Lane Mastodon
Language Carnival 1
Lantern of D'Gamma
Laser Bounce
Lazy Jack
Learn About Words In Reading 2
Learning to Read - Letters, Words, and Sentences volume 1
Learning to Read - Letters, Words, and Sentences volume 2
Learning to Read - Letters, Words, and Sentences volume 3
Learning To Tell Time
Learning with Fuzzywomp
Learning with Leeper
Legendary Conflict
Leisure Suit Larry in Land of the Lounge Lizards
Let's Eat
Let's Explore BASIC
Let's Go Fishing
Let's Go There - Beginning Map and Geography Skills
Let's Learn About Geography - USA
Let's Learn About Money
Letter Man
Letter Recognition
Letter Recognition (Version 01.27.88)
Letters For You
Library and Media Skills
Library Magic
Library Skills - Let's Learn about the Library
Little People's Puzzles
Little Riddles
Locksmith (Version 5.0 Revision C)
Locksmith (Version 5.0 Revision F)
Lode Runner
2019-06-03 23:21:35 -07:00
AJR
2da0d37967 systel1.cpp: Simplify boot ROM elimination (nw) 2019-06-03 23:46:55 -04:00
AJR
7bcffa487c esq1.cpp: Correct CPU type and clock; hook up more interrupts as per schematics (nw) 2019-06-03 23:29:20 -04:00
mooglyguy
530bced66c -dpb7000: Main screen turn on. [Ryan Holtz, Mark Nias]
* Hooked up CSR, control bus, and system control registers.
 * Hooked up Auto-Start switch and both banks of config switches.
 * Hooked up CRTC chargen, using the chargen ROM from bw12 until a proper dump of the DPB's chargen ROM is available.

When Auto-Start is enabled, prints a greeting string to the VDU and then sits in a tight loop waiting for a REQ B interrupt, most likely from the Disk Sequence Card. (nw)
2019-06-04 04:58:09 +02:00
arbee
3a0bde16d3 sq80: boots and plays [R. Belmont, Jariseon, R. Buchty] 2019-06-03 22:31:08 -04:00
cam900
11eb5c1683 drawgfx.cpp : Updates
Move additive blending function into drawgfx.h, Add priority related copybitmap functions, Fix spacings
Add priority related copybitmap and draw_scanline function is sprite like priority handling(prio_*) and tilemap like priority handling(primask_*), These are helpful for priority related bitmap / scanline drawing routines.
drawgfxm.cpp : Add variations of priority related pixel draw functions, Fix spacings
realbrk.cpp : Updates, Example usage for prio_copybitmap
Simplify handlers, Use priority bitmap for sprite priority, Fix spacings, Use shorter / correct type values
2019-06-04 11:23:08 +09:00
Firehawke
cad6bfbda5 More Apple II softlist work for June 3rd, 2019 (nw)
Add more metadata to some existing sets.

Add new cleanly cracked:

Great America - Presidents, Guadalcanal Campaign (Version 1.0), Guadalcanal Campaign (Version 1.1), Guderian, Guitar Wizard, Gulp and Frenzy, Gumball, H.E.R.O., Hacker, Hacker II, Hands on BASIC Programming, Handy Dandy, Health Watch, Heat Energy, Heavy Barrel, Hebrew Phrasebook, High Rise, High School Math Competency Series Part I, High School Math Competency Series Part II, High Seas, High Stakes, High Wire Logic, Hi-Res Computer Golf, Home Row, Homeworker (Version 2.1), Homonyms, Homonyms 2, Homonyms I (Milliken), Homonyms II and Confusing Pairs (Milliken), Horses, How To Do Research, How to Weigh An Elephant, I Can Carry and Borrow, I Can Count, I, Damiano, Ice Demons, Identifying Affixes, Identifying Compound Words, Identifying Matching Letters, Identifying Vowel Sounds, Ikari Warriors, Imperium Galactum, Improper Fractions, In Search of The Most Amazing Thing, In Search of The Most Amazing Thing (Revision 2), Indiana Jones in Revenge of the Ancients, Indians, Infidel (Revision 22 / 830916), InforMaster, Inside Outside Shapes, Instant Zoo, Interpreting Graphs, Introduction to Counting, Investigating Chemical Reactions, Investigating Plant Growth, Islands of Beta, It's About Time, It's About Time (Micrograms)
2019-06-03 18:15:39 -07:00
Roberto Fresca
244fd4da8f
Merge pull request #5146 from clawgrip/patch-11
New WORKING clone
2019-06-04 01:53:17 +02:00
ClawGrip
8984f95cc1 Add 'supinvsion' (nw) 2019-06-04 00:55:02 +02:00
ClawGrip
e9d4698922
New WORKING clone
------------------------------
Super Invasion (Electromar, Spanish) [ARPA, Recreativas.org]

(nw) I've marked it as MACHINE_IMPERFECT_CONTROLS because coinage is wrong, and probably the other dips also are. I'd appreciante if someone could have a look at it.
2019-06-04 00:49:58 +02:00
AJR
a2648cedb3 concept: Screen raw params (nw) 2019-06-03 17:12:44 -04:00
R. Belmont
764027f566
Merge pull request #5142 from cam900/jedi_args
jedi.cpp : Updates
2019-06-03 16:52:07 -04:00
R. Belmont
2f7753fd43
Merge pull request #5143 from vadosnaprimer/vsllvm_fix
fix vsllvm configuration
2019-06-03 16:51:44 -04:00
R. Belmont
74aa71ebc4
Merge pull request #5144 from cam900/patch-97
ddenlovr.cpp : Correct CPU type
2019-06-03 16:51:13 -04:00
AJR
8a49ab241d corvfdc02: Document clock source (nw) 2019-06-03 16:06:01 -04:00
AJR
2a8290d9c0 indy_indigo2.cpp: More modularization and architectural cleanup (nw)
- hpc3: Add ten address spaces for the generic PIO channels, with configurable 8-bit or 16-bit access; add miscellaneous register; make DMA byte swap configurable
- hal2: Narrow all handlers and registers to 16 bits; simplify handlers
- ioc2: Simplify and narrow handlers to 8 bits; internalize a few things that HPC3 was using improperly
- Configure PIO channel 4 for Full House only

Note: HPC3 is now mostly but not entirely decoupled from HAL2 and IOC2. HAL2 is still accessed directly for DMA, and IOC2 is directly referenced by a few interrupt handlers which should be moved to that device once the "DMA done" interrupt logic is properly emulated.
2019-06-03 13:57:51 -04:00
mooglyguy
c3417aeeed -ioc2: Switch to using LLE PS/2 keyboard/mouse controller. Fixes inability to type in numerous characters. [Patrick Mackinlay, Ryan Holtz]
-sgi: Silence DMA debug prints, nw
2019-06-03 18:15:45 +02:00
mooglyguy
90e4cae77e New machines marked as NOT_WORKING
-----------
Quantel DPB-7000 [Ryan Holtz, Mark Nias]
2019-06-03 18:14:00 +02:00
AJR
3dcc58e331 ti99/peb/bwg: Minor corrections (nw) 2019-06-03 11:59:19 -04:00
AJR
b020c2b7d7 hh_sm510.cpp: Comment edit (nw) 2019-06-03 10:30:22 -04:00
hap
3609f8d9ad shisen: fix coinage dipswitch (nw) 2019-06-03 14:43:54 +02:00
hap
a80aa6735b m6502: remove unused 0byte file (nw) 2019-06-03 14:22:44 +02:00
cam900
012e455860
ddenlovr.cpp : Correct CPU type 2019-06-03 20:56:56 +09:00
feos
aa1875694d fix vsllvm configuration
- dxsdk was missing from includes
- winmm was missing from libs
- narrowing warning was silenced for VS, but not from vsllvm, where it leads to an error in menu_video_options::handle()
2019-06-03 14:29:01 +03:00
algestam
03dc6f0db5 hh_sm510: gnw_chef rom confirmed via decap by Sean (nw) (#5139)
* hh_sm510: gnw_chef rom confirmed via decap by Sean (nw)

* hh_sm510: remove BAD_DUMP flag for gnw_chef (nw)
2019-06-03 12:15:13 +02:00
Firehawke
1c22b084e0 Early Apple II softlist update for June 3rd, 2019 (nw)
Adds clean cracks:

Plasmania, Spanish Grammar Review: Por vs. Para, Quations, Rabbits, Robots, and a Monkey 1, Race Car 'Rithmetic, Rad Warrior

Temporary adds of Racter, Rambo First Bloos Part 2. These we need to see if we should be switching to these from the existing ones before we officially add them to the list...
2019-06-03 00:07:13 -07:00
cam900
06a52b45db jedi.cpp : Updates
Simplify handlers, Add gfxdecode for debug, Add palette_device for palette handling, Reduce runtime tag lookups, Fix some drawing routines, Reduce unnecessary lines, Fix namings, Spacings, Use shorter / correct type values, Add notes
2019-06-03 15:59:43 +09:00
Firehawke
db306358e7 A few more Apple II softlist entries for June 2nd, 2019 update (nw)
Add cleanly cracked:

Mind Over Matter, Moptown Parade (Version 1.2), M-ss-ng L-nks - Classics Old and New, M-ss-ng L-nks, M-ss-ng L-nks MicroEncyclopedia (1987 Revised Edition), M-ss-ng L-nks Young People's Literature, M-ss-ng L-nks Young People's Literature (1983 Version), Multiplication and Division, Mystery Master: Murder by the Dozen, Number Bowling: Decimals and Fractions, Numeration 1 - Under The Big Top, Odd One Out, Odd One Out (26-AUG-1990 Version), Early Games: Piece of Cake, Early Games: Piece of Cake Math, Pitstop II, Pitfall II: Lost Caverns, Planetfall (Release 20 / 830708), Planetfall (Release 26 / 831014)
2019-06-02 22:28:10 -07:00
AJR
2d48854ecc t3210, feap90: Separate out into skeleton driver (nw) 2019-06-02 23:30:47 -04:00
AJR
363bb27d89 Fix clang error: unused variable 'DMAFLAG' [-Werror,-Wunused-const-variable] (nw) 2019-06-02 23:30:09 -04:00
R. Belmont
aabfa56b66
Merge pull request #5134 from cam900/exedexes_args
exedexes.cpp : Updates
2019-06-02 21:36:53 -04:00
R. Belmont
dd3e4f4f94
Merge pull request #5140 from cam900/1943_pri
1943.cpp : Updates
2019-06-02 21:36:17 -04:00
R. Belmont
a3dabf7716
Merge pull request #5141 from cam900/decmxc06_for
decmxc06.cpp : Fix regression
2019-06-02 21:35:54 -04:00
Firehawke
ae8b482366 Apple II softlist updates again for June 2nd, 2019 (nw)
Add cleanly cracked:

Microzine 1, Microzine 2, Microzine 3, Microzine 4, Microzine 5, Microzine 6. Microzine 7, Microzine 8, Microzine 9, Microzine 11, Microzine 12, Microzine 13, Microzine 14, Microzine 15, Microzine 16, Microzine 17, Microzine 18, Microzine 19, Microzine 20, Microzine 21, Microzine 22, Microzine 23, Microzine 24, Microzine 25, Microzine 26, Microzine 27, Might and Magic: Book One - Secret of the Inner Sanctum
2019-06-02 17:49:46 -07:00
Angelo Salese
5ff77f2e92 deco32.cpp: provide gun Y minmax values to Locked N Loaded, making it calibratable [Angelo Salese] 2019-06-03 02:16:50 +02:00
Firehawke
411ef1275d More updates, Apple II softlists for June 2nd, 2019 (nw)
Add/correct more metadata

Add cleanly cracked:

Grammar Baseball, Grammar Lab 1 - Basic Sentence Structure, Grammar Lab 2 - Singular and Plural Nouns, Grammar Mechanics Level 1, Grand Prix - Basic Facts Heat, Grand Prix - Fractions Heat 1, Grand Prix - Place Value Heat, Granny Applebee's Cookie Factory, Graph Maker, Graphics Converter, GraphMaster, Graphs and Mean, Median, and Mode, Grasshopper Dissection, Jawbreaker, Juggles' Rainbow (1982 Version), Little Computer People, Lock 'n Chase, Math Leap Frog, MatchMaker Demo Disk, MatchMaker Dictionary, Math Blaster, Math Man, Math Maze, Math Rabbit, Math Rabbit (Version 1.1), Math Shop, Math Word Problems Grade 2, Megabots, Microzine 12, Microzine 13, Microzine 17
2019-06-02 17:15:57 -07:00