Commit Graph

66712 Commits

Author SHA1 Message Date
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
cam900
b5bfa6176b decmxc06.cpp : Fix regression 2019-06-03 08:56:26 +09:00
braintro
b37fdf3dbc (nw) correct ROM names and add PCB locations to Konami's Ping Pong 2019-06-02 18:52:09 -05:00
Firehawke
d6b3f68938 More Apple II softlist work for June 2nd, 2019 (nw)
Remove accidental duplicate.

Add cleanly cracked:

Garfield Double Dares, Garry Kitchen's GameMaker, GBA Championship Basketball, Gelfling Adventure, Gemstone Warrior, Geography Adventure USA, Geometric Figures - Angles and Right Angles, Geometric Figures - Circles, Radius, Diameter, Geometry - Simple Closed Curves, Geometry Alive - Areas of Triangles and Quadrilaterials, Geometry Alive - Circles, Geometry Alive - Fundamentals of Geometry, Geometry and Measurement volume 1, Geometry and Measurement volume 2, Geopolitique 1990, GeoWhiz, German Vocabulary Games, Gertrude's Puzzles (Version 1.0), Gertrude's Puzzles (Version 1.2), Gertrude's Secrets (Version 1.0), Gertrude's Secrets (Version 1.3), Get to the Point, Getting Ready to Read and Add, Gettysburg - The Turning Point, GFL Championship Football, Gin Rummy, Gnee or Not Gnee, Go (Hayden), Go To The Head Of The Class, Go To The Head Of The Class (1989 Version), Goldfinger
2019-06-02 16:17:25 -07:00
cam900
d95d51cdae 1943.cpp : Updates
Correct sprite priority handling routine, Reduce runtime tag lookups, Fix namings, Simplify handlers, Gfxdecodes, Use shorter / correct type values
2019-06-03 08:06:39 +09:00
Firehawke
9c027c3845 Update Apple II softlists to June 2nd, 2019
Add cleanly cracked:

Professor Davensteev's Fantasy Land (Blue Level), Far Star, FasTrack Quizzer, Fat City, Fay's Word Rally, Feed The Frog, Felony (Thunder Mountain release), Field of Fire, Fifty Mission Crush (Verion 1.1), Fifty Mission Crush (Verion 1.2), Fighter Command, Finance Manager, Financial Cookbook, Financial Facts, Bingo Bugglebee Presents: Find the Rhyme, First Math Adventures - Understanding Word Problems, First Start Writing Program, First Steps to Reading - Phonics One, First Steps to Reading - Phonics Two, First Verbs, First Words, Five in a Row - Addition and Subtraction, Five in a Row - Division, FixIt, Flights Into Fiction, Flip Out, The Flockland Island Crisis, Following Directions - One and Two Level Commands - Directional Terms, Following Directions - One and Two Level Commands - Spatial Relations, Food Group Puzzles, Formula 1 Racer, FourWord and WordLift, Fraction Action, Fraction Equivalence Partially Shaded Regions, Fraction Factory, Fraction Fever (Revision 0), Fractional Parts of a Region, Fractions - A Review Course, Fractions - Addition and Subtraction (Version 1.6), Fractions - Multiplication and Division (Version 2.1.6), Fractions Practice, Frenzy and Flip Flop, Friendly Filer, Frogs, Dogs, Kittens, and Kids 2 (Version 10.18.88), From ABC to XYZ, Fun with Directions, Function Pictures, Fundamental Spelling in Context Level 2, Fundamental Spelling in Context Level 4, G.I. Joe, Galactic Adventures, Galaxy Gates, Galaxy Math - Decimals, Galaxy Math - Fractions, Galaxy Math, Game Frame One, Game Frame Two, Gamma Force
2019-06-02 15:39:01 -07:00
hap
195eda21cc chessmachine: bootstrap more likely like this anyway (nw) 2019-06-03 00:35:23 +02:00
arbee
8dd2834cf0 konmedal: fixed vis region, colors, and priorities for shuriboy [R. Belmont] 2019-06-02 16:37:15 -04:00
arbee
93de98cd00 New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Rhythm Nation (v01.01.04) [R. Belmont, ClawGrip, ArcadeVintage, Recreativas.org, The Dumping Union]
2019-06-02 16:09:20 -04:00
R. Belmont
88af85e0da
Merge pull request #5135 from cam900/jaguar_note
cpu/jaguar/*.cpp : Updates
2019-06-02 12:58:23 -04:00
R. Belmont
094965b0d6
Merge pull request #5137 from fulivi/hp9845_dev17
Z80SIO: fixed a few regressions after PR #5115
2019-06-02 12:57:20 -04:00
R. Belmont
8359611d34
Merge pull request #5136 from shattered/_e86aff7456
imgtool: MT 6693 wip, solves mess_hd issue (nw)
2019-06-02 12:56:33 -04:00
fulivi
79dbc452e8 z80sio: fixed a few regressions in systems with z80sio/i8274 2019-06-02 18:36:11 +02:00
hap
606262452e fix arcade compile (nw) 2019-06-02 17:37:33 +02:00
AJR
d5c99125aa itt9216: Separate into skeleton driver (nw) 2019-06-02 11:03:38 -04:00
hap
d801f8f8e3 polgar: add note (nw) 2019-06-02 16:34:10 +02:00
AJR
f55cd9ad7e terminal.cpp: Sort out the other UPIs (nw) 2019-06-02 10:11:44 -04:00