Skip to content

Commit

Permalink
New working software list items
Browse files Browse the repository at this point in the history
-------------------------------
pc8801_flop: Hibernia [archive.org]
  • Loading branch information
angelosa committed Feb 3, 2025
1 parent 5d2170d commit acca1cd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hash/amigaocs_flop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17160,7 +17160,7 @@ ATK test: OK
<year>1994</year>
<publisher>Empire Software</publisher>
<notes><![CDATA[
Soccer field background GFX has serious glitches during gameplay, wrong [Blitter] copies
Soccer field background GFX has serious glitches during gameplay, wrong [Blitter] copies (can't repro, assume fixed)
ATK test: OK
]]></notes>
<info name="usage" value="Sports score card copy-protection at first half time"/>
Expand Down
26 changes: 26 additions & 0 deletions hash/pc8801_flop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15801,6 +15801,32 @@ Should be supported by [PC8001mkIISR] too
</part>
</software>

<software name="hibernia">
<description>Hibernia</description>
<year>1989</year>
<publisher>ハート電子 (Heart Denshi)</publisher>
<notes><![CDATA[
Converted to .mfm from original .hfe
]]></notes>
<!-- PC8801mk2SR -->
<info name="release" value="198904xx"/>
<info name="alt_title" value="ハイバーニア"/>

<part name="flop1" interface="floppy_5_25">
<feature name="part_id" value="Disk A" />
<dataarea name="flop" size="1085330">
<rom name="hibernia_disk_a.mfm" size="1085330" crc="067c70b3" sha1="cc52b8199e1df3962f7a86327d266f1fc58397fa"/>
</dataarea>
</part>

<part name="flop2" interface="floppy_5_25">
<feature name="part_id" value="Disk B" />
<dataarea name="flop" size="1085330">
<rom name="hibernia_disk_b.mfm" size="1101276" crc="1d123a2f" sha1="7485c0bef3c5d9713a25679543b75c7a7019a025"/>
</dataarea>
</part>
</software>

<software name="hideger">
<description>Hideger</description>
<year>1988</year>
Expand Down
3 changes: 3 additions & 0 deletions src/mame/amiga/amiga_m.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,9 @@ void amiga_state::custom_chip_w(offs_t offset, uint16_t data)
m_paula->dmacon_set(data);
m_copper->dmacon_set(data);

// TODO: unemulated BLTEN disable
// NOTE: Copper and 68k can in-flight pause a running blitter

/* if 'blitter-nasty' has been turned on and we have a blit pending, reschedule it */
if ( ( data & 0x400 ) && ( CUSTOM_REG(REG_DMACON) & 0x4000 ) )
m_blitter_timer->adjust(m_maincpu->cycles_to_attotime(BLITTER_NASTY_DELAY));
Expand Down

0 comments on commit acca1cd

Please sign in to comment.